07-22-2011 05:16 AM
Hi everybody,
Recently I am developing software which is used to remind people missed incoming notifications like message or calls.
But now I faced with an annoying problem. As we all know, phone has a system reminder if you missed a call. It will pop up a window says like that you have missed 1 call. Now what makes me confused is that the phone reminder system will suppress the display of our software of lower priority. If thus, our software will lose its original use.
Any help would much appreciated.
Thanks.
Kind Regards
Belinda
07-22-2011 08:36 AM
Can you show the code you use to push your screen? Is it appearing below the system screen?
07-24-2011 09:15 PM
Hi,
The following are related code, please kindly help to check for us. Thank you.
UiApplication.getUiApplication().pushGlobalScreen(
// UiApplication.getUiApplication().pushGlobalScre
We have tried the above two methods but no good results.
Thanks.
Looking forward to your early reply.
Kind Regards
Belinda
07-24-2011 10:13 PM
07-25-2011 03:01 AM
Hi Steve,
Thanks for your kind attention to me.
The method you tell me still does't work. Is there any other advice on this problem? Thanks.
Kind Regards
Belinda
07-29-2011 09:29 PM
I do not believe it is possible for 3rd party applicatin's Global screens to display above ones generated by the OS. So sorry, I think you are out of luck.
07-29-2011 10:47 PM
08-01-2011 04:26 AM