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