Make ShortcutService.onApplicationActive oneway

NOTE: RemoteInputViewController is the only caller of this method, outside of tests.

Fixes: 291633239
Test: inline reply
Change-Id: I2ef9ea437c5c3a8403b674a7b0c7dcb42621dd8b
This commit is contained in:
Jeff DeCew
2023-07-19 16:53:04 -04:00
parent c44cfb9c7f
commit 7b94fa3991

View File

@@ -61,7 +61,7 @@ interface IShortcutService {
void resetThrottling(); // system only API for developer opsions
void onApplicationActive(String packageName, int userId); // system only API for sysUI
oneway void onApplicationActive(String packageName, int userId); // system only API for sysUI
byte[] getBackupPayload(int user);