commit | 2f11dc5ef3d3802d192fbaff2a8967b833a16112 | [log] [tgz] |
---|---|---|
author | John Wu <topjohnwu@google.com> | Mon Feb 28 17:19:55 2022 -0800 |
committer | John Wu <topjohnwu@google.com> | Fri Mar 04 10:36:56 2022 -0800 |
tree | ee566fa628c5e9ecdc4e9c10e1b176fb3699a7a8 | |
parent | 99497f45bb71f5a539a78d109048d0425f585dc6 [diff] |
Introduce "Best Effort" shared UID migration strategy Remove/disable all appId migration code in the system. Introduce 2 levels of shared UID migration: NEW_INSTALL_ONLY = 1 BEST_EFFORT = 2 The strategy to be used at the moment can be toggled by the system property: "persist.debug.pm.shared_uid_migration_strategy". The default strategy for now is BEST_EFFORT. Test: atest CtsSharedUserMigrationTestCases Bug: 220015249 Change-Id: If0e1148fdfd27a1dc4bf0066b2a661c6389488fe