DO NOT MERGE - Track framework changes to crashApplication API am: 4a89abe279

Change-Id: Ibe465291626661a7bcd4ad38e11ff1525fbab512
This commit is contained in:
Automerger Merge Worker
2020-03-06 01:35:03 +00:00

View File

@@ -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);
}