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

Commit f4de94f1 authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

Link to SoftRestrictedPermissionPolicy twin

We cannot create an API for now, hence the code needs to be duplicated.
Make sure we find the twin-class.

Test: Built
Bug: 131188778
Change-Id: I1cf50f15fb63fd02d9c6a0f326c3a5cd90192d8c
parent 8625cdd0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -38,6 +38,9 @@ import android.util.Log;
/**
 * The behavior of soft restricted permissions is different for each permission. This class collects
 * the policies in one place.
 *
 * This is the twin of
 * {@link com.android.packageinstaller.permission.utils.SoftRestrictedPermissionPolicy}
 */
public abstract class SoftRestrictedPermissionPolicy {
    private static final String LOG_TAG = SoftRestrictedPermissionPolicy.class.getSimpleName();