This is not my project but I have modified and added....(read description)
Added Foreground service type.
Special thank - nethical Original project link https://web.sketchub.in/p/8814
This is not my project but I have modified and added
Please check
If you want to make sure this foreground service alway works in the background, you can disable battery optimization with the code below.
Intent intent = new Intent(); intent.setAction(android.provider.Settings.ACTION_IGNORE_BATTERY_OPTIMIZATION_SETTINGS); startActivity(intent);
Original project link https://web.sketchub.in/p/8814
©2025 Sketchub | User Policy