android-test
android-test copied to clipboard
Fix ActivityNotFoundException in ActivityScenario in API 33
Fix ActivityNotFoundException in ActivityScenario in API 33
There were two problems:
- In AndroidManifest file, BootstrapActivity didn't have CATEGORY_LAUNCHER category which is now required for Intent.makeMainActivity.
- When registering a broadcast receiver, you have to pass RECEIVER_EXPORTED flag in order to receive message from other processes.