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

Commit 34c4a011 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "Move startWatchingModeWithFlags to the native supported binder...

Merge "Merge "Move startWatchingModeWithFlags to the native supported binder calls" into udc-dev am: 9e2ed191" into udc-dev-plus-aosp
parents 251ec92e 61d9267c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -52,6 +52,8 @@ interface IAppOpsService {
    int checkAudioOperation(int code, int usage, int uid, String packageName);
    boolean shouldCollectNotes(int opCode);
    void setCameraAudioRestriction(int mode);
    void startWatchingModeWithFlags(int op, String packageName, int flags,
            IAppOpsCallback callback);
    // End of methods also called by native code.
    // Any new method exposed to native must be added after the last one, do not reorder

@@ -110,8 +112,6 @@ interface IAppOpsService {
    void startWatchingStarted(in int[] ops, IAppOpsStartedCallback callback);
    void stopWatchingStarted(IAppOpsStartedCallback callback);

    void startWatchingModeWithFlags(int op, String packageName, int flags, IAppOpsCallback callback);

    void startWatchingNoted(in int[] ops, IAppOpsNotedCallback callback);
    void stopWatchingNoted(IAppOpsNotedCallback callback);