summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-02-09 10:57:12 -0800
committerSunny Goyal <sunnygoyal@google.com>2018-02-13 17:08:09 -0800
commit66f2b3532064aee9062faa0814ac6ccbf86f7922 (patch)
tree910bbcce1801427e866380450f3b9c6b2c046bea /res/values/config.xml
parenta0693d6366a97b642450104f1b6fdb1edccc3bdc (diff)
downloadandroid_packages_apps_Trebuchet-66f2b3532064aee9062faa0814ac6ccbf86f7922.tar.gz
android_packages_apps_Trebuchet-66f2b3532064aee9062faa0814ac6ccbf86f7922.tar.bz2
android_packages_apps_Trebuchet-66f2b3532064aee9062faa0814ac6ccbf86f7922.zip
Adding a utility class to simplify main process initialization.
Change-Id: I796cf758d2a25cf8fd5f9a9b78a7977fd54ca451
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 3dddac22d..065ad362e 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -101,6 +101,9 @@
<!-- Name of a subclass of com.android.launcher3.util.InstantAppResolver. Can be empty. -->
<string name="instant_app_resolver_class" translatable="false"></string>
+ <!-- Name of a main process initializer class. -->
+ <string name="main_process_initializer_class" translatable="false"></string>
+
<!-- Package name of the default wallpaper picker. -->
<string name="wallpaper_picker_package" translatable="false"></string>