Why might you need to include the following permission to your app? android.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_NETWORK_STATE
to monitor the network state of the device so that you can display an in-app banner to the user
to monitor the network state of the devices so that you don't attempt to make network calls when the network is unavailable
to request the ability to make network calls from your app
to monitor the location of the devices so that you don't attempt to make network calls when the user is stationary