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

Commit 7b94fa39 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Make ShortcutService.onApplicationActive oneway

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

Fixes: 291633239
Test: inline reply
Change-Id: I2ef9ea437c5c3a8403b674a7b0c7dcb42621dd8b
parent c44cfb9c
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);