commit | bf19b79b124bf86b532954205abf240cbbdc7929 | [log] [tgz] |
---|---|---|
author | micky387 <mickaelsaibi@free.fr> | Wed Jun 25 14:00:07 2025 -0400 |
committer | micky387 <mickaelsaibi@free.fr> | Thu Jun 26 16:19:01 2025 -0400 |
tree | 6a3e4634d785ec6309d51c6814c1728528913164 | |
parent | 846dbb2d61e119b9fd8faa0dfafe5a4f33bbd785 [diff] |
AntService: Export receiver of com.dsi.ant.server Fix: E AndroidRuntime: java.lang.RuntimeException: Unable to create service com.dsi.ant.server.AntService: java.lang.SecurityException: com.dsi.ant.server: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts Change-Id: If43fdf9a2f3430885169dc8f02ee462b4c5f6da8 Signed-off-by: micky387 <mickaelsaibi@free.fr>
The ANT HAL Service functions as a JNI wrapper for the ANT HAL. The ANT Hal Service provides the messaging and state control interface to the built-in adapter for the ANT Radio Service to interact with.
Copyright 2009-2014 Dynastream Innovations
This product includes software developed at Dynastream Innovations (http://www.dynastream.com/).
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.
- 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)