NY-9844: [AN]: DownloadFileService IllegalStateException on stopService fix
Created by: rvc-brickabode
From our intern process of review:
We believe that the startService for a stop Intent is not correct. Furthermore we suggest change the implementation to use JobIntentService mainly for Android >= 8.0 as it is a modern way to run the background service from the background application and for avoid IllegalStateException.