I want to create a communication between two Android devices.
One is a server and another is a client.
Is it possible to open a server network socket from an android app without the root permission?
I want to create a communication between two Android devices.
One is a server and another is a client.
Is it possible to open a server network socket from an android app without the root permission?
 
    
     
    
    You have to add  <uses-permission android:name="android.permission.INTERNET"/>
permission in your Application's Manifest file
