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

javascript - How do you prevent nested queries/catches in sequelize? -

ruby on rails - ActiveRecord order not working -

java - ConcurrentModificationException upon committing transaction with Hibernate -