Created
August 10, 2018 22:51
-
-
Save Arturo0021/5454ee6f207c9e8b7f1baea8317a635d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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