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

Commit 3e494340 authored by Daisuke Miyakawa's avatar Daisuke Miyakawa
Browse files

Force DialtactsActivity to use portrait oriention

Bug: 5566469
Change-Id: I9c1924c00a532d89dfefe9b6aa1e9260dabe310d
parent 254bbae7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@
            android:launchMode="singleTask"
            android:clearTaskOnLaunch="true"
            android:icon="@mipmap/ic_launcher_phone"
            android:screenOrientation="nosensor"
            android:screenOrientation="portrait"
            android:enabled="@*android:bool/config_voice_capable"
            android:taskAffinity="android.task.contacts.phone"
            android:windowSoftInputMode="stateAlwaysHidden|adjustNothing">