From 238cac93528c2f8748239a9d8f52a27b0017de38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Liese=CC=81n?= Date: Sun, 23 Mar 2014 19:49:18 +0100 Subject: [PATCH] Allow restore from any AntennaPod version --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d1fe5dad0..fa003cf3a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -36,6 +36,7 @@ android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:backupAgent=".backup.OpmlBackupAgent" + android:restoreAnyVersion="true" android:logo="@drawable/ic_launcher" android:theme="@style/Theme.AntennaPod.Light">