commit | 0f2d02be9c8d7b6b22342f77f2d326445276b813 | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Tue Mar 10 15:52:05 2020 -0700 |
committer | android-build-team Robot <android-build-team-robot@google.com> | Thu Mar 19 04:52:30 2020 +0000 |
tree | 1a8a7ee72a1af60e821888b24e067b9ed9261fed | |
parent | 360a04f337ee252c23d9114f6f8b39260ea0e5ba [diff] |
DO NOT MERGE - Track framework changes to crashApplication Bug: 128649910 Test: manual Test: atest OsHostTests#testForegroundServiceBadNotification Merged-In: Ia613372360f8b32f6ad3b7d2092e7cb27f067fbc Change-Id: I6894e3df309669ba98ad23432aa18d6043739aad (cherry picked from commit 36f182159ffae1f14a1733a3bb1334cdd9d44742)
diff --git a/src/com/android/settings/password/PasswordUtils.java b/src/com/android/settings/password/PasswordUtils.java index 1ead492..5b75033 100644 --- a/src/com/android/settings/password/PasswordUtils.java +++ b/src/com/android/settings/password/PasswordUtils.java
@@ -89,7 +89,8 @@ /* initialPid= */ -1, getCallingAppPackageName(activityToken), userId, - message); + message, + false); } catch (RemoteException e) { Log.v(TAG, "Could not talk to activity manager.", e); }