summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-09-03 10:35:38 -0700
committerYorke Lee <yorkelee@google.com>2013-09-03 10:35:38 -0700
commit1b2758d1d31a021edf5f1631e42e0809ff3f298f (patch)
tree03292f1e5f225a3449c0e4747a0f69e17475dbfe /AndroidManifest.xml
parent730772a0e98541e140ac6fee3dded2baf8883c43 (diff)
Force Dialer to portrait mode
Bug: 10598253 Change-Id: I3874a170789188876b13223edb1dcb0173241158
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 37b78c093..6f3784112 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -67,7 +67,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:windowSoftInputMode="stateAlwaysHidden|adjustNothing">
<intent-filter>