Updating the name of the activity to the translated "Phone".

String used as a label in Recents.

Change-Id: I38086f90c440cbbf865ee27163c1c8a8462a5ce3
diff --git a/InCallUI/res/values/strings.xml b/InCallUI/res/values/strings.xml
index 882102a..785e364 100755
--- a/InCallUI/res/values/strings.xml
+++ b/InCallUI/res/values/strings.xml
@@ -17,8 +17,12 @@
 
 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
 
-    <!-- Official label for the in-call UI -->
-    <string name="inCallLabel">InCallUI</string>
+    <!-- Official label of the phone app, as seen in "Manage Applications"
+         and other settings UIs. -->
+    <string name="phoneAppLabel" product="default">Phone</string>
+
+    <!-- Official label for the in-call UI. DO NOT TRANSLATE. -->
+    <string name="inCallLabel" translate="false">InCallUI</string>
 
     <!-- Call status -->