summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2017-08-28 15:29:18 -0700
committerSunny Goyal <sunnygoyal@google.com>2017-08-28 15:35:25 -0700
commitf5523921c3aeebe723a7bae96d93abaefde291a4 (patch)
treec49e439116097b1874e312505299de5850b80c12 /res/values/config.xml
parent1ad3c8f61edd7ff205530846e6e7c049583b8964 (diff)
downloadandroid_packages_apps_Trebuchet-f5523921c3aeebe723a7bae96d93abaefde291a4.tar.gz
android_packages_apps_Trebuchet-f5523921c3aeebe723a7bae96d93abaefde291a4.tar.bz2
android_packages_apps_Trebuchet-f5523921c3aeebe723a7bae96d93abaefde291a4.zip
Adding support for badging instant app icons.
Change-Id: Idc43a1a83e0a93f70879730a0acefbc124f9c0e2
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index b41172bb1..01772f186 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -116,6 +116,9 @@
<!-- Name of a color extraction implementation class. -->
<string name="color_extraction_impl_class" translatable="false"></string>
+ <!-- Name of a subclass of com.android.launcher3.util.InstantAppResolver. Can be empty. -->
+ <string name="instant_app_resolver_class" translatable="false"></string>
+
<!-- Package name of the default wallpaper picker. -->
<string name="wallpaper_picker_package" translatable="false"></string>