Skip to content

Instantly share code, notes, and snippets.

@NewtronLabs
Last active June 28, 2020 19:34
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 NewtronLabs/66c4b0149a8e41b4dbd29cce2c310a77 to your computer and use it in GitHub Desktop.
Save NewtronLabs/66c4b0149a8e41b4dbd29cce2c310a77 to your computer and use it in GitHub Desktop.
Easy Permissions Example 2 Java
EasyPermissions.getInstance().requestPermissions(
this,
Manifest.permission.ACCESS_FINE_LOCATION,
Manifest.permission.CAMERA,
Manifest.permission.CALL_PHONE,
Manifest.permission.WRITE_EXTERNAL_STORAGE
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment