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

Commit 5ee39003 authored by Yuting's avatar Yuting
Browse files

Add javadoc to system api OpEventProxyInfo.getDeviceId()

According to the feedback from API council, add javadoc to getDeviceId()
to explain what the method is. The javadoc also matches the format of
existing docs of other getters.

Bug: 341319360
Test: only javadoc change.
Change-Id: I461b95cf66a807fa5239f93d258366df4203fd11
parent d10af358
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3583,6 +3583,9 @@ public class AppOpsManager {
            return mAttributionTag;
        }

        /**
         * Persistent device Id of the proxy that noted the op
         */
        @FlaggedApi(Flags.FLAG_DEVICE_ID_IN_OP_PROXY_INFO_ENABLED)
        public @Nullable String getDeviceId() { return mDeviceId; }