Fix grid options provider metadata
The actual authority is {packagename}.grid_control. Bug: 122262084 Change-Id: I5552ccdb818efa49900409035e41505ed2f7687b
This commit is contained in:
parent
9752705e92
commit
339de9dda9
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue