Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8dd56b7e authored by Hyunyoung Song's avatar Hyunyoung Song Committed by Android (Google) Code Review
Browse files

Merge "Add meta data to indicate launcher_dump provider name" into ub-launcher3-dorval

parents 23cae105 37fa9b40
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -107,5 +107,13 @@
            </intent-filter>
            </intent-filter>
        </activity>
        </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>
    </application>
</manifest>
</manifest>