OSDN Git Service

Make expanded system shortcuts clickable
[android-x86/packages-apps-Launcher3.git] / 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>