Skip to content

Instantly share code, notes, and snippets.

@sagar-viradiya
Created June 10, 2019 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sagar-viradiya/b83b2f02d65f20978b1df93b83a7882f to your computer and use it in GitHub Desktop.
Save sagar-viradiya/b83b2f02d65f20978b1df93b83a7882f to your computer and use it in GitHub Desktop.
Permission using livedata
PermissionManager.requestPermissions(
this,
REQUEST_ID,
Manifest.permission.ACCESS_FINE_LOCATION,
Manifest.permission.READ_CONTACTS
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment