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

Commit fb13aa9c authored by Todd Kennedy's avatar Todd Kennedy Committed by android-build-merger
Browse files

Merge "Use STOCK_PM_FLAGS for backup agent" into pi-dev

am: 3cc83361

Change-Id: I1db6dc526e31d7b579cdd49a466ff6fea35d1e0f
parents 8deb6ac7 3cc83361
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20417,7 +20417,7 @@ public class ActivityManagerService extends IActivityManager.Stub
        IPackageManager pm = AppGlobals.getPackageManager();
        ApplicationInfo app = null;
        try {
            app = pm.getApplicationInfo(packageName, 0, userId);
            app = pm.getApplicationInfo(packageName, STOCK_PM_FLAGS, userId);
        } catch (RemoteException e) {
            // can't happen; package manager is process-local
        }