scheduling alarm for every second in android 5.1
问题 I want to run alarm service for every second in my application.It is working fine below 5.1 version. but it is not triggering in 5.1 devices. I am using commonsware wakeful intent service.The logcat message is saying that " Suspiciously short interval 1000 millis; expanding to 60 seconds ". How can I poll for every second in 5.1? Can anybody suggest me how to achieve this? Explanation little bit more: My use case is I need to do some operation for every 30 minutes interval. AFAIK For this