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

Commit 87c7a588 authored by AdarshGrewal's avatar AdarshGrewal Committed by Nolen Johnson
Browse files

overlay: Enable glance hub on mobiles too

Change-Id: I1389bace92f6c84bd05fea65af2ef17b80f605fe
parent 6e2c4765
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>
+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>