diff options
Diffstat (limited to 'res/values/bools.xml')
-rw-r--r-- | res/values/bools.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/bools.xml b/res/values/bools.xml index 23bdf0d..ba402e5 100644 --- a/res/values/bools.xml +++ b/res/values/bools.xml @@ -32,4 +32,7 @@ <!-- Whether User management screen is available --> <bool name="enable_user_management">false</bool> + + <!-- Whether to show a preference item for regulatory information in About phone --> + <bool name="config_show_regulatory_info">false</bool> </resources> |