startService() not working anymore on Android 10
Solved
Mobile and Embedded
-
Hi all,
I have an application which need background services, all works fine until last Android update on my Galaxy Tab A.
Now calling "startService()" do nothing.
I've got no errors or something else.Does anyone be aware about this and have found a workaround?
Do I need additional permissions? -
@KroMignon said in startService() not working anymore on Android 10:
Now calling "startService()" do nothing.
Do you mean https://developer.android.com/reference/android/content/Context#startService(android.content.Intent) ?
-