Hello
I have the following code running with following classes
Here, Missed call works perfectly, but when I goto phone call logs and tries
to clear it, The application goes to hang state and FORCE CLOSE dialog comes
up, I am trying to achieve this in following scenario
class livepaper extends WallpaperService
{...
private class engine extends Engine {
then thread loop function comes into picture call doxyz();
}
in function doxyz() I DO THE FOLLOWING
{
class mcco extends ContentObserver
{
public mcco()
{
super(null);
}
@Override
public boolean deliverSelfNotifications() {
return true;
}
@Override
public void onChange(boolean b)
{
super.onChange(b);
completetask();
}
}
====================================================
What all do i need to override so that system finishes its work and I should
be able to pause till time and wake up to recheck the call log, so that my
application do no hang.
--
regards
Balkrishna Talele
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en