Add meta data to indicate launcher_dump provider name

b/36904684

Change-Id: I3e4bdae163dbe1ecfbd0a009462f13f25e2486d6
This commit is contained in:
Hyunyoung Song 2017-05-04 15:21:20 -07:00
parent 61682f2fd4
commit 37fa9b407b
1 changed files with 8 additions and 0 deletions

View File

@ -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>