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

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

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

parents 2280019d 6283100a
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line 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.
         * 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) {
        public void setOriginatingUid(int originatingUid) {
            this.originatingUid = originatingUid;
            this.originatingUid = originatingUid;