Are these Android permissions safe for Google Play approval?
04:07 03 Jun 2026

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_COMPLETED or WAKE_LOCK cause 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.

android flutter google-play google-play-services google-play-console