Merge "Fix grid options provider metadata" into ub-launcher3-master

This commit is contained in:
TreeHugger Robot 2019-01-29 22:28:44 +00:00 committed by Android (Google) Code Review
commit eefa08b8be
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
</intent-filter>
<meta-data
android:name="com.android.launcher3.grid.control"
android:value="${packageName}.grid.control" />
android:value="${packageName}.grid_control" />
</activity>
</application>