Disable grid option feature in ThemePicker

Fixes: 158790001
Test: manual
Change-Id: I5419738d9b3be996cdcea0a7b5dc2d31ceff0055
This commit is contained in:
Tracy Zhou 2020-06-11 16:16:05 -07:00
parent a271085506
commit 0c88238966
1 changed files with 2 additions and 1 deletions

View File

@ -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