While converting a widget-based app from SDK 30 to SDK 31, I'm facing the issue of not having the Starter service running at the first Receiver_Receive call.
I'm using the Starter service to initialize many of the data structures the widget is using (SQLite DB, Localizator, Logging...)
Is StartService(Starter) as the first action of Receiver_Receive a viable solution?
I'm using the Starter service to initialize many of the data structures the widget is using (SQLite DB, Localizator, Logging...)
Is StartService(Starter) as the first action of Receiver_Receive a viable solution?