I've a service in background that check if the application is running to do some operation but using the IsPause method doesn't work as expected.
In fact if is executing the voicerecognition, the activity is InPause
is there a way to check if application is running (not using IsPause method) controlling the process?
In fact if is executing the voicerecognition, the activity is InPause
is there a way to check if application is running (not using IsPause method) controlling the process?