android 14遇到 android.app.StackTrace: New mutable implicit PendingIntent
2025-03-06 17:40:25.376 20723-20723 PendingIntent com.chevipcheck W android.app.StackTrace: New mutable implicit PendingIntent: pkg=com.xxxxx, action=com.serenegiant.USB_PERMISSION.88345595, featureId=null. This will be blocked once the app targets U+ for security reasons. at android.app.PendingIntent.checkPendingIntent(PendingIntent.java:446) at android.app.PendingIntent.getBroadcastAsUser(PendingIntent.java:734) at android.app.PendingIntent.getBroadcast(PendingIntent.java:721) at com.jiangdg.usb.USBMonitor.register(USBMonitor.java:181) at com.jiangdg.ausbc.MultiCameraClient.register(MultiCameraClient.kt:161) at com.jiangdg.ausbc.base.CameraActivity.registerMultiCamera(CameraActivity.kt:145) at com.jiangdg.ausbc.base.CameraActivity$handleTextureView$1.onSurfaceTextureAvailable(CameraActivity.kt:167) at android.view.TextureView.getTextureLayer(TextureView.java:550)
Has anyone here encountered this problem? How to solve it?
Looks like we need a new version
Did you find a workaround for this issue? I've tried to proxy this class without success.
Any solution ??????
The problem itself is easy to fix. What's difficult is recompiling the project—there are too many outdated methods and functions. I forked the project and I'm trying.
@thiagoflima Are you able to compile the project? I recompiled the project but getting
Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x379f7b064183b8
Error only in android 14 and android 15
貌似不维护了,用这个吧 https://github.com/shiyinghan/UVCAndroid