Exit the app without closing

I have a button that if the image is visible on resume it will call the speech recognizer.

I want it to exit the app after getting the text but "close application" block closes the app entirely needing for me to click the button again so that on resume I can use the speech recognizer.

I use the ActivityLifeCycle1 extension to get onresume

Sorry for bad english. thank you

1 Like

Try Close Screen Instead (from Screen1)

Thank you so much for the reply.
I tried and Close screen also closes the app.
I only have a single screen

I don't understand your problem. What exactly is the goal?

Maybe you mean this:

grafik

which put the app in the background (as the device Home button does).

3 Likes

Wow! Thank you so much ma'am this is exactly what I need. Have a great day. :slight_smile:

2 Likes

Fine, then close the topic by clicking Solution on the best answer.

1 Like

I added this method to my extension.

grafik

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.