[android-developers] Re: Is it possible to replace or extend the dialer application ?

2009-01-12 Thread Aryeh Tasher
add the CALL_BUTTON intent filter with category DEFAULT On Mon, Jan 12, 2009 at 7:11 AM, shimo...@gmail.com shimo...@gmail.comwrote: Hi, What ?! I was told at these forums it can not be done for the PHONE button... How ? Is it the same code as for the camera button ? What permissions

[android-developers] How to clear a notification?

2009-01-08 Thread Aryeh Tasher
I would like to clear a missed call notification programmatically. I thought I had finally figured it out when I noticed the NEW column in the CallLog.Calls provider, but after clearing the missed call's NEW flag and updating the table, the missed call notification was still there. Is it even