Change default shared UID migration strategy to NEW_INSTALL_ONLY
Test: atest CtsSharedUserMigrationTestCases Bug: 220015249 Change-Id: I822c7fcc8d39e84b9679fa06f9d2c4c7d59a6373
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