Micronet-Ltd / ATS_A9

ATS - Telematics Service (SmarTab 8, SmartCam)
Other
0 stars 0 forks source link

BUG: Fixed ATS start on boot. #19

Closed skrstyen-mm closed 4 years ago

skrstyen-mm commented 4 years ago

Changed to startForegroundService to comply with Android 9's restriction on starting from the background. Need to use startForegroundService instead of startService.