inMainProcess

Configures the Android service to run in the main process of the application.

Note: Running an Android service in the main process is not advised. It could block the UI as it may also use the main thread.