Skip to content

Instantly share code, notes, and snippets.

@tolunayozturk
Created September 15, 2020 12:38
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 tolunayozturk/289127f5cf40677d69ffe5911b114ea0 to your computer and use it in GitHub Desktop.
Save tolunayozturk/289127f5cf40677d69ffe5911b114ea0 to your computer and use it in GitHub Desktop.
Request permissions for phone storage
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
requestPermissions(PERMISSIONS_STORAGE, 1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment