OSDN Git Service

eleven: remove_ACTION_PICK from manifest
authorJorge Ruesga <jorge@ruesga.com>
Sat, 28 Mar 2015 21:30:46 +0000 (22:30 +0100)
committerMichael Bestas <mikeioannina@gmail.com>
Thu, 16 Apr 2015 23:49:49 +0000 (02:49 +0300)
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: Jorge Ruesga <jorge@ruesga.com>
AndroidManifest.xml

index ce19488..2506294 100644 (file)
 
                 <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 -->