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

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

Issue 2470823002: 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 92bc901d29f7af458ea0ad5e73b116304aab5821..aeeeb2cc6c5215fed8eaeeaea51d34aa69b6ca96 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -112,10 +112,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