Uses launcher activity label for activities

bug: 17446883
Change-Id: I53ca9e723a4409804662e985360e19ce36912d9e
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c428e98..1abfd22 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">