summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorPaul Soulos <psoulos@google.com>2014-09-11 11:55:27 -0700
committerPaul Soulos <psoulos@google.com>2014-09-11 19:45:42 +0000
commit39937e3a86dd4ff3b9c3b0ead15236f664edca7f (patch)
tree9ff7aeea19becaa2f84621bfc84b394e14272ad7 /AndroidManifest.xml
parent15a15cd10f0d1acac6e08d30f74c86f459d5ffe7 (diff)
downloadpackages_apps_Contacts-39937e3a86dd4ff3b9c3b0ead15236f664edca7f.tar.gz
packages_apps_Contacts-39937e3a86dd4ff3b9c3b0ead15236f664edca7f.tar.bz2
packages_apps_Contacts-39937e3a86dd4ff3b9c3b0ead15236f664edca7f.zip
Uses launcher activity label for activities
bug: 17446883 Change-Id: I53ca9e723a4409804662e985360e19ce36912d9e
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c428e983d..1abfd22ba 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -220,6 +220,7 @@
<activity
android:name=".activities.ShowOrCreateActivity"
+ android:label="@string/launcherActivityLabel"
android:theme="@android:style/Theme.Translucent.NoTitleBar">
<intent-filter>
@@ -243,6 +244,7 @@
<activity
android:name=".quickcontact.QuickContactActivity"
+ android:label="@string/launcherActivityLabel"
android:theme="@style/Theme.QuickContact"
android:launchMode="singleTop"
android:excludeFromRecents="true"
@@ -327,6 +329,7 @@
<!-- Create a new or edit an existing contact -->
<activity
android:name=".activities.ContactEditorActivity"
+ android:label="@string/launcherActivityLabel"
android:theme="@style/EditorActivityTheme"
android:windowSoftInputMode="stateHidden|adjustResize">