i2pd-android
i2pd-android copied to clipboard
Notification not working on newer Androids
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.
Fixed at no-jni branch