Fix missing grid for devices that upgrade from R

Fixes: 178435615
Test: TODO
Change-Id: I9894b88485daf5b641b4674a5abff05e0f53138b
This commit is contained in:
Tracy Zhou
2021-01-27 14:05:01 -08:00
parent f1db62cc98
commit 0455d146a1
3 changed files with 5 additions and 5 deletions

View File

@@ -141,7 +141,7 @@
TODO: Add proper permissions
-->
<provider
android:name="com.android.launcher3.graphics.GridOptionsProvider"
android:name="com.android.launcher3.graphics.GridCustomizationsProvider"
android:authorities="${packageName}.grid_control"
android:exported="true" />