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

Commit cde72f1b authored by Nikolas Bravo's avatar Nikolas Bravo Committed by android-build-merger
Browse files

Fixes javadoc documentation of PackageInstaller.SessionParams#setOriginatingUid(int)

am: 8aaf928f

Change-Id: I4a2efd6052b1bcc5344fd23722745b3532fb01c9
parents f8590d1f 8aaf928f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1184,10 +1184,10 @@ public class PackageInstaller {
        }

        /**
         * Sets the UID that initiated package installation. This is informational
         * Sets the UID that initiated the package installation. This is informational
         * and may be used as a signal for anti-malware purposes.
         *
         * @see PackageManager#EXTRA_VERIFICATION_INSTALLER_UID
         * @see Intent#EXTRA_ORIGINATING_UID
         */
        public void setOriginatingUid(int originatingUid) {
            this.originatingUid = originatingUid;