Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cba02ebf authored by Jeff DeCew's avatar Jeff DeCew Committed by Android (Google) Code Review
Browse files

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

parents 9cca2318 7b94fa39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);