Sponsored Links
Hi, I have an application(apk) which normally gets uid as app_16. Internally it calls a Shared library, which tries to write to HCI socket(bluetooth socket). Here the socket which is created has bluetooth UID and GID. It is not allowing to write to that socket. Can any body give me suggestion what all permissions should be given in manifest file to make it work. I have bluetooth and bluetooth admin in Manifest file. or Any thing should be added to framework such that my apk and library gets permissions to aceeses HCI socket. regards KSK.