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

Commit 6c38f4b0 authored by mrulhania's avatar mrulhania
Browse files

Remove pre-ups permissions infrastructre code

UPS has been enabled since V, and the flagged
code can be cleaned up now.

Fix: 389723713
Test: build
Test: presubmit
Flag: EXEMPT removing dead code
Change-Id: Id9e3ccd50b24b370e97d73a8681232fdf402bede
parent 06673505
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -86,7 +86,6 @@ import android.util.Slog;
import com.android.internal.R;
import com.android.internal.annotations.Immutable;
import com.android.internal.util.CollectionUtils;
import com.android.modules.utils.build.SdkLevel;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@@ -189,13 +188,6 @@ public final class PermissionManager {
    @EnabledAfter(targetSdkVersion = S)
    public static final long CANNOT_INSTALL_WITH_BAD_PERMISSION_GROUPS = 146211400;

    /**
     * Whether to use the new {@link com.android.server.permission.access.AccessCheckingService}.
     *
     * @hide
     */
    public static final boolean USE_ACCESS_CHECKING_SERVICE = SdkLevel.isAtLeastV();

    /**
     * The time to wait in between refreshing the exempted indicator role packages
     */
Loading