Merge "Change default shared UID migration strategy to NEW_INSTALL_ONLY" into tm-dev am: a8262d359c
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17511705 Change-Id: I9d8c4fcab2a92a0b1b49e3cef32e99354609a2eb Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -61,7 +61,7 @@ public final class SharedUidMigration {
|
||||
public @interface Strategy {}
|
||||
|
||||
@Strategy
|
||||
private static final int DEFAULT = BEST_EFFORT;
|
||||
private static final int DEFAULT = NEW_INSTALL_ONLY;
|
||||
|
||||
/**
|
||||
* Whether shared UID migration is fully disabled. Disabled means the sharedUserMaxSdkVersion
|
||||
|
||||
Reference in New Issue
Block a user