How To Inspect All Alarms Defined In The Alarmmanager On The System?
I suspect there are applications on my Android system that use the AlarmManager way too agressively (eg. exact repeating, instead of inexact repeating, etc.). Is there a way to in
Solution 1:
I think you get alarms in the output of adb shell dumpsys
, though the information may be a bit difficult to decipher.
Post a Comment for "How To Inspect All Alarms Defined In The Alarmmanager On The System?"