Skip to content

Instantly share code, notes, and snippets.

@tolunayozturk
Created September 15, 2020 12:36
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/a9091e393440765b1f1d1666af2ed67e to your computer and use it in GitHub Desktop.
Save tolunayozturk/a9091e393440765b1f1d1666af2ed67e to your computer and use it in GitHub Desktop.
Storage permissions for HUAWEI Drive Kit
private static String[] PERMISSIONS_STORAGE = {
Manifest.permission.READ_EXTERNAL_STORAGE,
Manifest.permission.WRITE_EXTERNAL_STORAGE,
Manifest.permission.CAMERA
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment