有没有人成功在Android上运行dbus的Java绑定?所有迹象都表明dbus已经作为Android OS中的一个进程运行,但是它们没有通过Java接口的官方访问点。提前谢谢!
答案 0 :(得分:3)
除非你在谈论自己的公共汽车与你控制的事情谈话,否则你不应该这样做。无法保证dbus可用。根据android邮件列表,it's just an implementation detail that dbus is around at all, it's not guaranteed to be there, and might not be there in the future.
答案 1 :(得分:0)
您可以尝试使用freedesktop项目中的dbus-java。我不知道它是否适用于android hard。