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

Commit 389ee0b1 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

am: fb13aa9c

Change-Id: I36f3895739b393cdf9f6473e804014ef60c08b09
parents 511216f0 fb13aa9c
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
        }