[pm] feature flag to turn on new MATCH_UNINSTALLED_PACKAGES behavior
This change will cause getPackageInfo to return a non-null result when it is called with MATCH_UNINSTALLED_PACKAGES on an app archived or uninstalled with DELETE_KEEP_DATA. Notice that this behavior already exists for single-user cases, but not for the multi users. This CL makes it consistent regardless of the number of users on device. BUG: 298681254 Test: atest android.content.pm.cts.PackageManagerShellCommandMultiUserTest#testUninstallWithKeepDataMultiUserMatchUninstalled Change-Id: Ib7ab6a14f182340d875c2dae889ff53bbb485b70
Loading
Please register or sign in to comment