OSDN Git Service

Add meta data to indicate launcher_dump provider name
authorHyunyoung Song <hyunyoungs@google.com>
Thu, 4 May 2017 22:21:20 +0000 (15:21 -0700)
committerHyunyoung Song <hyunyoungs@google.com>
Fri, 5 May 2017 00:20:20 +0000 (17:20 -0700)
b/36904684

Change-Id: I3e4bdae163dbe1ecfbd0a009462f13f25e2486d6

AndroidManifest-common.xml

index 50fb2d7..3a60a98 100644 (file)
             </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>