I use this syntax for starting service on Android Oreo but Google play keep reporting that syntax affects ANR (Appklication Not Responding) on Oreo.
Report from Google Play Console.
ContextCompat.startForegroundService(context, new Intent(context, SocketService.class));
Help me solve this problem, thanks.
what is the correct way to start the service on oreo?