Hi, in my project I am trying to provide a network service through Bluetooth. I create a tun device and it works fine for many applications. The problem is some apps use ConnectivityManager to test if there is an active network connection, and the result is no.
I am seeking for a way to register my network service so the system can recognize it and so those apps. Currently I am using android.intent.action.ANY_DATA_STATE to notify the OS there is an active network connection. But I need to sign my app using system certificate since this is a system broadcast. Most manufactures use their own certificates so it's not feasible for public release. Is there another way to register a network service? -- 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

