am f53c3602: Bring back Android Dreams.

* commit 'f53c3602f92d623f03e941c1d590a4720578cf5e':
  Bring back Android Dreams.
This commit is contained in:
Daniel Sandler
2011-11-03 11:01:56 +00:00
committed by Android Git Automerger
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);
}