inMainProcess

Configures the broadcast receiver to run in the main process of the application.

Note: Running a broadcast receiver in the main process is not advised. It could block the UI as it may also use the main thread.