Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 android 本机 C++ 代码中使用 ioctl。我想知道是否可以在非root设备上使用?提前致谢。
一般来说,出于安全原因(例如网络钓鱼计划),任何让您访问帧缓冲区的东西都将禁止非特权应用程序使用。
并非所有设备都具有线性帧缓冲区,并且许多设备更喜欢硬件覆盖而不是帧缓冲区 blit,因此无论您想到什么都可能不起作用,即使这样做也可能无法移植。