Fix crash in clearWallpaper()
am: a2bd512034
Change-Id: I1ad7ef3676fab348022ee5b2a90ca144e44b06b8
This commit is contained in:
@@ -1393,7 +1393,8 @@ public class WallpaperManager {
|
||||
*/
|
||||
@SystemApi
|
||||
public void clearWallpaper() {
|
||||
clearWallpaper(FLAG_SYSTEM | FLAG_LOCK, mContext.getUserId());
|
||||
clearWallpaper(FLAG_LOCK, mContext.getUserId());
|
||||
clearWallpaper(FLAG_SYSTEM, mContext.getUserId());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user