Fix crash in clearWallpaper()

am: a2bd512034

Change-Id: I1ad7ef3676fab348022ee5b2a90ca144e44b06b8
This commit is contained in:
Christopher Tate
2016-09-22 23:11:12 +00:00
committed by android-build-merger

View File

@@ -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());
}
/**