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

Commit 2848319e 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

am: 44b32fa5

Change-Id: I8f0a16f62ad27c53dd143567c02fc006adeab3f8
parents 5d543cc3 44b32fa5
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;
            }