Remove grid provider from launcher until all apps grid is addressed

Change-Id: Ia8232e77241d550239a62f8827cf2ef6711ec909
This commit is contained in:
Hyunyoung Song 2019-02-07 14:39:00 -08:00
parent 29e5d44a63
commit 7545349cd0
1 changed files with 2 additions and 1 deletions

View File

@ -154,12 +154,13 @@
<!--
The content provider for exposing various launcher grid options.
TODO: Enable when all apps columns are correct
TODO: Add proper permissions
-->
<provider
android:name="com.android.launcher3.graphics.GridOptionsProvider"
android:authorities="${packageName}.grid_control"
android:exported="true" />
-->
<!--
The settings activity. To extend point settings_fragment_name to appropriate fragment class