Is it possible in tizen make an "over all" window(frame) from background service app over all other programs?
The main idea:
- background GPS service
- when we drive near some points - draw small window with some info for 5-7secound
I try popup - but it required parent window, but I don't have parent.
In Android I use WindowManager object for that.
Does Tizen have alternative?