mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
adding an intent filter to allow Simple Contacts be set as a default phone app
This commit is contained in:
@ -201,6 +201,12 @@
|
|||||||
|
|
||||||
<data android:scheme="tel"/>
|
<data android:scheme="tel"/>
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
||||||
|
<intent-filter>
|
||||||
|
<action android:name="android.intent.action.DIAL"/>
|
||||||
|
|
||||||
|
<category android:name="android.intent.category.DEFAULT"/>
|
||||||
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<activity
|
<activity
|
||||||
|
Reference in New Issue
Block a user