summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRoman Birg <roman@cyngn.com>2016-01-28 12:07:37 -0800
committerRoman Birg <roman@cyngn.com>2016-02-05 11:18:08 -0800
commit210f115ca78b928abc6b70e92d8ae7e487efe25b (patch)
tree16324396482246c46cbaf03b09454794b4237a05 /res
parent3403e4891a3f50be5c32e837c1f12a7f7b8ee5ef (diff)
downloadpackages_apps_Settings-210f115ca78b928abc6b70e92d8ae7e487efe25b.zip
packages_apps_Settings-210f115ca78b928abc6b70e92d8ae7e487efe25b.tar.gz
packages_apps_Settings-210f115ca78b928abc6b70e92d8ae7e487efe25b.tar.bz2
Settings: add config for new APN type defaults
This way a specific mcc-mnc combo can overlay some defaults as needed. Change-Id: I5e0c46830c1ab7845ce3372dcb06a70a144c651a Signed-off-by: Roman Birg <roman@cyngn.com>
Diffstat (limited to 'res')
-rwxr-xr-xres/values/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index c815498..de5f401 100755
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -44,6 +44,9 @@
<!-- Config to enable/disable ppp number in APN editor -->
<bool name="config_ppp_enabled">false</bool>
+ <!-- Config to set default APN type when adding a new APN -->
+ <string name="config_default_new_apn_type" translateable="false"></string>
+
<!-- This used to define screen color's Hue progress bar minimum value -->
<integer name="minimum_hue_value" translatable="false">0</integer>