summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest-common.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml
index 50fb2d768..3a60a9878 100644
--- a/AndroidManifest-common.xml
+++ b/AndroidManifest-common.xml
@@ -107,5 +107,13 @@
</intent-filter>
</activity>
+ <!--
+ Should point to the content provider which can be used to dump Launcher3 compatible
+ worspace configuration to the dump's file descriptor by using launcher_dump.proto
+ -->
+ <meta-data
+ android:name="com.android.launcher3.launcher_dump_provider"
+ android:value="com.android.launcher3.LauncherProvider" />
+
</application>
</manifest>