Is READ_PHONE_STATE permission illegal after March 2019?

Deadly 提交于 2019-12-16 18:05:24

问题


As per Google declaration that the permissions which are asking User's confidential data like Read SMS or READ CALL LOGS as Play Store will remove such kinds of apps which will access user's personal data like above mentioned for any apps in March 2019.I understand that I need to remove READ_SMS permission from my app but I am wondering that Do I need to remove READ_PHONE_STATE permission from my app as it access IMEI number and all or Will it be OK If I don't remove READ_PHONE_STATE permission?


回答1:


I guess it’s okay to use this permission until you are including a privacy policy in your application. Adding privacy policy



来源:https://stackoverflow.com/questions/54624392/is-read-phone-state-permission-illegal-after-march-2019

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!