fiskaltrust/middleware-launcher-android

Please add Intent Communication possiblity

Opened this issue · 0 comments

On Android it is a regular thing for users to enable Airplane Mode.
Once Airplane Mode is enabled the communication to the middleware is impossible for obvious reasons.
To address this a more Android native way should be implemented to make interprocess / inter-app communication possible.
The most common used pattern is communication through intents.

Of course communication to the internal queue will be go down with the Airplane Mode as well. In a closed environment on a single Android device, a direct communication to the queue and scu through a library instead of a http / http2 layer will be needed to solve this issue as well.