Android Tutorial

(avery) #1
Android Tutorial 375

For your application to read the status of the network, it needs
explicit permission. The following statement is required to be in its
AndroidManifest.xml file:

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


Typical network status of the Android SDK emulator.
Free download pdf