summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantos Cordon <santoscordon@google.com>2013-09-05 00:13:58 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-09-05 00:13:59 +0000
commit55d46030f7e08c60eb0f8d4d271db1a1329572dc (patch)
treec75518e008fe8e392194d97b604c8e3f0761fcb5
parent7a06c4462c9f0fabeff15be92854a40f286058f8 (diff)
parente8c54f9502ff6a3286e397cf63d414a02fd364f5 (diff)
downloadandroid_packages_apps_Dialer-55d46030f7e08c60eb0f8d4d271db1a1329572dc.tar.gz
android_packages_apps_Dialer-55d46030f7e08c60eb0f8d4d271db1a1329572dc.tar.bz2
android_packages_apps_Dialer-55d46030f7e08c60eb0f8d4d271db1a1329572dc.zip
Merge "Changing incall ui label to the already translated "Phone"" into klp-dev
-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"