Permissions policy that will limit which apps are allowed to request Call Log and SMS permissions

后端 未结 6 1407
迷失自我
迷失自我 2020-12-06 13:39

Today I got a mail like this, according to this I’m not able to use RECEIVE_SMS READ_SMS anymore in my app. In my app I’m using auto read OTP. Is there any solu

6条回答
  •  萌比男神i
    2020-12-06 14:03

    If your app not using those permissions and the third-party library using some kind of those permission use below code for avoiding those permissions. it may affect those library smooth functioning

     
        
        
    

    or else you can use alternate methods in the answers, example

    SMS Retriever Api

提交回复
热议问题