Allow restore from any AntennaPod version
This commit is contained in:
parent
ffac53f9ed
commit
238cac9352
|
@ -36,6 +36,7 @@
|
||||||
android:icon="@drawable/ic_launcher"
|
android:icon="@drawable/ic_launcher"
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:backupAgent=".backup.OpmlBackupAgent"
|
android:backupAgent=".backup.OpmlBackupAgent"
|
||||||
|
android:restoreAnyVersion="true"
|
||||||
android:logo="@drawable/ic_launcher"
|
android:logo="@drawable/ic_launcher"
|
||||||
android:theme="@style/Theme.AntennaPod.Light">
|
android:theme="@style/Theme.AntennaPod.Light">
|
||||||
<meta-data
|
<meta-data
|
||||||
|
|
Loading…
Reference in New Issue