If an android application wants to use the Alarm Manager Service, then which permissions the application needs to have?
I have tested that it seems that application does
I dont know why not any one mention this permission
But according to android documentation , you should use SET_ALARM permission
Documentation
Allows an application to broadcast an Intent to set an alarm for the user.