mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-06-05 21:59:27 +02:00
make sure the Dialer is a transparent activity
This commit is contained in:
parent
420a523062
commit
25c9c0d598
@ -224,7 +224,8 @@
|
|||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.DialerActivity"
|
android:name=".activities.DialerActivity"
|
||||||
android:label="@string/dialer">
|
android:label="@string/dialer"
|
||||||
|
android:theme="@style/Theme.Transparent">
|
||||||
|
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.CALL"/>
|
<action android:name="android.intent.action.CALL"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user