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

Commit de566aa6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update registerUidObserver documentation" into main

parents 597b0ee2 04eed731
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -8095,7 +8095,9 @@ public class ActivityManagerService extends IActivityManager.Stub
     * @param observer The UidObserver implementation to register.
     * @param which    A bitmask of events to observe. See ActivityManager.UID_OBSERVER_*.
     * @param cutpoint The cutpoint for onUidStateChanged events. When the state crosses this
     *                 threshold in either direction, onUidStateChanged will be called.
     *                 threshold in either direction, onUidStateChanged will be called. If using
     *                 {@link ActivityManager#PROCESS_STATE_UNKNOWN}, onUidStateChanged will be
     *                 called on every state change.
     * @param callingPackage The name of the calling package.
     * @param uids     A list of uids to watch. If all uids are to be watched, use
     *                 registerUidObserver instead.