Bring back Android Dreams.

Bug: 5121105
Change-Id: I29ddee7e4a83a01844cdb735de14c02dcbf3086c
This commit is contained in:
Daniel Sandler
2011-11-02 23:30:27 -04:00
parent 00f68e0d74
commit f53c3602f9
2 changed files with 1 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ public class DreamTesterPreference extends Preference {
.setComponent(cn)
.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK
| Intent.FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS
| Intent.FLAG_ACTIVITY_SINGLE_TOP)
)
.putExtra("android.dreams.TEST", true);
getContext().startActivity(intent);
}