Closed kavishdevar closed 5 months ago
Have you tested this? There is no PUSH_NOTIFICATIONS
permission in Android.
This permission was introduced in API Level 33 (Android 13). Refer https://developer.android.com/develop/ui/views/notifications/notification-permission
I have tested it on my Galaxy Watch 6 running WearOS 4 (Android 13)
This permission was introduced in API Level 33 (Android 13). Refer https://developer.android.com/develop/ui/views/notifications/notification-permission
I have tested it on my Galaxy Watch 6 running WearOS 4 (Android 13)
I think you've got the name of it wrong, the page states:
android.permission.POST_NOTIFICATIONS
Oh, my bad, fixed the typo now.
I actually buit a few builds locally and then forked the repository for the PR. So, I didn't actually test the code that I pushed... Apologies!
Fixes https://github.com/d4rken-org/capod/issues/154 by adding the required
uses-permission
for push notifications tag inAndroidManifest.xml
for wearos.