The service is not running, it's neither shows up in applications list nor it creates the file I asked it to create in its onCreate. (Another file in the same folder is successfully created with onCreate method of the activity just to make sure permissions are alright.) Should I run some code to run the service? Like startIntent or Idk.
The service is not running, it's neither shows up in applications list nor it creates the file I asked it to create in its
onCreate. (Another file in the same folder is successfully created withonCreatemethod of the activity just to make sure permissions are alright.) Should I run some code to run the service? Like startIntent or Idk.