Permission to read data from SD Card

前端 未结 6 470
北海茫月
北海茫月 2021-01-08 01:01

Do you need any permission to read data from an sdcard? I found the write permission but nothing for read.

6条回答
  •  温柔的废话
    2021-01-08 01:49

    No special permissions are required to read data on the SD card. By virtue, anything you store on the SD card is visible for any app to read.

    For more information, the Android documentation on the matter is here: http://developer.android.com/guide/topics/data/data-storage.html

提交回复
热议问题