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

Commit 4e291a1e authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Merge remote-tracking branch 'origin/lineage-23.2' into a16.2

parents 57132ef0 6d7745d9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -172,4 +172,10 @@

    <!-- Name of the font family to use in the default lockscreen clock -->
    <string name="config_clockFontFamily" translatable="false" />

    <!-- Whether to enable glanceable hub features on this device. -->
    <bool name="config_glanceableHubEnabled">true</bool>

    <!-- Whether glanceable hub is enabled by default. -->
    <bool name="config_glanceableHubEnabledByDefault">true</bool>
</resources>
+3 −0
Original line number Diff line number Diff line
@@ -40,4 +40,7 @@

    <!-- Whether or not lockscreen shortcuts can be customized -->
    <bool name="custom_lockscreen_shortcuts_enabled" translatable="false">true</bool>

    <!-- Configuration to swipe to open glanceable hub -->
    <bool name="config_swipeToOpenGlanceableHub">true</bool>
</resources>
+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>
+0 −26
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2009, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
**     http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->

<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- Whether to enable glanceable hub features on this device. -->
    <bool name="config_glanceableHubEnabled">true</bool>

    <!-- Whether glanceable hub is enabled by default. -->
    <bool name="config_glanceableHubEnabledByDefault">true</bool>
</resources>
+0 −3
Original line number Diff line number Diff line
@@ -25,7 +25,4 @@

    <!-- Whether or not to show the UMO on the glanceable hub when media is playing. -->
    <bool name="config_showUmoOnHub">true</bool>

    <!-- Configuration to swipe to open glanceable hub -->
    <bool name="config_swipeToOpenGlanceableHub">true</bool>
</resources>
Loading