问题
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