Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44b32fa5 authored by Anton Philippov's avatar Anton Philippov Committed by android-build-merger
Browse files

Merge "Fix restore from higher SDKs in SettingsBackupAgent" into pi-dev

am: ff25b5f1

Change-Id: Icb3885d3f43874c10769664cd76032582df52cf6
parents 796df080 ff25b5f1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -253,6 +253,7 @@ public class SettingsBackupAgent extends BackupAgentHelper {
                    && !RESTORE_FROM_HIGHER_SDK_INT_SUPPORTED_KEYS.contains(key)) {
                Log.w(TAG, "Not restoring unrecognized key '"
                        + key + "' from future version " + appVersionCode);
                data.skipEntityData();
                continue;
            }