Merge "Change default shared UID migration strategy to NEW_INSTALL_ONLY" into tm-dev
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user