Alex Texera 0 Posted April 6, 2021 This is my code: LIntent := TJIntent.Create; LIntent.setClassName(TAndroidHelper.Activity.getBaseContext, TAndroidHelper.StringToJString('myService')); TAndroidHelper.Activity.startForegroundService(LIntent); When run app and try start service nothing happens. Share this post Link to post