I can not find answer from [email protected], so post here again.
The java.net.BindException happened when I tried to new MulticastSocket (223). It should be because the port 223 is lower than 1024. I tried with a normal Java application (not Android), the socket can be created successfully. So, this access control should only be from Android platform. Is there any way to use the socket port lower than 1024 in Android? My application has to use this port to receive data from other official/commercial tool which I can not change. I've added INTERNET permission and I can create the socket successfully if I change it to other port bigger than 1023. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" 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-framework?hl=en -~----------~----~----~----~------~----~------~--~---
