Enable android:restoreAnyVersion

Bug: 317149339
Test: Manual tests
Change-Id: If1f37519b59159c5cd6fa49a3e23dcc85348336e
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index aed51f3..5ffbbf8 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -153,6 +153,7 @@
             android:requiredForAllUsers="true"
             android:supportsRtl="true"
             android:backupAgent="com.android.settings.backup.SettingsBackupHelper"
+            android:restoreAnyVersion="true"
             android:usesCleartextTraffic="true"
             android:defaultToDeviceProtectedStorage="true"
             android:directBootAware="true"