[Android] Manifest: Clarify the backup option
Jean-Baptiste Kempf
git at videolan.org
Tue Aug 18 15:44:35 CEST 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Aug 18 15:43:35 2015 +0200| [6d192fef35980719866f16f1282fabc929176cb8] | committer: Jean-Baptiste Kempf
Manifest: Clarify the backup option
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=6d192fef35980719866f16f1282fabc929176cb8
---
vlc-android/AndroidManifest.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index 28f9f81..36c980f 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -52,6 +52,7 @@
<application
android:name="org.videolan.vlc.VLCApplication"
android:hardwareAccelerated="true"
+ android:allowBackup="true"
android:largeHeap="true"
android:icon="@drawable/icon"
android:label="@string/app_name"
More information about the Android
mailing list