summaryrefslogtreecommitdiffstats
path: root/AndroidManifest-common.xml
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 /AndroidManifest-common.xml
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 'AndroidManifest-common.xml')
-rw-r--r--AndroidManifest-common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml
index 3da35354f..bbe1f4a88 100644
--- a/AndroidManifest-common.xml
+++ b/AndroidManifest-common.xml
@@ -50,7 +50,7 @@
android:fullBackupContent="@xml/backupscheme"
android:hardwareAccelerated="true"
android:icon="@mipmap/ic_launcher_home"
- android:label="@string/app_name"
+ android:label="@string/derived_app_name"
android:largeHeap="@bool/config_largeHeap"
android:restoreAnyVersion="true"
android:supportsRtl="true" >