PurpleI2P / i2pd-android

i2pd for Android
BSD 3-Clause "New" or "Revised" License
193 stars 23 forks source link

Notification not working on newer Androids #84

Open futureisfoss opened 3 months ago

futureisfoss commented 3 months ago

Android 13 and onwards require you to declare a separate permission for notifications - https://developer.android.com/develop/ui/views/notifications/notification-permission

Currently the app is unable to show the status notification since it doesn't ask for this permission.

nonlin-lin-chaos-order-etc-etal commented 2 months ago

Fixed at no-jni branch