あるふぁ2048
あるふぁ2048
Maybe this is the same issue: https://github.com/MasayukiSuda/ExoPlayerFilter/issues/53
This Intent is seen when using WebView. [Please see here for more details.](https://developer.chrome.com/docs/android/intents) Usually need like below code. ``` if (url.startsWith("intent://")) { val intent = Intent.parseUri(url, Intent.URI_INTENT_SCHEME); context.startActivity(intent) } ```
I already set this, is something wrong? `android:foregroundServiceType="camera|microphone|phoneCall"`
I think only add `Build.VERSION.SDK_INT > Build.VERSION_CODES.N` condition like [flutter callkeep](https://github.com/flutter-webrtc/callkeep/blob/50e75bac23b38ac57f8f37eac553297dcfd3453f/android/src/main/java/io/wazo/callkeep/VoiceConnectionService.java#L152C13-L152C59). [according to this line](https://github.com/react-native-webrtc/react-native-callkeep/blob/cc308ce2ed33bcc12ef1ef95468f4a81de7d6d4e/android/src/main/java/io/wazo/callkeep/VoiceConnectionService.java#L296), Android 7 or below don't support Foreground Service.
Is this pull request moving forward? I'm having trouble with old Android settings.
Is this pull request moving forward? I'm having trouble with old Android settings.
@Lyokone Hi, I updated the library to the latest version and still the same problem occurs. https://github.com/alpha2048/flutter_firebase_crashlytics_test/blob/main/pubspec.yaml https://github.com/alpha2048/flutter_firebase_crashlytics_test/actions/runs/10362231794
Hi, any updates? @Lyokone I also create an example that reproduces this issue using the firebase_crashlytics example in flutterfire. https://github.com/alpha2048/flutter_firebase_crashlytics_test_2 https://github.com/alpha2048/flutter_firebase_crashlytics_test_2/actions/runs/10438117026/job/28905066500
I change split-debug-info path to it, but still getting the same issue. https://github.com/alpha2048/flutter_firebase_crashlytics_test_2/actions/runs/10452789994/job/28941942809 Is it small mistake? Does anyone else face a similar problem?
@myohei Hi, I followed your suggestion and it was successful! Thank you for your support. https://github.com/alpha2048/flutter_firebase_crashlytics_test_2/actions/runs/10668122043/job/29567129017 I don't know why there is such a difference, but maybe it's not flutterfire...