There was an error while loading. Please reload this page.
By Ibrahim Soliman
Add android:stopWithTask="true" as follow:
android:stopWithTask="true"
<service android:name="rekab.app.background_locator.LocatorService" android:permission="android.permission.BIND_JOB_SERVICE" android:exported="true" android:stopWithTask="true"/> <service android:name="rekab.app.background_locator.IsolateHolderService" android:permission="android.permission.FOREGROUND_SERVICE" android:exported="true" android:stopWithTask="true"/>