From 30b00156db7593cfaee19251b96bb742d0921510 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 13 Feb 2018 15:16:11 +0100 Subject: [PATCH] javadoc cleanup --- .../fdroid/fdroid/installer/PrivilegedInstaller.java | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/app/src/main/java/org/fdroid/fdroid/installer/PrivilegedInstaller.java b/app/src/main/java/org/fdroid/fdroid/installer/PrivilegedInstaller.java index d745dbe8a..389859587 100644 --- a/app/src/main/java/org/fdroid/fdroid/installer/PrivilegedInstaller.java +++ b/app/src/main/java/org/fdroid/fdroid/installer/PrivilegedInstaller.java @@ -55,12 +55,11 @@ import java.util.HashMap; *

* This installer makes unattended installs/uninstalls possible. * Thus no PendingIntents are returned. - *

- * Sources for Android 4.4 change: - * https://groups.google.com/forum/#!msg/android- - * security-discuss/r7uL_OEMU5c/LijNHvxeV80J - * https://android.googlesource.com/platform - * /frameworks/base/+/ccbf84f44c9e6a5ed3c08673614826bb237afc54 + * + * @see + * Sources for Android 4.4 change + * @see + * Commit that restricted "signatureOrSystem" permissions */ public class PrivilegedInstaller extends Installer {