v0.6.4: implemented backup functionality for ADB and auto backups

This commit is contained in:
Evan Debenham
2018-03-27 21:20:55 -04:00
parent 12f545dff9
commit 3b5adde8ba
4 changed files with 65 additions and 3 deletions
+3 -1
View File
@@ -24,7 +24,9 @@
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@android:style/Theme.Black.NoTitleBar"
android:allowBackup="false">
android:allowBackup="true"
android:fullBackupOnly="true"
android:backupAgent=".BackupHandler">
<activity
android:label="@string/app_name"
android:name=".ShatteredPixelDungeon"