Page not found - GitHub
from the CommonsWare Community archivesAt March 3, 2021, 7:58am, grrigore asked:
Hello, this is not a related Android question, but I cannot access two of your Github examples.
https://github.com/commonsguy/cw-omnibus/tree/master/AlarmManager/Wakeful
https://github.com/commonsguy/cw-omnibus/tree/master/AlarmManager/WakeCast
Are these examples still available?
At March 3, 2021, 1:08pm, mmurphy replied:
Yes, but not in master
, as I removed them from the repo when I removed them from the book. You can find them in older tagged versions, such as cw-omnibus/AlarmManager/Wakeful at v8.0 · commonsguy/cw-omnibus · GitHub.
Note that WakeCast
relies on WakefulBroadcastReceiver
, which no longer exists in the Android SDK. Wakeful
relies on my WakefulIntentService
, which I discontinued a couple of years ago. As a result, neither of those may be all that useful.