Delete AndroidManifest meta-data for dump_provider
Bug: 144953948 Change-Id: I3c625eae7e4b20a34c9e471d55a339442a6b36b8
This commit is contained in:
parent
8cea0bcc92
commit
25a78400d5
|
@ -137,14 +137,6 @@
|
|||
</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" />
|
||||
|
||||
<!--
|
||||
The settings provider contains Home's data, like the workspace favorites. The permissions
|
||||
should be changed to what is defined above. The authorities should also be changed to
|
||||
|
|
Loading…
Reference in New Issue