Move Dream OOBE activity to SettingsGoogle

This will only be used on pixel devices.

Bug: 217555049
Test: locally on device
Change-Id: Ica7cddae8b8b8693a83da95d25a8d0827aed0945
This commit is contained in:
Lucas Silva
2022-02-10 15:38:52 +00:00
parent 7df9d0703a
commit 3eb4cb41ae
6 changed files with 8 additions and 239 deletions

View File

@@ -18,7 +18,10 @@ package com.android.settings.dream;
import android.graphics.drawable.Drawable;
interface IDreamItem {
/**
* Interface representing a dream item to be displayed.
*/
public interface IDreamItem {
CharSequence getTitle();
Drawable getIcon();