[android-developers] Notification not working in Android 5.1

2015-06-01 Thread NewToAndroid
Hi All, I have an app which displays a notification from a service (and the service shows notification icon etc etc). The notification works fine till Android 4.3, I think it also works on 4.4 (not 100% sure). But it definitely does not work with 5.1. This is the code I have at the moment

Re: [android-developers] Notification not working in Android 5.1

2015-06-01 Thread TreKing
On Mon, Jun 1, 2015 at 4:59 PM, NewToAndroid rahulra...@gmail.com wrote: I tried to find out from documentation. I can see that notification API is changed in 5.0. Main question is, if I use the new API, will it work on earlier versions of Android ?? At this point in time, there are more