Why has the READ_PHONE_STATE permission been added?

前端 未结 6 1495
无人及你
无人及你 2020-12-05 17:09

In the latest beta version I just published to the Play Store, I notice that the READ_PHONE_STATE has been added since the previous version.

I haven\'t

6条回答
  •  时光取名叫无心
    2020-12-05 17:39

    I eventually found this, which reports the same issue. One workaround is mentioned in Answer #3, which is to remove the permission "manually" (my assumption is that the permission is only required for very early Android versions, which is OK for me since my minSdk is 16):

    
    
    
    

提交回复
热议问题