summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorlinus_lee <llee@cyngn.com>2015-01-02 15:38:41 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2015-01-14 11:15:00 -0800
commitcc47448e57e105d812a833ac8e563a1bc63bfba1 (patch)
tree1e774c7caaf0c28d9de72ba1b66e06a67ef982a2 /AndroidManifest.xml
parent139dff436accf7444cb532d6524d33d232bac0e8 (diff)
downloadandroid_packages_apps_Dialer-cc47448e57e105d812a833ac8e563a1bc63bfba1.tar.gz
android_packages_apps_Dialer-cc47448e57e105d812a833ac8e563a1bc63bfba1.tar.bz2
android_packages_apps_Dialer-cc47448e57e105d812a833ac8e563a1bc63bfba1.zip
Merge code and add CallStats in multi sim
The MultiSim call fragment merged the different fragments under a spinner and also allowed you to filter call type instead of using different fragments. I ripped out the old code and adapter the multisim fragment to handle both multi and single scenarios. Added the call stats and adapter it to handle both multi and single scenarios as well. Change-Id: I41389bbab302ff38bf0dac002c7ac8b10280fac2
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f29a18f2a..0eaa052a6 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -143,6 +143,7 @@
<activity android:name="com.android.dialer.calllog.CallLogActivity"
android:label="@string/call_log_activity_title"
android:theme="@style/DialtactsThemeWithoutActionBarOverlay"
+ android:screenOrientation="nosensor"
android:icon="@mipmap/ic_launcher_phone">
<intent-filter>
<action android:name="android.intent.action.VIEW" />