update(service):update service stop

This commit is contained in:
ZCShou 2022-08-27 18:31:20 +08:00
parent c37171ebb2
commit 8642e02f3c
No known key found for this signature in database
GPG Key ID: 40F856243C184EAB

View File

@ -102,7 +102,7 @@ public class ServiceGo extends Service {
removeTestProviderGPS();
unregisterReceiver(mActReceiver);
stopForeground(true);
stopForeground(STOP_FOREGROUND_REMOVE);
super.onDestroy();
}