make sure the Dialer is a transparent activity
This commit is contained in:
parent
420a523062
commit
25c9c0d598
1 changed files with 2 additions and 1 deletions
|
|
@ -224,7 +224,8 @@
|
|||
|
||||
<activity
|
||||
android:name=".activities.DialerActivity"
|
||||
android:label="@string/dialer">
|
||||
android:label="@string/dialer"
|
||||
android:theme="@style/Theme.Transparent">
|
||||
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.CALL"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue