android

NDK API는 binder를 지원하지 않는다.

easy16 2018. 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