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

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

Issue 2047473003: [Android backup] Sync settings, and new to old version restore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix findbugs issues 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 9065300b695bee02dfedde47039dfd27a452f695..5a21569553dc4919ff39c6a9fd766628b35e26e6 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