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

Commit 6da21318 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Add PlatformCompat feature for DocumentUI" into rvc-dev am: db5cbbf2...

Merge "Add PlatformCompat feature for DocumentUI" into rvc-dev am: db5cbbf2 am: b716fe92 am: 4fcba19c am: 7610f8d2

Change-Id: I5f36f2876797c3957dcfbbf67a3b20bcf9af4638
parents 119ea3dc 7610f8d2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -481,6 +481,7 @@ java_library {
        "framework-platform-compat-config",
        "libcore-platform-compat-config",
        "services-platform-compat-config",
        "documents-ui-compat-config",
    ],
    static_libs: [
        // If MimeMap ever becomes its own APEX, then this dependency would need to be removed
+3 −1
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@
    <privapp-permissions package="com.android.documentsui">
        <permission name="android.permission.CHANGE_OVERLAY_PACKAGES"/>
        <permission name="android.permission.INTERACT_ACROSS_USERS"/>
        <permission name="android.permission.MODIFY_QUIET_MODE"/>
        <!-- Permissions required for reading and logging compat changes -->
        <permission name="android.permission.LOG_COMPAT_CHANGE"/>
        <permission name="android.permission.READ_COMPAT_CHANGE_CONFIG"/>
    </privapp-permissions>
</permissions>