Closed xamplum closed 9 months ago
Hi there! The ability to schedule exact alarms is important to Notifee, but there's no need for you to suffer for it if that specific thing isn't something you need.
Here is what turns up when you search about removing unwanted permissions, I've read it and it is easily adapted for whatever permission is unwanted, including this one: https://stackoverflow.com/a/45832083/9910298
Hello everyone,
The permission
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
in the Notifee AndroidManifest.xml causes several problems for us.
We only use Notifee to display push notifications. We do not use the AlarmManager.
Main problem: Since the manifests are "merged" in the build process, we ultimately also have the
SCHEDULE_EXACT_ALARM
permission in our final app manifest. Therefore:Example device: Pixel 6a both Android 13 and 14
The proposed solution:
Remove
SCHEDULE_EXACT_ALARM
from the Notifee AndroidManifest.Deveolpers can add the Permission in their own apps if they need the functionality.
Thank you for your support!