Hi,
Will my application get signed or not if I use direct frame buffer access?
This is coz when using this method probably the notifications like new
message or call gets completely ignored??
Thanks.
--Mayur.
Using Direct Frame buffer : Recommended or not??
Hi,
> This is coz when using this method probably the notifications like new
> message or call gets completely ignored??
I suppose you mean using the CDirectScreenAccess, in which case, one has to
implement the HandleForegroundEventL() in the AppUI and cancel and restart
the DSA on the respective events. Doing so will display the call etc.
notification.
Regards,
Sameet.