Skip to content

Commit

Permalink
sheldon: overlay: mark as WiFi-only
Browse files Browse the repository at this point in the history
  • Loading branch information
Linux4 authored and R0rt1z2 committed Sep 25, 2022
1 parent b6322ed commit fbad030
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions overlay/frameworks/base/core/res/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
cell broadcasting sms, and MMS. -->
<bool name="config_sms_capable">false</bool>

<!-- Flag indicating whether the current device allows data.
If true, this means that the device supports data connectivity through
the telephony network.
This can be overridden to false for devices that support voice and/or sms . -->
<bool name="config_mobile_data_capable">false</bool>

<!-- Whether WiFi display is supported by this device.
There are many prerequisites for this feature to work correctly.
Here are a few of them:
Expand Down

0 comments on commit fbad030

Please sign in to comment.