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 -

loops - Spock: How to use test data with @Stepwise -