summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSantos Cordon <santoscordon@google.com>2013-09-04 15:33:51 -0700
committerSantos Cordon <santoscordon@google.com>2013-09-04 15:33:51 -0700
commite8c54f9502ff6a3286e397cf63d414a02fd364f5 (patch)
tree30c9b4a7f35cfc11126bbabd8db04fc0c3b07ca6 /AndroidManifest.xml
parentc286ae2cf471a7ddad4ec1e9a00e7bc9c30fdd91 (diff)
downloadandroid_packages_apps_Dialer-e8c54f9502ff6a3286e397cf63d414a02fd364f5.tar.gz
android_packages_apps_Dialer-e8c54f9502ff6a3286e397cf63d414a02fd364f5.tar.bz2
android_packages_apps_Dialer-e8c54f9502ff6a3286e397cf63d414a02fd364f5.zip
Changing incall ui label to the already translated "Phone"
Change-Id: Ia6b9eb3df1f0f6db961478b5ff62a522b7937163
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6f3450f32..72e41dcab 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -262,7 +262,7 @@
fullScreenIntent of a notification (for incoming calls.) -->
<activity android:name="com.android.incallui.InCallActivity"
android:theme="@style/Theme.InCallScreen"
- android:label="@string/inCallLabel"
+ android:label="@string/phoneAppLabel"
android:excludeFromRecents="true"
android:launchMode="singleInstance"
android:screenOrientation="nosensor"