From b72be35d69e2f2f34085c74c6deee2afaf37dbf9 Mon Sep 17 00:00:00 2001 From: Alexandre Lision <alexandre.lision@savoirfairelinux.com> Date: Tue, 10 Dec 2013 17:40:24 -0500 Subject: [PATCH] manifest: remove experimental intent filters --- AndroidManifest.xml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 677b4fe21..69dc3f135 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -56,7 +56,7 @@ as that of the covered work. <uses-feature android:name="android.hardware.wifi" - android:required="false" /> + android:required="true" /> <uses-feature android:name="android.hardware.telephony" android:required="false" /> @@ -124,22 +124,6 @@ as that of the covered work. <category android:name="android.intent.category.DEFAULT" /> <data android:scheme="tel" /> - <data android:mimeType="vnd.android.cursor.item/phone" /> - <data android:mimeType="vnd.android.cursor.item/phone_v2" /> - <data android:mimeType="vnd.android.cursor.item/person" /> - </intent-filter> - <intent-filter> - <action android:name="android.intent.action.CALL" /> - - <category android:name="android.intent.category.DEFAULT" /> - - <data android:scheme="tel" /> - <data android:mimeType="vnd.android.cursor.item/phone" /> - <data android:mimeType="vnd.android.cursor.item/phone_v2" /> - <data android:mimeType="vnd.android.cursor.item/person" /> - </intent-filter> - <intent-filter> - <action android:name="android.intent.action.NEW_OUTGOING_CALL" /> </intent-filter> </activity> -- GitLab