Merge "Mark wallpaper as backupInForeground="true"" into nyc-mr1-dev

This commit is contained in:
TreeHugger Robot
2016-08-09 00:24:04 +00:00
committed by Android (Google) Code Review

View File

@@ -24,6 +24,7 @@
android:process="system"
android:killAfterRestore="false"
android:allowBackup="true"
android:backupInForeground="true"
android:backupAgent=".WallpaperBackupAgent"
android:fullBackupOnly="true" >
</application>