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

Commit ae67e9e8 authored by Jeff DeCew's avatar Jeff DeCew Committed by Automerger Merge Worker
Browse files

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

Merge "Make ShortcutService.onApplicationActive oneway" into udc-qpr-dev am: cba02ebf am: af4c5f26

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/24134665



Change-Id: I9f276ff5f480c29d56a6417585a5aef47f765a24
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 93d82ec4 af4c5f26
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);