GoCarrot / teak-android

Carrot SDK for Android
Apache License 2.0
0 stars 0 forks source link

Buttons not supported on Android 11+ #123

Closed AlexSc closed 10 months ago

AlexSc commented 1 year ago

If a player taps on a button in a notification containing buttons on Android 11+ the notification is cleared bu the app is not launched. I think this is caused by buttons setting their content intent to pendingIntent.getTramplineIntent(...) and not pendingIntent.getLaunchIntent(), which is what the notification itself uses on Android 11+.