Posts by Regis • 11 points
1 post
-
1
votes1
answer38
viewsQ: Monitor changes in the application
I need a class that listens for any changes in the application (or external changes). I made a class that extended from class Service, but I understand that it goes into the method onStartCommand…