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

Commit 6d7745d9 authored by AdarshGrewal's avatar AdarshGrewal Committed by Nolen Johnson
Browse files

overlay: Enable glanceable hub toggle

Change-Id: I17f8bb9c90d38261c8b0f7de38c250e0f7a7794b
parent 87c7a588
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -36,4 +36,7 @@
    <string name="config_styles_and_wallpaper_picker_class" translatable="false">com.android.customization.picker.CustomizationPickerActivity</string>
    <!-- Action name for the styles & wallpaper picker activity. -->
    <string name="config_styles_and_wallpaper_picker_action" translatable="false">android.intent.action.SET_WALLPAPER</string>

    <!-- Whether to show the "glanceable hub" settings on mobile. -->
    <bool name="config_show_glanceable_hub_toggle_setting_mobile">true</bool>
</resources>
+9 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     SPDX-FileCopyrightText: The LineageOS Project
     SPDX-License-Identifier: Apache-2.0
-->
<resources>
    <!-- Whether to show the "glanceable hub" settings. -->
    <bool name="config_show_glanceable_hub_toggle_setting">true</bool>
</resources>