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

Commit 88178f7c authored by Dipen Pradhan's avatar Dipen Pradhan Committed by Android (Google) Code Review
Browse files

Merge "Fix SensitiveNotificationRedactionTest on Automotive" into main

parents 5eed64b9 c9c4276e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1626,8 +1626,8 @@ abstract public class ManagedServices {

        ApplicationInfo appInfo = null;
        try {
            appInfo = mContext.getPackageManager().getApplicationInfo(
                name.getPackageName(), 0);
            appInfo = mContext.getPackageManager().getApplicationInfoAsUser(
                name.getPackageName(), 0, userid);
        } catch (NameNotFoundException e) {
            // Ignore if the package doesn't exist we won't be able to bind to the service.
        }