Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 771f442d authored by Danny Baumann's avatar Danny Baumann
Browse files

Make absolutely sure the keyboard is never shown over the dialer.

Change-Id: I2ef5ba1530c645241e872893bb653107f1c181ce
parent 1c217d23
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" />
@@ -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" />