overlay: wifionly: Hide more telephony related features

Change-Id: I016b3a9156f8a173623e6d249bb5db501fea7dfb
This commit is contained in:
Bruno Martins
2023-10-03 10:09:09 +01:00
committed by Jan Altensen (Stricted)
parent 8ba07c4cfc
commit 5520d33e06

View File

@@ -15,9 +15,18 @@
limitations under the License. limitations under the License.
--> -->
<resources> <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 --> <!-- Whether to show emergency gesture in Settings -->
<bool name="config_show_emergency_gesture_settings">false</bool> <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. --> <!-- Whether sim related information is visible to the end user. -->
<bool name="config_show_sim_info">false</bool> <bool name="config_show_sim_info">false</bool>
</resources> </resources>