ANDROID 15 MISSION UPDATE -- "VANILLA ICE CREAM"
// UPDATES
+ IDLE DIVERSIONS
+ "AI" AUTOPILOT
+ TYPOGRAPHIC COMPRESSION
+ OCCUPATIONAL DESCRIPTIONS
+ RENDERING TO THE EDGE OF SPACE
+ FLAG SUPPORT: LANDED
// TECHNICAL NOTE //
This brings back the old enable-components trick; once
the egg has been invoked, the daydream mode will be
unlocked for use and will appear in Settings > Display >
Screen saver, or wherever you get your Dreams.
A PRODUCT OF YOYODROID PROPULSION SYSTEMS
"WHERE INTEGRATION COMPLETE IS TOMORROW!"
Fixes: 330919557
Bug: 320695719
Flag: com.android.egg.flags.flag_flag
Test: easter egg main entry point:
adb shell am start -n android/com.android.internal.app.PlatLogoActivity
Test: interactive mode:
adb shell am start -n com.android.egg/.landroid.MainActivity
Test: screensaver mode:
# first, enable the component if you haven't gone
# through the main entry point
adb root ; adb shell pm enable com.android.egg/.landroid.DreamUniverse
# select the screensaver
adb shell settings put secure screensaver_components \
com.android.egg.landroid/com.android.egg.landroid.DreamUniverse
# start dreaming
adb shell service call dreams 1
Change-Id: I57a8834ce7f3d41aacaa56133e6f512cf81f5346
15 files changed