summaryrefslogtreecommitdiffstats
path: root/AndroidManifest-common.xml
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2017-05-04 15:21:20 -0700
committerHyunyoung Song <hyunyoungs@google.com>2017-05-04 17:20:20 -0700
commit37fa9b407b27d129c124abf184853975eb98678f (patch)
treeafc33fd7b5e5b04dc137490b3b37a66588a69383 /AndroidManifest-common.xml
parent61682f2fd4a321c5472be8ed18bb7eb6af4a3444 (diff)
downloadandroid_packages_apps_Trebuchet-37fa9b407b27d129c124abf184853975eb98678f.tar.gz
android_packages_apps_Trebuchet-37fa9b407b27d129c124abf184853975eb98678f.tar.bz2
android_packages_apps_Trebuchet-37fa9b407b27d129c124abf184853975eb98678f.zip
Add meta data to indicate launcher_dump provider name
b/36904684 Change-Id: I3e4bdae163dbe1ecfbd0a009462f13f25e2486d6
Diffstat (limited to 'AndroidManifest-common.xml')
-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>