Hi,

I am interested in the scheduling done by the
AlarmManager.setInexactRepeating method and so I started looking for
the implementation but I haven't been able to find anything.
Internally to AlarmManager, I can see that the actual work is being
done by an android.app.IAlarmManager interface.  After googling around
for a bit there seems to reference to an implementing class called
android.app.IAlarmManager.Stub but that is as far I get.

As sort of an offhand guess it seems that an instance of IAlarmManager
might implemented as native code and somehow becomes available to the
application at runtime.

I am working in eclipse with the 1.6 Android source code.

Thanks,
Matt

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to