summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2014-01-13 19:00:54 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2014-01-28 12:34:35 +0700
commit2e883df2c5aa2433eebf9e4dae125164a575849c (patch)
tree9f69d565a3ff8ad27ca822c194456e2c5bb54e54 /res
parent0bc66d827355b4d7ec5f2285f20315b443c58410 (diff)
downloadandroid_packages_apps_SamsungServiceMode-2e883df2c5aa2433eebf9e4dae125164a575849c.tar.gz
android_packages_apps_SamsungServiceMode-2e883df2c5aa2433eebf9e4dae125164a575849c.tar.bz2
android_packages_apps_SamsungServiceMode-2e883df2c5aa2433eebf9e4dae125164a575849c.zip
SamsungServiceMode: add support for OEM API version 2
A new version of the ServiceMode API is found in Samsung I9082's 4.2.2 RIL Change-Id: I8b6a05580ad034c38f2884866d62a57e4a999c4b
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
new file mode 100644
index 0000000..31000ad
--- /dev/null
+++ b/res/values/config.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2014 The CyanogenMod Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<resources>
+ <!-- Service Mode API version. Below is just a rough guideline, use what works.
+ Version 1: Found in < 4.2 ROMs
+ Version 2: Found in JellyBean 4.2 ROMs-->
+ <integer name="config_api_version">1</integer>
+</resources>