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

Commit f5bd0fcd authored by Yuting Fang's avatar Yuting Fang Committed by Android (Google) Code Review
Browse files

Merge "Add javadoc to system api OpEventProxyInfo.getDeviceId()" into main

parents c362aa83 5ee39003
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; }