diff options
author | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-07-06 15:46:54 +0200 |
---|---|---|
committer | codeworkx <daniel.hillenbrand@codeworkx.de> | 2012-07-06 15:46:54 +0200 |
commit | e1790cff8c824fa88ecadd36144812a0eb4daa7f (patch) | |
tree | 157c258c33e5cec7aa79f4ae09bd035a9525ae6b /overlay | |
parent | 850efba087b8e54ac5f7c7b97108a38b97213cbd (diff) | |
download | device_samsung_i9300-e1790cff8c824fa88ecadd36144812a0eb4daa7f.zip device_samsung_i9300-e1790cff8c824fa88ecadd36144812a0eb4daa7f.tar.gz device_samsung_i9300-e1790cff8c824fa88ecadd36144812a0eb4daa7f.tar.bz2 |
i9300: use samsung stk
Change-Id: Ib42a9994a0d4ba94bacbdb1aea45c07e79b7d185
Diffstat (limited to 'overlay')
-rw-r--r-- | overlay/frameworks/base/core/res/res/values/config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml index c73c097..5433f37 100644 --- a/overlay/frameworks/base/core/res/res/values/config.xml +++ b/overlay/frameworks/base/core/res/res/values/config.xml @@ -210,6 +210,9 @@ <item>realcall=on=off</item> </string-array> + <!--Boolean to enable stk functionality on Samsung phones--> + <bool name="config_samsung_stk">true</bool> + <!-- List of regexpressions describing the interface (if any) that represent tetherable USB interfaces. If the device doesn't want to support tething over USB this should be empty. An example would be "usb.*" --> |