Merge "Make ShortcutService.onApplicationActive oneway" into udc-qpr-dev
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