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

Commit 13ab8c31 authored by Jeffrey Huang's avatar Jeffrey Huang Committed by Android (Google) Code Review
Browse files

Merge "Add new methods to PkgMgrWrapper for testing"

parents db96ddca 94c30358
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -228,5 +228,12 @@ public class PackageManagerWrapper {
    public CharSequence getApplicationLabel(ApplicationInfo info) {
        return mPm.getApplicationLabel(info);
    }

    /**
     * Calls {@code PackageManager.queryBroadcastReceivers}
     */
    public List<ResolveInfo> queryBroadcastReceivers(Intent intent, int flags) {
        return mPm.queryBroadcastReceivers(intent, flags);
    }
}