Is there a adb shell (dumpsys) command that will give a detailed info of all the tasks scheduled using workmanager - PeriodicWorkRequest
Basically I have a scheduled task which should run daily. How do I get when Is the next task scheduled using adb.
Will adb shell dumpsys alarm package.name
list my scheduled work using workmanager
dump
method like here and dump yourWorkInfo
object – Prodrome