Oreo (WRITE EXTERNAL STORAGE) Permission

后端 未结 7 1728
攒了一身酷
攒了一身酷 2020-12-29 23:47

According to \"developer.android.com\"

If the app targets Android 8.0 (API level 26), the system grants only 
READ_EXTERNAL_STORAGE at that time; however, i         


        
7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-30 00:23

    Actually, It was an external problem. One of App Libs I'm using request the WRITE_EXTERNAL_PERMISSION with android:maxSdkVersion. So when merging with my Manifest it will remove the permission for the whole application.

    The Solution is to add:

     
    

提交回复
热议问题