Android Question Broadcast receiver not initialized above targetversion 25

ViMeAv ICT

Member
Licensed User
Longtime User
Until android:targetSdkVersion="25" the broadcast receiver is initialized after every scan.
When I use android:targetSdkVersion="29" no initialization happens, and no scanning.
What's the problem?
 

ViMeAv ICT

Member
Licensed User
Longtime User
I use the broadcast receiver library with corresponding source and changes to manifest.
It all works like a charm, until I change in the manifest the sdkversion from 25 to 29.
It works okay from sdkversion 14 until 25.
It seems not to work above sdkversion 29.
I use android 9.
Any idea?
 
Upvote 0

agraham

Expert
Licensed User
Longtime User
If you mean this library
I'm sorry but have never used it. It is a 10 year old library and Android has changed a LOT in that time. Perhaps someone who has used this library can jump in and help.
 
Upvote 0
Top