hi,
I have an Command Line Interface application. This application is
dependent on a shared library in which it creates a unix domain
socket. This is succesful scenario.
but if i call the same Shared Library from the Android UI, it gives
the following error..
Create_Unix_Domain_Socket | unlink(): Permission denied
Create_Unix_Domain_Socket | bind() failed: Permission denied
we have given the following permissions in Manifest file:
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission
android:name="android.permission.BLUETOOTH_ADMIN" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission
android:name="android.permission.BIND_INPUT_METHOD" />
<uses-permission
android:name="android.permission.BIND_APPWIDGET" />
<permission-group android:name="android.permission-
group.NETWORK" />
What other permissions are required to be given form the android side
or any other sugestion.
Thanks in advance.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en