Remotable Object
From Jollen's Wiki
[編輯]
Introduction
ServiceManager can only add remotable objects to Binder threads.
frameworks/base/services/java/com/android/server/SystemServer.java:161: addService(java.lang.String,android.os.IBinder) in android.os.ServiceManager cannot be applied to (java.lang.String,com.mokoid.server.LedService)
ServiceManager.addService(Context.LED_SERVICE, led);
^


