overlay: wifionly: Hide more telephony related features
Change-Id: I016b3a9156f8a173623e6d249bb5db501fea7dfb
This commit is contained in:
parent
8ba07c4cfc
commit
5520d33e06
1 changed files with 9 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue