alan-ai / alan-sdk-flutter

Conversational AI SDK for Flutter to enable text and voice conversations with actions (iOS and Android)
https://alan.app
1.81k stars 38 forks source link

Android 14 (API 34) instant crash #20

Closed booooohdan closed 3 weeks ago

booooohdan commented 4 months ago

Please add support for Android 14 (API 34)

One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts

RemoteException Remote stack trace: at com.android.server.am.ActivityManagerService.registerReceiverWithFeature(ActivityManagerService.java:16590) at android.app.IActivityManager$Stub.onTransact$registerReceiverWithFeature$(IActivityManager.java:11530) at android.app.IActivityManager$Stub.onTransact(IActivityManager.java:2928) at com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:3195) at android.os.Binder.execTransactInternal(Binder.java:1375)

Знімок екрана 2024-04-16 о 23 19 25
snyuryev commented 2 months ago

Hi @booooohdan New version of AlanSDK for Flutter is released - https://pub.dev/packages/alan_voice/versions/4.8.0 Could you try this one and let us know is it working for you?

booooohdan commented 3 weeks ago

Yes, it's working now