Loading core/java/android/content/pm/PackageInstaller.java +6 −5 Original line number Diff line number Diff line Loading @@ -1000,8 +1000,8 @@ public class PackageInstaller { } /** * Optionally set the URI where this package was downloaded from. Used for * verification purposes. * Optionally set the URI where this package was downloaded from. This is * informational and may be used as a signal for anti-malware purposes. * * @see Intent#EXTRA_ORIGINATING_URI */ Loading @@ -1010,7 +1010,8 @@ public class PackageInstaller { } /** * Sets the UID that initiated package installation. Used for verification purposes. * Sets the UID that initiated package installation. This is informational * and may be used as a signal for anti-malware purposes. * * @see PackageManager#EXTRA_VERIFICATION_INSTALLER_UID */ Loading @@ -1019,8 +1020,8 @@ public class PackageInstaller { } /** * Optionally set the URI that referred you to install this package. Used * for verification purposes. * Optionally set the URI that referred you to install this package. This is * informational and may be used as a signal for anti-malware purposes. * * @see Intent#EXTRA_REFERRER */ Loading Loading
core/java/android/content/pm/PackageInstaller.java +6 −5 Original line number Diff line number Diff line Loading @@ -1000,8 +1000,8 @@ public class PackageInstaller { } /** * Optionally set the URI where this package was downloaded from. Used for * verification purposes. * Optionally set the URI where this package was downloaded from. This is * informational and may be used as a signal for anti-malware purposes. * * @see Intent#EXTRA_ORIGINATING_URI */ Loading @@ -1010,7 +1010,8 @@ public class PackageInstaller { } /** * Sets the UID that initiated package installation. Used for verification purposes. * Sets the UID that initiated package installation. This is informational * and may be used as a signal for anti-malware purposes. * * @see PackageManager#EXTRA_VERIFICATION_INSTALLER_UID */ Loading @@ -1019,8 +1020,8 @@ public class PackageInstaller { } /** * Optionally set the URI that referred you to install this package. Used * for verification purposes. * Optionally set the URI that referred you to install this package. This is * informational and may be used as a signal for anti-malware purposes. * * @see Intent#EXTRA_REFERRER */ Loading