Add new method getExtraIntentAction() in DashboardFeatureProvider.
Add a new method to get the extra intent-filter action to be used
to query the dynamic dashboard tiles.
Bug: 32739952
Test: make RunSettingsRoboTests
Change-Id: I96d9d8bd32ebe34b7c0df00c3fb4d8900b476c94
diff --git a/res/xml/development_prefs.xml b/res/xml/development_prefs.xml
index 804ede9..bdbd86f 100644
--- a/res/xml/development_prefs.xml
+++ b/res/xml/development_prefs.xml
@@ -380,4 +380,8 @@
android:title="@string/reset_shortcut_manager_throttling" />
</PreferenceCategory>
+ <PreferenceCategory
+ android:key="dashboard_tile_placeholder"
+ android:order="200"/>
+
</PreferenceScreen>