Android documentation does not clearly tells about what and how a work manager runs a work.
1. Does Work Manager start the application class so that initialization for some classes can be done or i have to manually initialize them in my Worker class.
2. Does It run on application process or it runs on another process?
3. Periodic work is not running if my application is killed. Why is that?