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

Commit 5520d33e authored by Bruno Martins's avatar Bruno Martins Committed by Jan Altensen
Browse files

overlay: wifionly: Hide more telephony related features

Change-Id: I016b3a9156f8a173623e6d249bb5db501fea7dfb
parent 8ba07c4c
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -15,9 +15,18 @@
     limitations under the License.
-->
<resources>
    <!-- Whether call_volume should be shown or not. -->
    <bool name="config_show_call_volume">false</bool>

    <!-- Whether data_saver should be shown or not. -->
    <bool name="config_show_data_saver">false</bool>

    <!-- Whether to show emergency gesture in Settings -->
    <bool name="config_show_emergency_gesture_settings">false</bool>

    <!-- Whether to show a preference item for mobile plan -->
    <bool name="config_show_mobile_plan">false</bool>

    <!-- Whether sim related information is visible to the end user. -->
    <bool name="config_show_sim_info">false</bool>
</resources>