Merge "Fix crash in clearWallpaper()" into nyc-mr1-dev

This commit is contained in:
Chris Tate
2016-09-22 22:10:11 +00:00
committed by Android (Google) Code Review

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