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

Commit ad450deb authored by Danny Baumann's avatar Danny Baumann
Browse files

Fix soft keyboard appearing on dialer under certain conditions.

Testcase:
- Go to dialer
- Enter some numbers
- Press home
- Enter dialer again

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