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

Commit 78ce50f0 authored by Cherie Cheung's avatar Cherie Cheung Committed by Automerger Merge Worker
Browse files

Merge "DocumentsUI: Declare intents for App enumeration" into rvc-dev am: 5a192ad6

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/DocumentsUI/+/11860601

Change-Id: I3a5c7f36286006d81891876098ec30c90fcffeff
parents 67e8ba30 5a192ad6
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -35,6 +35,22 @@
    <uses-permission android:name="android.permission.LOG_COMPAT_CHANGE"/>
    <uses-permission android:name="android.permission.READ_COMPAT_CHANGE_CONFIG"/>

    <!-- For App enumeration -->
    <queries>
        <intent>
            <action android:name="android.intent.action.SEND" />
            <data android:mimeType="*/*" />
        </intent>
        <intent>
            <action android:name="android.intent.action.SEND_MULTIPLE" />
            <data android:mimeType="*/*" />
        </intent>
        <intent>
            <action android:name="android.intent.action.VIEW" />
            <data android:mimeType="*/*" />
        </intent>
    </queries>

    <application
        android:name=".DocumentsApplication"
        android:label="@string/app_label"