blob: debf7ca6a69565e4e4b897ec877d7cfca8d2d390 [file] [log] [blame] [view]
ANT-Shane5846d512014-08-25 12:26:59 -06001# Android ANT HAL Service v.4.0.0 - 25 Aug 2014
2
3The ANT HAL Service functions as a JNI wrapper for the ANT HAL.
4The ANT Hal Service provides the messaging and state control interface
5to the built-in adapter for the ANT Radio Service to interact with.
6
7
8## License
9
10Copyright 2009-2014 Dynastream Innovations
11
12This product includes software developed at
13Dynastream Innovations (http://www.dynastream.com/).
14
15Licensed under the Apache License, Version 2.0 (the "License");
16you may not use this file except in compliance with the License.
17You may obtain a copy of the License at
18
19 http://www.apache.org/licenses/LICENSE-2.0
20
21Unless required by applicable law or agreed to in writing, software
22distributed under the License is distributed on an "AS IS" BASIS,
23WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
24See the License for the specific language governing permissions and
25limitations under the License.
26
27
28## Changelog
29
30v4.0.0 - 25 Aug 2014 (changes since 3.2.0)
31-------------------------------------------------------------
32> * Remove ANT and ANT_ADMIN permission defines which conflict with ANT Radio Service defines with new Android L permission behaviour (INSTALL_FAILED_DUPLICATE_PERMISSIONS_ERROR)