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

@@ -40,12 +40,10 @@
android:entries="@array/screen_timeout_entries" android:entries="@array/screen_timeout_entries"
android:entryValues="@array/screen_timeout_values" /> android:entryValues="@array/screen_timeout_values" />
<!--
<PreferenceScreen <PreferenceScreen
android:title="@string/dream_settings_title" android:title="@string/dream_settings_title"
android:summary="@string/dream_settings_summary" android:summary="@string/dream_settings_summary"
android:fragment="com.android.settings.DreamSettings" /> android:fragment="com.android.settings.DreamSettings" />
-->
<ListPreference <ListPreference
android:key="font_size" android:key="font_size"

View File

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