Open jayswagchen opened 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
Here is a workaround aar. I edited the byte codes. Now it use ContextCompat.registerReceiver() instead of context.registerReceiver() to avoid the exception.
ContextCompat.registerReceiver()
context.registerReceiver()
Notice: It is a temporary workaround.
Hi
It seems that need declared its intention while register broadcast receiver on Android 14 devices Could you please update lovense SDK? Thanks
reference