To create a background service we need to Extend userdefined class with code example
Example: android start service
startService(new Intent(this, UpdaterServiceManager.class));
startService(new Intent(this, UpdaterServiceManager.class));