Fix for java.lang.SecurityException: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver… in Flutter (Android)
Problem I got the following error when trying to start a flutter sample app, in my case the flutter gallery, on an Android device: E/AndroidRuntime(20352): FATAL EXCEPTION: SplitCompatBackgroundThread E/AndroidRuntime(20352): Process: io.flutter.demo.gallery, PID: 20352 E/AndroidRuntime(20352): java.lang.SecurityException: io.flutter.demo.gallery: One of RECEIVER_EXPORTED or…