Merge "Make ShortcutService.onApplicationActive oneway" into udc-qpr-dev

This commit is contained in:
Jeff DeCew
2023-07-21 20:51:31 +00:00
committed by Android (Google) Code Review

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);