summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAndy Mast <andy@cyngn.com>2014-04-30 15:31:31 -0700
committerAndy Mast <andy@cyngn.com>2014-05-17 21:07:14 -0700
commit4456de181af115c60aac4696639dc70e162882ce (patch)
tree5295d2b09257e7edadead6c792e11f46b17c576e /res
parentdda7d285c2b77770d09ad2abaf4fa09f909d4636 (diff)
downloadandroid_packages_providers_ThemesProvider-4456de181af115c60aac4696639dc70e162882ce.tar.gz
android_packages_providers_ThemesProvider-4456de181af115c60aac4696639dc70e162882ce.tar.bz2
android_packages_providers_ThemesProvider-4456de181af115c60aac4696639dc70e162882ce.zip
Themes: Support launcher based icon packs [2/2]
Before this patch, icon packs written for Trebuchet/Nova/Apex could not be used with the new theme engine as the formats were different. For full description, see [1/2] in frameworks/base Change-Id: Ifaec3c4b459a74eab19c69a086e117b96aeb3e0f
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index fed2be2..94eb9cc 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -18,4 +18,6 @@
<string name="app_name">Themes Provider</string>
+ <!-- For when an "legacy" icon pack does not have an app name -->
+ <string name="unknown_app_name">Unknown</string>
</resources>