summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@android.com>2012-01-30 14:33:52 -0500
committerDaniel Sandler <dsandler@android.com>2012-04-09 15:33:26 -0400
commit7d276c377ce0c56630c06a6da431a6cb9bd76d1e (patch)
treeb5c96c71988ec1a0f3cbd7f64269651e69c8de92 /Android.mk
parent63c115c4aa2158ea18338a9fb2c2619755958ddc (diff)
downloadframeworks_base-7d276c377ce0c56630c06a6da431a6cb9bd76d1e.zip
frameworks_base-7d276c377ce0c56630c06a6da431a6cb9bd76d1e.tar.gz
frameworks_base-7d276c377ce0c56630c06a6da431a6cb9bd76d1e.tar.bz2
New Android Dreams architecture, disabled for now.
Rather than normal Activities (which have a host of problems when used for this purpose), screen savers are now a special kind of Service that can add views to its own special window (TYPE_DREAM, in the SCREENSAVER layer). Dreams are now launched by the power manager; whenever it is about to turn the screen off, it asks the window manager if it wants to run a screen saver instead. (http://b/5677408) Also, the new config_enableDreams bool allows the entire feature to be switched on or off in one place. It is currently switched off (and the APIs are all @hidden). Change-Id: Idfe9d430568471d15f4b463cb70586a899a331f7
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 9c51fc6..cacdee9 100644
--- a/Android.mk
+++ b/Android.mk
@@ -132,6 +132,8 @@ LOCAL_SRC_FILES += \
core/java/android/os/IRemoteCallback.aidl \
core/java/android/os/IUpdateLock.aidl \
core/java/android/os/IVibratorService.aidl \
+ core/java/android/service/dreams/IDreamManager.aidl \
+ core/java/android/service/dreams/IDreamService.aidl \
core/java/android/service/wallpaper/IWallpaperConnection.aidl \
core/java/android/service/wallpaper/IWallpaperEngine.aidl \
core/java/android/service/wallpaper/IWallpaperService.aidl \