Changed inconsistency when selecting default wallpaper, where it did not go back to home.
Bug: 13219313 Change-Id: I4961c6724a1550dbae126f97e45dc166cbe9a565
This commit is contained in:
@@ -257,6 +257,7 @@ public class WallpaperPickerActivity extends WallpaperCropActivity {
|
||||
public void onSave(WallpaperPickerActivity a) {
|
||||
try {
|
||||
WallpaperManager.getInstance(a).clear();
|
||||
a.setResult(RESULT_OK);
|
||||
} catch (IOException e) {
|
||||
Log.w("Setting wallpaper to default threw exception", e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user