I am preparing my app for Google Play release and want to confirm if the following permissions are compliant and safe for review without policy rejection:
I have removed exact alarm permissions using tools:node="remove" and I am only using internet connectivity, background boot handling, and wake lock for app functionality.
I want to confirm:
Are these permissions considered safe for Play Store approval?
Can
RECEIVE_BOOT_COMPLETEDorWAKE_LOCKcause policy rejection if used normally?Is removing exact alarm permissions enough to avoid any restricted permission issues?
I am trying to ensure my app fully complies with Google Play policies before submission.