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

Commit b39e9883 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:...

Merge "DocumentsUI: Declare intents for App enumeration" into rvc-dev am: 5a192ad6 am: 61159540 am: 39006f6f am: d018ef50 am: d36cd45e

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

Change-Id: I44f3d40f1912baa9b5fd4fbe69edcd5d7f099006
parents d8ac64e6 d36cd45e
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"