サービスを開始できません。サービスのonCreateに一行追加。
<pre>ServiceManager.addService(ACTION_REMOTE_SERVICE, (IBinder) new xxxRemoteservice(this));</pre>
manifest から android:sharedUserId="android.uid.system" を削除した変更。ただし、アプリケーションはプラットフォーム証明書で署名されており、LOCAL_VENDOR_MODULE := true
Getting error below
Caused by: java.lang.SecurityException
at android.os.BinderProxy.transactNative(Native Method)
at android.os.BinderProxy.transact(Binder.java:764)
at android.os.ServiceManagerProxy.addService(ServiceManagerNative.java:150)
at android.os.ServiceManager.addService(ServiceManager.java:88)