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

Commit 922e9bfd authored by Sooraj Sasindran's avatar Sooraj Sasindran Committed by Gerrit Code Review
Browse files

Merge changes from topic "move-inflate-ss-to-cc"

* changes:
  Remove config_inflateSignalStrength
  Move config_inflateSignalStrength to CC
parents b34c1fe4 59c55605
Loading
Loading
Loading
Loading
+0 −26
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2019, 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.
*/
-->

<!-- These resources are around just to allow their values to be customized
     for different hardware and product builds. -->
<resources>
    <!-- Enable 5 bar signal strength icon -->
    <bool name="config_inflateSignalStrength">true</bool>
</resources>
+0 −26
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2019, 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.
*/
-->

<!-- These resources are around just to allow their values to be customized
     for different hardware and product builds. -->
<resources>
    <!-- Enable 5 bar signal strength icon -->
    <bool name="config_inflateSignalStrength">true</bool>
</resources>
+0 −3
Original line number Original line Diff line number Diff line
@@ -20,9 +20,6 @@
<!-- These resources are around just to allow their values to be customized
<!-- These resources are around just to allow their values to be customized
     for different hardware and product builds. -->
     for different hardware and product builds. -->
<resources>
<resources>
    <!-- Enable 5 bar signal strength icon -->
    <bool name="config_inflateSignalStrength">true</bool>

    <!-- Boolean indicating whether frameworks needs to reset cell broadcast geo-fencing
    <!-- Boolean indicating whether frameworks needs to reset cell broadcast geo-fencing
         check after reboot or airplane mode toggling -->
         check after reboot or airplane mode toggling -->
    <bool translatable="false" name="reset_geo_fencing_check_after_boot_or_apm">true</bool>
    <bool translatable="false" name="reset_geo_fencing_check_after_boot_or_apm">true</bool>
+0 −26
Original line number Original line Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2019, 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.
*/
-->

<!-- These resources are around just to allow their values to be customized
     for different hardware and product builds. -->
<resources>
    <!-- Enable 5 bar signal strength icon -->
    <bool name="config_inflateSignalStrength">true</bool>
</resources>
+0 −3
Original line number Original line Diff line number Diff line
@@ -20,9 +20,6 @@
<!-- These resources are around just to allow their values to be customized
<!-- These resources are around just to allow their values to be customized
     for different hardware and product builds. -->
     for different hardware and product builds. -->
<resources>
<resources>
    <!-- Enable 5 bar signal strength icon -->
    <bool name="config_inflateSignalStrength">true</bool>

    <!-- Boolean indicating whether frameworks needs to reset cell broadcast geo-fencing
    <!-- Boolean indicating whether frameworks needs to reset cell broadcast geo-fencing
         check after reboot or airplane mode toggling -->
         check after reboot or airplane mode toggling -->
    <bool translatable="false" name="reset_geo_fencing_check_after_boot_or_apm">true</bool>
    <bool translatable="false" name="reset_geo_fencing_check_after_boot_or_apm">true</bool>
Loading