lovense / Lovense-Android-SDK

Lovense SDK for Android to develop applications for Android mobile devices
3 stars 0 forks source link

Security Exception on Android 14 devices #1

Open jayswagchen opened 9 months ago

jayswagchen commented 9 months ago

Hi

It seems that need declared its intention while register broadcast receiver on Android 14 devices Could you please update lovense SDK? Thanks

reference

JimmyTai commented 9 months ago

Here is a workaround aar. I edited the byte codes. Now it use ContextCompat.registerReceiver() instead of context.registerReceiver() to avoid the exception.

Notice: It is a temporary workaround.