Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possibility to operate launcher without needing intents #69

Closed
saschaknapp opened this issue Dec 14, 2023 · 3 comments
Closed

Possibility to operate launcher without needing intents #69

saschaknapp opened this issue Dec 14, 2023 · 3 comments

Comments

@saschaknapp
Copy link

saschaknapp commented Dec 14, 2023

Background

We have a new customer who is interested in implementing the middleware on android. Their software can't use the android intent functions. Using chrome isn't an option either. Normally in these kind of architectures byodc is the best solution, but the cutstomer wants to use a hardware TSE in the german market.

Feature

It would be great if there was an option to use the android launcher without needing intents. The dealer/operator would then be responsible for the running middleware service on the android device.

@volllly
Copy link
Contributor

volllly commented Dec 19, 2023

Since android is quite harsh (and getting harsher) when it comes to keeping services running in the background the PosOperator would have to manually restart the launcher quite often.

We don't think its feasible to operate in this way as its error prone and not very automatic.

@volllly volllly closed this as not planned Won't fix, can't repro, duplicate, stale Dec 19, 2023
@fox-buddy
Copy link

Hello,

i am the refered Customer.
I maybe would develop a Plugin for my App that is able to work with intents.

Is there a documentation, what specific INTENTS are needed?

@volllly
Copy link
Contributor

volllly commented Feb 20, 2024

Hey,

in the middleware-demo-android repo we have C# and Java sample code that shows how to interact with the android-launcher as well as documentation on how to operate the android-launcher like what intents need to be sent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants