summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2016-08-22 16:45:29 -0700
committerSunny Goyal <sunnygoyal@google.com>2016-08-22 16:45:58 -0700
commit112ce42926c2b7d9c8a0e9ef4fee869ab7f72cc7 (patch)
tree75af3520848bb2bd44a353f33ebe0d3c9681b659 /res
parent8f90dcff37f13bbbc3f875f1c9521cbc9745c673 (diff)
downloadandroid_packages_apps_Trebuchet-112ce42926c2b7d9c8a0e9ef4fee869ab7f72cc7.tar.gz
android_packages_apps_Trebuchet-112ce42926c2b7d9c8a0e9ef4fee869ab7f72cc7.tar.bz2
android_packages_apps_Trebuchet-112ce42926c2b7d9c8a0e9ef4fee869ab7f72cc7.zip
Adding a resource pointer to the app name so that derived projects can
easily modify app name Change-Id: I3f301e1b2ba38d0a45d220bb628dcfdf3906246c
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 94f02f942..2347f661b 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -9,6 +9,10 @@
<bool name="is_large_tablet">false</bool>
<bool name="allow_rotation">false</bool>
+ <!-- A string pointer to the original app name string. This allows derived projects to
+ easily override the app name without providing all translations -->
+ <string name="derived_app_name" translatable="false">@string/app_name</string>
+
<!-- DragController -->
<item type="id" name="drag_event_parity" />