Suspend newly installed apps when personal apps are suspended
Also make use of PackageManager.getUnsuspendablePackages() which already takes care of launcher and dialer packages and some other critical apps, like package verifier, package [un-]installer, etc. For newly installed packages it PackageManager.getUnsuspendableApps() seems to be sufficient since that app won't be critical for the functioning of the device. Test: Test: atest OrgOwnedProfileOwnerTest#testPersonalAppsSuspensionInstalledApp Bug: 149394138 Change-Id: Ic3196dbfdd5c506e708563d305a42494391dc878
Loading
Please register or sign in to comment