MyclassthatinheritsJobServicehastheOnStartJobandOnStopJobmethodsimplemented.
TheproblemisthatwhenIrunthecodeonAndroid6(API23)itworksnormally,butwhenIrunonAndroid8(API26)theclassisnotcalledanddoesnoterror,justdoesnotrun.>
[Service(Name="com.RDA.GoFindMe.ManagerServiceNow"), Permission="android.permission.BIND_JOB_SERVICE", Exported = true)]
public class ManagerServiceNow : JobService
When