Merge "Adding meta-data for grid options provider" into ub-launcher3-master

This commit is contained in:
TreeHugger Robot 2019-01-25 01:07:44 +00:00 committed by Android (Google) Code Review
commit f530c4032b
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,9 @@
<category android:name="android.intent.category.MONKEY"/>
<category android:name="android.intent.category.LAUNCHER_APP" />
</intent-filter>
<meta-data
android:name="com.android.launcher3.grid.control"
android:value="${packageName}.grid.control" />
</activity>
</application>