Signalling a root C++ executabke from a non-privileged Java Android app

独自空忆成欢 提交于 2020-01-05 06:55:14

问题


I am amending an Android C++ system executable (healthd), which runs as root.

I want the amended healthd to be able to receive some form of signal from an unprivileged Android Java app.

A few hundred ms of latency is fine, as is polling from healthd, rather than an actual "event".

I only need to send an indication that something has happened - there's no requirement to transport data.

What's the simplest form of communication I can use?

来源:https://stackoverflow.com/questions/57199825/signalling-a-root-c-executabke-from-a-non-privileged-java-android-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!