which permissions an android application need in order to use the Alarm Manager Service?

后端 未结 5 1577
小蘑菇
小蘑菇 2021-02-19 20:17

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

5条回答
  •  暖寄归人
    2021-02-19 20:38

    It wakes CPU every 10 minutes until the phone turns off.

    
    
    
    

    If you want set alarm repeating at phone boot time:

    
    ...
    
        
            
        
    
    

    For more details : Alarm Manager Example

提交回复
热议问题