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

Commit 3194770f authored by Bill Yi's avatar Bill Yi Committed by Automerger Merge Worker
Browse files

Merge android10-qpr2-s3-release to aosp/master - DO NOT MERGE am: 58957af8

Change-Id: Ia5775138e7e2a368a721cb648050014898312d9a
parents 37c9c5b5 58957af8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -89,7 +89,8 @@ public final class PasswordUtils extends com.android.settingslib.Utils {
                    /* initialPid= */ -1,
                    getCallingAppPackageName(activityToken),
                    userId,
                    message);
                    message,
                    false);
        } catch (RemoteException e) {
            Log.v(TAG, "Could not talk to activity manager.", e);
        }