I am new to android and i have been analyzing the android source code to understand how the System services are implemented. My Question is am I able to create my own System Se
Follow the below steps for writing your own System Service in android framework.
PS: if your service get some fatal exception, device will soft reboot, as your service is running under system service.