Skip to content
Snippets Groups Projects
Commit b72be35d authored by Alexandre Lision's avatar Alexandre Lision
Browse files

manifest: remove experimental intent filters

parent 6da3bb9a
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment