[android-developers] AlarmManager with alarm icon

2011-01-19 Thread Andy Savage
I'm setting wake up alarms for a custom app using AlarmManager.set(). This correctly registers an alarm and the app is launched at the desired time. It doesn't however give a visual alarm indicator in the notification bar (RIGHT hand side, next to the time). How do I set this? I have seen 3rd

Re: [android-developers] AlarmManager with alarm icon

2011-01-19 Thread Marcin Orlowski
On 19 January 2011 18:19, Andy Savage nos...@starsphere.net wrote: I'm setting wake up alarms for a custom app using AlarmManager.set(). This correctly registers an alarm and the app is launched at the desired time. It doesn't however give a visual alarm indicator in the notification bar