Create 2 Android services
Budget: $30 – $250 USD
I want to create 2 Android services.
1) First class must be called "MonitorService" and must be a foreground service that starts at boot. It must intercept ACTION_PACKAGE_ADDED and execute a package when this happens. The package name to run is a constant in the code.
2) The second class is called "PushNotificationsService". The service must start at boot and intercept push notifications. For each notification, it must send a broadcast message to the app.
To allow the app to check if a service has been launched, use the DataStore class. When the service is created, set a variable to 1, and when it is destroyed, set it to 0.
Both services must be developed in Java.
A .jar file must be provided for integration into our development environment.
The complete source code, including the manifest and test examples, must be provided for internal testing.
It needs to be tested with Android 12, 13, 14 and 15, especially with the limitations of Android 14 and 15.
1) First class must be called "MonitorService" and must be a foreground service that starts at boot. It must intercept ACTION_PACKAGE_ADDED and execute a package when this happens. The package name to run is a constant in the code.
2) The second class is called "PushNotificationsService". The service must start at boot and intercept push notifications. For each notification, it must send a broadcast message to the app.
To allow the app to check if a service has been launched, use the DataStore class. When the service is created, set a variable to 1, and when it is destroyed, set it to 0.
Both services must be developed in Java.
A .jar file must be provided for integration into our development environment.
The complete source code, including the manifest and test examples, must be provided for internal testing.
It needs to be tested with Android 12, 13, 14 and 15, especially with the limitations of Android 14 and 15.