Android Lolipop SDcard Permission -


i developing application which uses permission of write_external_storage,i using line delete files sdcard :

intent intent = new intent(intent.action_open_document_tree); 

when use intent ask permission give external storage again , again, don't want this.


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -