I would like to develop an Android application that will run on a Blackberry PlayBook. The application should find another device on the local network using the same application.
I thought to implement Bonjour / Zeroconf / jmDNS protocol for searching for devices, but ...
I just found out that the permission for android
android.permission.CHANGE_WIFI_MULTICAST_STATE
not supported on Blackberry or PlayBook. (Preference is required for the jmDND (Bonjour) protocol to work.)
https://bdsc.webapps.blackberry.com/android/apisupport/
Can you give me some suggestions on what would be best to achieve this on the PlayBook. Are there any alternatives?
Is Bonjour possible if you create your own SDK or Adobe AIR?
source share