Loading AndroidManifest.xml +2 −2 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ <!-- A virtual 12 key dialer --> <activity android:name="TwelveKeyDialer" android:launchMode="singleTop" android:windowSoftInputMode="stateHidden" android:windowSoftInputMode="stateAlwaysHidden" > <intent-filter> <action android:name="com.android.phone.action.TOUCH_DIALER" /> Loading Loading @@ -74,7 +74,7 @@ android:clearTaskOnLaunch="true" android:icon="@drawable/ic_launcher_phone" android:screenOrientation="nosensor" android:windowSoftInputMode="stateHidden" android:windowSoftInputMode="stateAlwaysHidden" > <intent-filter> <action android:name="android.intent.action.DIAL" /> Loading Loading
AndroidManifest.xml +2 −2 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ <!-- A virtual 12 key dialer --> <activity android:name="TwelveKeyDialer" android:launchMode="singleTop" android:windowSoftInputMode="stateHidden" android:windowSoftInputMode="stateAlwaysHidden" > <intent-filter> <action android:name="com.android.phone.action.TOUCH_DIALER" /> Loading Loading @@ -74,7 +74,7 @@ android:clearTaskOnLaunch="true" android:icon="@drawable/ic_launcher_phone" android:screenOrientation="nosensor" android:windowSoftInputMode="stateHidden" android:windowSoftInputMode="stateAlwaysHidden" > <intent-filter> <action android:name="android.intent.action.DIAL" /> Loading