Track framework changes to crashApplication API
Bug: 128649910 Test: manual Test: atest OsHostTests#testForegroundServiceBadNotification Change-Id: Ia613372360f8b32f6ad3b7d2092e7cb27f067fbc
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user