invertase / notifee

⚛️ A feature rich notifications library for React Native.
https://notifee.app
Apache License 2.0
1.77k stars 206 forks source link

[Android] description of permissions used #1035

Open farwayer opened 2 months ago

farwayer commented 2 months ago

notifee asks for many different permissions on android. For example USE_FULL_SCREEN_INTENT, SCHEDULE_EXACT_ALARM, BROADCAST_CLOSE_SYSTEM_DIALOGS, ACCESS_NOTIFICATION_POLICY, RECEIVE_BOOT_COMPLETED (via androidx.work:work-runtime dependency). Is there a description somewhere of what is used for what, and what can be safely removed for simple notification display? Because this list looks a little scary.

github-actions[bot] commented 1 month ago

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?

This issue will be closed in 15 days if no further activity occurs.

Thank you for your contributions.

anshulsos commented 1 month ago

Hello, can the SCHEDULE_EXACT_ALARM be removed as our apps are getting rejected in the playstore

github-actions[bot] commented 1 week ago

Hello 👋, to help manage issues we automatically close stale issues.

This issue has been automatically marked as stale because it has not had activity for quite some time.Has this issue been fixed, or does it still require attention?

This issue will be closed in 15 days if no further activity occurs.

Thank you for your contributions.

anshulsos commented 1 week ago

This is still an issue.