Thursday, 20 March 2014

Get the persmission of Internet and Access Network Access

how to provide the Internet permission to the  android application and Access the network access;


<uses-permission android:name="android.permission.INTERNET"></uses-permission>

                           <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"></uses-permission>

No comments:

Post a Comment