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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user