summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/app/res/values/strings.xml
diff options
context:
space:
mode:
authorcalderwoodra <calderwoodra@google.com>2018-01-29 19:18:14 -0800
committerCopybara-Service <copybara-piper@google.com>2018-01-29 20:50:45 -0800
commit9f16e171d04fbafe042d83b6bfaf5309f886f0e1 (patch)
tree9328cb3c85134aeb3837d6a3126d56d93a6a9cbe /java/com/android/dialer/app/res/values/strings.xml
parentc377217d3ebd503fb91c55ac871c981f99ec649c (diff)
Added a hack for NUI because of a dependency cycle.
In order for NUI to include the old fragments, it needs a dependency on dialer/app. In order for Dialtacts to show the NUI shortcut, it needs a dependency on dialer/main. This change removes the requirement for Dialtacts by copying some of the code from dialer/main into dialer/app. Bug: 72525324 Test: existing PiperOrigin-RevId: 183769521 Change-Id: I29d00f22efecee35ca25f0b4172413c370f2506b
Diffstat (limited to 'java/com/android/dialer/app/res/values/strings.xml')
-rw-r--r--java/com/android/dialer/app/res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/com/android/dialer/app/res/values/strings.xml b/java/com/android/dialer/app/res/values/strings.xml
index 5554059fd..d4f3f8180 100644
--- a/java/com/android/dialer/app/res/values/strings.xml
+++ b/java/com/android/dialer/app/res/values/strings.xml
@@ -716,4 +716,8 @@
<!-- If a user deletes a call that has attachments (photo, message, ect) bundled with it, they need
to be told that they need to go to the SMS app to delete the attachments. [CHAR LIMIT=NONE] -->
<string name="multiple_ec_data_deleted">Calls deleted. View and delete attachments shared during calls in Messages.</string>
+
+ <!-- Name of launcher shortcut for the new UI main activity.
+ TODO(38502365): Remove this once we're ready to launch the new UI. -->
+ <string translatable="false" name="nui_shortcut_name">Phone NUI</string>
</resources>