permission.READ_CONTACTS does not seem to work

前端 未结 6 2049
一向
一向 2021-02-18 17:10

I\'m working on a simple app that browses through the user\'s contacts. Unfortunately I keep getting the following error:

java.lang.SecurityException: Permission         


        
6条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-18 17:59

    I had the same problem and none of the solutions I read helped to resolve it until I added the WRITE_EXTERNAL_STORAGE permission along with the READ_CONTACTS permission.

    
    
    

提交回复
热议问题