aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRohan Martin <rohan.martin@thisisant.com>2012-11-01 15:19:04 -0600
committerRohan Martin <rohan.martin@thisisant.com>2012-11-01 15:19:04 -0600
commit3d194504fee1bde6dfc780ea279b9f2bc2574e31 (patch)
tree18a35419ae50d5e262815a4b90df4c4d7c96c34e /res
parent328a7526123a04966758c54b9f3bad241c07bf2a (diff)
downloadandroid_external_ant-wireless_ant_service-3d194504fee1bde6dfc780ea279b9f2bc2574e31.tar.gz
android_external_ant-wireless_ant_service-3d194504fee1bde6dfc780ea279b9f2bc2574e31.tar.bz2
android_external_ant-wireless_ant_service-3d194504fee1bde6dfc780ea279b9f2bc2574e31.zip
Broke Android_System_package in to individual repositories
Diffstat (limited to 'res')
-rw-r--r--res/drawable/icon.pngbin0 -> 6093 bytes
-rw-r--r--res/values/strings.xml38
2 files changed, 38 insertions, 0 deletions
diff --git a/res/drawable/icon.png b/res/drawable/icon.png
new file mode 100644
index 0000000..4bd12b3
--- /dev/null
+++ b/res/drawable/icon.png
Binary files differ
diff --git a/res/values/strings.xml b/res/values/strings.xml
new file mode 100644
index 0000000..c07c1c1
--- /dev/null
+++ b/res/values/strings.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ANT Stack
+
+ Copyright 2011 Dynastream Innovations
+
+ 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>
+ <string name="app_name">ANT HAL Service - DSI BlueZ</string>
+
+<!-- Permissions -->
+ <!-- Permission description for com.dsi.ant.permission.ANTRADIO -->
+ <string name="permdesc_antradio">Allows the application to directly configure the ANT radio. Malicious applications may prevent the ANT Radio Service from providing ANT functionality to oter applications. </string>
+ <!-- Permission label for com.dsi.ant.permission.ANTRADIO -->
+ <string name="permlab_antradio">use ANT hardware</string>
+
+ <!-- Permission description for com.dsi.ant.permission.ANT -->
+ <string name="permdesc_ant">Allows the application to communicate with ANT devices using the proxy service. Malicious applications may acquire information from, or transmit to, ANT devices without your knowledge. </string>
+ <!-- Permission label for com.dsi.ant.permission.ANT -->
+ <string name="permlab_ant">use ANT radio interface</string>
+
+ <!-- Permission description for com.dsi.ant.permission.ANT_ADMIN -->
+ <string name="permdesc_antAdmin">Allows the application to directly configure the ANT radio through the proxy service. Malicious applications may prevent other ANT applications from connecting to ANT devices. </string>
+ <!-- Permission label for com.dsi.ant.permission.ANT_ADMIN -->
+ <string name="permlab_antAdmin">control ANT radio configuration</string>
+
+</resources>