chenxiaolong / BCR

A Basic Call Recorder for rooted Android devices
GNU General Public License v3.0
1.76k stars 113 forks source link

Work around Intent.getParcelableArrayListExtra() crash on Android 13 #396

Closed chenxiaolong closed 1 year ago

chenxiaolong commented 1 year ago

This is caused by an upstream Android 13 bug that will only be fixed in Android 14 onwards.

https://issuetracker.google.com/issues/274185314

Fixes: #388