chenxiaolong / BCR

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

Prepare for API 34 update #377

Closed PatrykMis closed 1 year ago

PatrykMis commented 1 year ago

Fixes #376, hope I did it right.

For full API 34 compatibility the following should be fixed: https://developer.android.com/reference/kotlin/android/service/quicksettings/TileService#startactivityandcollapse_1

fun startActivityAndCollapse(intent: Intent!): Unit is deprecated in favor of fun startActivityAndCollapse(pendingIntent: PendingIntent): Unit