]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/AndroidManifest.xml
Implement a progress bar and switch the style to a light action bar.
[PrivacyBrowserAndroid.git] / app / src / main / AndroidManifest.xml
index 17718ffb0c998648f7aac3bf437010020057e2c5..7774f930fa936f6c18f83db132306d6803d481cd 100644 (file)
@@ -5,7 +5,8 @@
     <uses-permission android:name="android.permission.INTERNET" />
 
     <application
-        android:allowBackup="true"
+        android:allowBackup="false"
+        android:fullBackupContent="false"
         android:icon="@mipmap/ic_launcher"
         android:label="@string/privacy_browser"
         android:theme="@style/AppTheme" >