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

Commit 6283100a authored by Nikolas Bravo's avatar Nikolas Bravo
Browse files

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

* Current "See also" link in https://developer.android.com/reference/android/content/pm/PackageInstaller.SessionParams.html#setOriginatingUid(int) is not only wrong, but also broken
* Added a missing "the"

Test: none
Change-Id: I90410ed3393b5c37afdf0476eb70821fae9f63fd
parent 94dffbcb
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;