support android M data backups

This commit is contained in:
Andrew Dolgov 2016-03-22 14:26:31 +03:00
parent 4e5a6fb534
commit 932e7289fa
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
android:name=".Application"
android:allowBackup="true"
android:backupAgent=".util.PrefsBackupAgent"
android:fullBackupOnly="true"
android:hardwareAccelerated="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name" >