aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2012-12-14 06:19:00 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2012-12-14 06:19:00 -0800
commit3f3dcea829b4524b3ed82e4b1181fb15e2edd630 (patch)
treeded8555b310c1e89f9bb0d4119e0c506cd5d91cb /res
parent706787cc437f753953e03163b6fefd4ee92b9ace (diff)
parentbcca0eef58215dec4074abaa657ee6ce9d1bb636 (diff)
downloadandroid_external_ant-wireless_ant_service-3f3dcea829b4524b3ed82e4b1181fb15e2edd630.tar.gz
android_external_ant-wireless_ant_service-3f3dcea829b4524b3ed82e4b1181fb15e2edd630.tar.bz2
android_external_ant-wireless_ant_service-3f3dcea829b4524b3ed82e4b1181fb15e2edd630.zip
Merge "Merge remote-tracking branch 'remotes/origin/caf/github/master'"
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..a1ad8b8
--- /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</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>