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

How to use SUM() in MySQL for calculated values -

ios - IBOutlet for image button not correctly referencing button after recreating outlet -

java - AEM: 403 Forbidden occurs when call a Post servlet -