Not sure what's going on exactly, but if your service has the 
BIND_TELECOM_CONNECTION_SERVICE permission specified it should be fine, 
you're not using the permission just preventing an entity without that 
permission from binding to yours.

What permissions do you have in your manifest? Mine has the following 3 
(sorry, it's been a while since I've looked at the project so they may not 
all be needed):

<uses-permission android:name="android.permission.CALL_PHONE" />
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
<uses-permission android:name="android.permission.REGISTER_CALL_PROVIDER" />

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/d0c3fce4-c8a2-44b1-82ac-b67e981671ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to