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

Commit 7861e80e authored by mrulhania's avatar mrulhania
Browse files

Fix docs for AppOpsManager#OnOpChangedListener

Remove references of hidden APIs from public API

Bug: 362991226
Test: build
Flag: EXEMPT bug fix
Change-Id: I7253b5147227949c90c6f9e092593f7c6d769b6b
parent e06df116
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -7459,15 +7459,15 @@ public class AppOpsManager {
        }

        /**
         * Similar to {@link #onOpChanged(String, String, int)} but includes the device for which
         * the op mode has changed.
         * Similar to {@link #onOpChanged(String, String)} but includes user and the device for
         * which the op mode has changed.
         *
         * <p> Implement this method if callbacks are required on all devices.
         * If not implemented explicitly, the default implementation will notify for op changes
         * on the default device {@link VirtualDeviceManager#PERSISTENT_DEVICE_ID_DEFAULT} only.
         * on the default device only.
         *
         * <p> If implemented, {@link #onOpChanged(String, String, int)}
         * will not be called automatically.
         * <p> If implemented, {@link #onOpChanged(String, String)} will not be called
         * automatically.
         *
         * @param op The Op that changed.
         * @param packageName Package of the app whose Op changed.