public class LocalServiceController extends android.app.Activity
Example of explicitly starting and stopping the {@link LocalService}.
This demonstrates the implementation of a service that runs in the same
process as the rest of the application, which is explicitly started and stopped
as desired.