google-developers-console
How to change Google consent screen email?
If you want to change the email address that is displayed to the user you have to: Add permission for the new email address to handle the project: Menu > IAM & Admin > IAM, then click on the Add button, enter the email address and select Role > Project > Owner Accept the invitation … Read more
Disable checkboxes on Google consent screen
Answer: These checkboxes are due to the rolling out of a new granular account permission system, they are completely normal, and can not be turned off. More Information: After some digging, I discovered this Google Developers blog post from 2018 in which it is discussed that in the new permission system, users will have the … Read more
Warnings Your Apk Is Using Permissions That Require A Privacy Policy: (android.permission.READ_PHONE_STATE)
Your app’s manifest.xml having these permission to access information from your’s device but you don’t have privacy policy link while submitting on the play store. so you getting this warning. Need privacy policy for the app If your app handles personal or sensitive user data Adding a privacy policy to your app’s store listing helps … Read more