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

Change-Id: Ia5775138e7e2a368a721cb648050014898312d9a
This commit is contained in:
Bill Yi
2020-05-06 16:15:34 +00:00
committed by Automerger Merge Worker

View File

@@ -89,7 +89,8 @@ public final class PasswordUtils extends com.android.settingslib.Utils {
/* initialPid= */ -1, /* initialPid= */ -1,
getCallingAppPackageName(activityToken), getCallingAppPackageName(activityToken),
userId, userId,
message); message,
false);
} catch (RemoteException e) { } catch (RemoteException e) {
Log.v(TAG, "Could not talk to activity manager.", e); Log.v(TAG, "Could not talk to activity manager.", e);
} }