Disable grid option feature in ThemePicker
Fixes: 158790001 Test: manual Change-Id: I5419738d9b3be996cdcea0a7b5dc2d31ceff0055
This commit is contained in:
parent
a271085506
commit
0c88238966
|
@ -156,7 +156,8 @@
|
|||
<provider
|
||||
android:name="com.android.launcher3.graphics.GridOptionsProvider"
|
||||
android:authorities="${packageName}.grid_control"
|
||||
android:exported="true" />
|
||||
android:exported="true"
|
||||
android:enabled="false" />
|
||||
|
||||
<!--
|
||||
The settings activity. To extend point settings_fragment_name to appropriate fragment class
|
||||
|
|
Loading…
Reference in New Issue