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

Commit 72617412 authored by Jorge Ruesga's avatar Jorge Ruesga
Browse files

eleven: remove_ACTION_PICK from manifest



We are far from support pick an audio file. This cause MMS to be able to pick an
audio file with Eleven, which is currently not possible.

Change-Id: I65192d1dccd0b98982d65c7743c51cda3860f7d5
Signed-off-by: default avatarJorge Ruesga <jorge@ruesga.com>
parent a6a6cabe
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -131,12 +131,6 @@

                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.PICK" />
                <category android:name="android.intent.category.DEFAULT" />
                <category android:name="android.intent.category.OPENABLE" />
                <data android:mimeType="vnd.android.cursor.dir/audio"/>
            </intent-filter>
        </activity>

        <!-- Search interface -->