无法启动服务。在服务的 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)