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

Commit cb545cb5 authored by Tony Mak's avatar Tony Mak Committed by android-build-merger
Browse files

Merge "Fix permission is not granted to work profile system app by default" into oc-dev

am: 0995b177

Change-Id: I0fa9263de3416837f361247ddd95b69cc70b1575
parents a878ee86 0995b177
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -77,8 +77,9 @@ final class DefaultPermissionGrantPolicy {
    private static final String TAG = "DefaultPermGrantPolicy"; // must be <= 23 chars
    private static final boolean DEBUG = false;

    private static final int DEFAULT_FLAGS = PackageManager.MATCH_DIRECT_BOOT_AWARE
            | PackageManager.MATCH_DIRECT_BOOT_UNAWARE;
    private static final int DEFAULT_FLAGS =
            PackageManager.MATCH_DIRECT_BOOT_AWARE | PackageManager.MATCH_DIRECT_BOOT_UNAWARE
                    | PackageManager.MATCH_UNINSTALLED_PACKAGES;

    private static final String AUDIO_MIME_TYPE = "audio/mpeg";