diff options
author | Filip Gruszczynski <gruszczy@google.com> | 2015-01-28 15:59:46 -0800 |
---|---|---|
committer | Filip Gruszczynski <gruszczy@google.com> | 2015-02-05 12:29:42 -0800 |
commit | 9fedc72a0bd3bbdee0b1ed19357546dfe686e1a8 (patch) | |
tree | f1c9e8f15fefb011b132d79551cef4ed4eb379ee /api | |
parent | eeb43fbd61adfc6511528e2e13fd5372a14e2831 (diff) | |
download | frameworks_base-9fedc72a0bd3bbdee0b1ed19357546dfe686e1a8.zip frameworks_base-9fedc72a0bd3bbdee0b1ed19357546dfe686e1a8.tar.gz frameworks_base-9fedc72a0bd3bbdee0b1ed19357546dfe686e1a8.tar.bz2 |
Add wallpaper controlling system apis.
Change-Id: Ibaa8009e9b9d2e58254a4d9107a316c7f1de2211
Diffstat (limited to 'api')
-rw-r--r-- | api/system-current.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/system-current.txt b/api/system-current.txt index d84b1dc..d55c281 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -5327,6 +5327,7 @@ package android.app { public class WallpaperManager { method public void clear() throws java.io.IOException; + method public void clearWallpaper(); method public void clearWallpaperOffsets(android.os.IBinder); method public void forgetLoadedWallpaper(); method public android.graphics.drawable.Drawable getBuiltInDrawable(); @@ -5347,6 +5348,7 @@ package android.app { method public void setDisplayPadding(android.graphics.Rect); method public void setResource(int) throws java.io.IOException; method public void setStream(java.io.InputStream) throws java.io.IOException; + method public boolean setWallpaperComponent(android.content.ComponentName); method public void setWallpaperOffsetSteps(float, float); method public void setWallpaperOffsets(android.os.IBinder, float, float); method public void suggestDesiredDimensions(int, int); |