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?
When I use android:targetSdkVersion="29" no initialization happens, and no scanning.
What's the problem?