Skip to content

Instantly share code, notes, and snippets.

@Arturo0021
Created August 10, 2018 22:51
Show Gist options
  • Save Arturo0021/5454ee6f207c9e8b7f1baea8317a635d to your computer and use it in GitHub Desktop.
Save Arturo0021/5454ee6f207c9e8b7f1baea8317a635d to your computer and use it in GitHub Desktop.
Permissions
ActivityCompat.requestPermissions(Loader_Activity.this, new String[]{Manifest.permission.WRITE_EXTERNAL_STORAGE}, 1);
Create File
File save_path = new File(Environment.getExternalStorageDirectory() + "/Apks");
save_path.mkdirs();
File privado = new File(String.valueOf(save_path));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment