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

Commit 6c55758c 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"...

Merge "Fix permission is not granted to work profile system app by default" into oc-dev am: 0995b177
am: cb545cb5

Change-Id: I6264cd7ef5a570ef40c53b74ee6dbc97ad3215c1
parents 7d005eaa cb545cb5
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";