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"
Bug: 69799046
Fixes: 69799046
Test: make ds-docs (run by asolovay@)
Change-Id: I90410ed3393b5c37afdf0476eb70821fae9f63fd
(cherry picked from commit 6283100a87)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user