adding an intent filter to allow Simple Contacts be set as a default phone app

This commit is contained in:
tibbi 2018-11-20 17:35:47 +01:00
parent ed4bb7d013
commit ed42e1af60

View File

@ -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