Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 350 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 350 Bytes

Android BroadcastReceiver & WorkManager

This is a sample app to demonstrate how to setup a BroadcastReceiver with a WorkManager to run some code on bootup. One good use case would be to set settings that a user has selected within your app on every bootup.

Project Page with Tutorial

https://techstop.github.io/android-broadcastreceiver/