Hello, all.
I would like to know if any 1 of these things below are possible:
- Is it at all possible to receive a broadcast (or in other words "know") if the register app (activity) has been started?
- Is it at all possible to "know" (be notified through a BroadcastReceiver or whatnot) if the register activity has been minimized/closed (ei... the activity is no longer showing on the screen)?
- Is it at all possible to "know" if the Register activity was the application where an order has been created (as opposed to other applications that can create orders that may be installed on a merchant's device)?
Any help would be much appreciated. Thanks!