diff options
| author | Amith Yamasani <yamasani@google.com> | 2013-11-06 14:54:50 -0800 |
|---|---|---|
| committer | Mike Lockwood <lockwood@google.com> | 2013-12-09 15:14:41 -0800 |
| commit | 09e9cdceceb722643e2c80c6544d44a43d7f95f0 (patch) | |
| tree | b286fb90a029e7d734b13a0b550bd1ea893a26ef /core/java/android | |
| parent | d50d41e4df482a61f840ff912aacea0e00848f41 (diff) | |
DO NOT MERGE : Move some system services to their own sub package.
(Cherry pick from master)
As a next step they can be moved into separate directories to be
built as separate modules that may or may not be included in a
particular configuration.
Moves AppWidgetService, BackupManagerService, ClipboardService, DevicePolicyMS,
and WallpaperMS.
Change-Id: Idd92871c1828bdde81d85fe99a9c87a22d53169d
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/app/IWallpaperManager.aidl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/java/android/app/IWallpaperManager.aidl b/core/java/android/app/IWallpaperManager.aidl index 3efd3c0ede8b..181eb63bce69 100644 --- a/core/java/android/app/IWallpaperManager.aidl +++ b/core/java/android/app/IWallpaperManager.aidl @@ -71,4 +71,14 @@ interface IWallpaperManager { * Returns the desired minimum height for the wallpaper. */ int getHeightHint(); + + /** + * Returns the name of the wallpaper. Private API. + */ + String getName(); + + /** + * Informs the service that wallpaper settings have been restored. Private API. + */ + void settingsRestored(); } |
