android2018. 7. 3. 18:40

NDK api는 binder를 지원하지 않음. 즉, NDK로 system service를 구성할 수 없음. 


따라서 native 환경에서 binder를 사용하여 service를 추가하기 위해서는

System permission을 얻은 상태에서 구현해야함 (platform 단위에서 빌드) 


아래의 stackoverflow 참조

: https://stackoverflow.com/questions/14215462/how-to-create-a-android-native-service-and-use-binder-to-communicate-with-it

'android' 카테고리의 다른 글

Simple voice search test2  (0) 2018.07.11
Simple voice search test  (0) 2018.07.11
hidl simple example  (4) 2018.06.25
android ir to android keycode mapping  (0) 2018.06.21
Android Custom KeyCode 추가  (0) 2018.06.21
Posted by easy16