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

后端 未结 6 1416
迷失自我
迷失自我 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条回答
  •  半阙折子戏
    2020-12-06 14:09

    According to google "You may only request permissions that are necessary to implement critical current features or services in your application. You may not use permissions that give access to user or device data for undisclosed, unimplemented, or disallowed features or purposes".

    Click Here To Read Official Google Permission Doc

    If your app need to read sms for SMS-based user verification / OTP verification please use SMS Retriever API which does not needed any sms permission and your app can still read SMS for OTP verification.

提交回复
热议问题