commit | 4a89abe27986f8c1572ffaa37a1d0fb73ce692d7 | [log] [tgz] |
---|---|---|
author | Christopher Tate <ctate@google.com> | Mon Aug 19 16:20:52 2019 -0700 |
committer | Christopher Tate <ctate@google.com> | Tue Feb 04 17:48:06 2020 -0800 |
tree | 757fa3a475f627056678d3a85f78cd249fbed2c0 | |
parent | 473b52cd6e3b97630a07755b628c0bc5ead25ef5 [diff] |
DO NOT MERGE - Track framework changes to crashApplication API Bug: 128649910 Bug: 140108616 Test: manual Test: atest OsHostTests#testForegroundServiceBadNotification Change-Id: Ia613372360f8b32f6ad3b7d2092e7cb27f067fbc Merged-In: Ia613372360f8b32f6ad3b7d2092e7cb27f067fbc
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); }