Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf31617f authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Follow API removals."

parents c6fdf599 2079a380
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;