summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-08-08 15:57:20 -0700
committerYorke Lee <yorkelee@google.com>2013-08-09 18:20:38 -0700
commit8dd6200bef2eb07486f4c7e288941cfcfed35e79 (patch)
tree7da25173afca501aede644d8792a356343342316 /AndroidManifest.xml
parent15ef3e1d3772d9e35182572fed9b0f1c7c958547 (diff)
Extract ShowAllContactsFragment and add it to its own activity
Bug: 10244050 Change-Id: I9c815aecc3fe9f0db239129749fb5be3c73f51be
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 91e228e82..d26834536 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -60,7 +60,7 @@
dialpad screen. -->
<activity android:name=".DialtactsActivity"
android:label="@string/launcherDialer"
- android:theme="@style/NewDialtactsTheme"
+ android:theme="@style/DialtactsTheme"
android:uiOptions="splitActionBarWhenNarrow"
android:launchMode="singleTask"
android:clearTaskOnLaunch="true"
@@ -119,7 +119,7 @@
<activity android:name="com.android.dialer.calllog.CallLogActivity"
android:label="@string/call_log_activity_title"
- android:theme="@style/NewDialtactsTheme"
+ android:theme="@style/DialtactsTheme"
android:screenOrientation="portrait"
android:icon="@mipmap/ic_launcher_phone">
<intent-filter>
@@ -130,6 +130,12 @@
</intent-filter>
</activity>
+ <activity android:name="com.android.dialer.list.AllContactsActivity"
+ android:label="@string/show_all_contacts_title"
+ android:theme="@style/DialtactsTheme"
+ android:screenOrientation="portrait">
+ </activity>
+
<activity android:name="com.android.dialer.CallDetailActivity"
android:label="@string/callDetailTitle"
android:theme="@style/CallDetailActivityTheme"