summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2018-08-15 16:07:31 -0700
committerSunny Goyal <sunnygoyal@google.com>2018-09-17 17:05:32 -0700
commit194f58525a28150fa0757fcbe831b03b4daa4180 (patch)
treecc3557088b26a09c4c7b0667b50cd6b0fd85faa7 /res/values/config.xml
parentee598ada7995e6797298617efad2dac42fb73bab (diff)
downloadandroid_packages_apps_Trebuchet-194f58525a28150fa0757fcbe831b03b4daa4180.tar.gz
android_packages_apps_Trebuchet-194f58525a28150fa0757fcbe831b03b4daa4180.tar.bz2
android_packages_apps_Trebuchet-194f58525a28150fa0757fcbe831b03b4daa4180.zip
Adding a provider class for various popup actions
so that it can be customized easily. Change-Id: I633846631ac3d4c70ebb3ea35a3edc2feee8339e
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml16
1 files changed, 2 insertions, 14 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 2a6b25cfc..9f9747834 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -79,27 +79,15 @@
<!-- Hotseat -->
<bool name="hotseat_transpose_layout_with_orientation">true</bool>
- <!-- Name of a subclass of com.android.launcher3.AppFilter used to
- filter the activities shown in the launcher. Can be empty. -->
+ <!-- Various classes overriden by projects/build flavors. -->
<string name="app_filter_class" translatable="false"></string>
-
- <!-- Name of an icon provider class. -->
<string name="icon_provider_class" translatable="false"></string>
-
- <!-- Name of a drawable factory class. -->
<string name="drawable_factory_class" translatable="false"></string>
-
- <!-- Name of a user event dispatcher class. -->
<string name="user_event_dispatcher_class" translatable="false"></string>
-
- <!-- Name of an app transition manager class. -->
<string name="app_transition_manager_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>
-
- <!-- Name of a main process initializer class. -->
<string name="main_process_initializer_class" translatable="false"></string>
+ <string name="system_shortcut_factory_class" translatable="false"></string>
<!-- Package name of the default wallpaper picker. -->
<string name="wallpaper_picker_package" translatable="false"></string>