IanPeake / FatMaxxer

Android Project to find FatMax in real time with a Polar H10
Other
60 stars 11 forks source link

Missing notification permission for Android 13 #45

Open pentavalle opened 10 months ago

pentavalle commented 10 months ago

On Android 13 notifications are not shown, you should add this permission to enable them:

<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

IanPeake commented 9 months ago

Thanks, Permission added. I suspect there is more required for Android 13, but this does seem to fix the issue that I noticed.

On Wed, Dec 13, 2023 at 1:41 AM pentavalle @.***> wrote:

On Android 13 notifications are not shown, you should add this permission to enable them:

— Reply to this email directly, view it on GitHub https://github.com/IanPeake/FatMaxxer/issues/45, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFSEU6OJMUFEVPORIHDMU3TYJBUHZAVCNFSM6AAAAABARSYTOWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAZTOOBZHA2TCMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>