disable sms and voice because i'm building this for my wifi-only device

This commit is contained in:
Damillora 2022-06-23 16:00:25 +00:00
parent e96c8929e0
commit 1d8311df96
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,11 @@
<bool name="config_unplugTurnsOnScreen">true</bool>
<integer name="config_multiuserMaximumUsers">5</integer>
<bool name="config_enableMultiUserUI">true</bool>
<!-- This device is data-only. -->
<bool name="config_voice_capable">false</bool>
<!-- This device does not allow sms service. -->
<bool name="config_sms_capable">false</bool>
<string name="config_dozeComponent">com.android.systemui/com.android.systemui.doze.DozeService</string>
<bool name="config_swipe_up_gesture_setting_available">true</bool>