Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3464)

Unified Diff: chrome/android/java/AndroidManifest.xml

Issue 2473683002: Disable Android backup and restore (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index 1d2261b4bdd58a53fdd19342dac91dcfad4136f6..1bd201bd7cecbfd1c4b613fde43cf09aaea5e3aa 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -110,10 +110,10 @@ by a child template that "extends" this file.
android:icon="@mipmap/app_icon"
android:label="@string/app_name"
android:largeHeap="false"
- android:allowBackup="true"
+ android:allowBackup="false"
android:manageSpaceActivity="@string/manage_space_activity"
android:fullBackupContent="@xml/chromebackupscheme"
- android:fullBackupOnly="true"
+ android:fullBackupOnly="false"
android:restoreAnyVersion="true"
{% block android_backup_agent %}
android:backupAgent="org.chromium.chrome.browser.ChromeBackupAgent"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698