Merge "Change default shared UID migration strategy to NEW_INSTALL_ONLY" into tm-dev

This commit is contained in:
John Wu
2022-03-31 22:41:19 +00:00
committed by Android (Google) Code Review

View File

@@ -61,7 +61,7 @@ public final class SharedUidMigration {
public @interface Strategy {} public @interface Strategy {}
@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 * Whether shared UID migration is fully disabled. Disabled means the sharedUserMaxSdkVersion