Merge "Follow API removals."

This commit is contained in:
Jeff Sharkey
2017-02-27 01:45:40 +00:00
committed by Android (Google) Code Review

View File

@@ -416,7 +416,8 @@ public class DeviceAdminSettings extends ListFragment implements Instrumentable
ai = iPackageManager.getReceiverInfo(activeAdmin,
PackageManager.GET_META_DATA |
PackageManager.GET_DISABLED_UNTIL_USED_COMPONENTS |
PackageManager.MATCH_ENCRYPTION_AWARE_AND_UNAWARE, profileId);
PackageManager.MATCH_DIRECT_BOOT_UNAWARE |
PackageManager.MATCH_DIRECT_BOOT_AWARE, profileId);
} catch (RemoteException e) {
Log.w(TAG, "Unable to load component: " + activeAdmin);
continue;