Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86e8912f authored by Luca Stefani's avatar Luca Stefani Committed by Michael Bestas
Browse files

Properly expose GridOptionsProvider

Change-Id: I8268a215257ae0e399c56ac8b44cdfdff8cc92a0
parent 274c8e80
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -151,12 +151,13 @@

        <!--
        The content provider for exposing various launcher grid options.
        TODO: Add proper permissions
        -->
        <provider
            android:name="com.android.launcher3.graphics.GridOptionsProvider"
            android:authorities="${packageName}.grid_control"
            android:exported="true" />
            android:exported="true"
            android:writePermission="${packageName}.permission.WRITE_SETTINGS"
            android:readPermission="${packageName}.permission.READ_SETTINGS" />

        <!--
        The settings activity. To extend point settings_fragment_name to appropriate fragment class
+0 −6
Original line number Diff line number Diff line
@@ -44,12 +44,6 @@
        android:defaultValue="@bool/allow_rotation"
        android:persistent="true" />

    <SwitchPreference
        android:key="pref_grid_options"
        android:title="Enable grid options"
        android:defaultValue="false"
        android:persistent="true" />

    <androidx.preference.PreferenceScreen
        android:key="pref_developer_options"
        android:persistent="false"