connectivity-samples
connectivity-samples copied to clipboard
Getting Permissions Without Leaving The App
Getting needed permissions without Leaving the app.
The needed Android Support Library v4
it's already available in build.gradle
file, so it's safe.
This also need android.permission.ACCESS_FINE_LOCATION
, it's on another PR (https://github.com/android/connectivity-samples/pull/230).
Thank you.