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

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

Issue 2043303002: [Android backup] Sync settings, and new to old version restore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 6 months 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 | chrome/android/java/res_template/xml/chromebackupscheme.xml » ('j') | 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 2f7890717cd556d83f3c771f8cd57af67931d089..aa491e76481ca2a723961f848e5667053a4d8121 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -103,6 +103,7 @@ by a child template that "extends" this file.
android:largeHeap="false"
android:allowBackup="true"
android:fullBackupContent="@xml/chromebackupscheme"
+ android:restoreAnyVersion="true"
{% block android_backup_agent %}
android:backupAgent="org.chromium.chrome.browser.ChromeBackupAgent"
{% endblock %}
« no previous file with comments | « no previous file | chrome/android/java/res_template/xml/chromebackupscheme.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698