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.
我通过调用方法锁定了GSEventLockDevice()iPhone GraphicsServices.framework。它在 iPhone 上工作正常,但锁定手机后背光不会关闭。它保持亮起并显示解锁屏幕。
GSEventLockDevice()
GraphicsServices.framework
锁定后如何使屏幕立即关闭?
你为什么做这个。苹果从不接受这种私有框架任务。它必须是越狱应用程序。GraphicsServices.framework 不处理背光和屏幕开启和关闭状态。它只处理 GSEvents 和其他图形的东西。我认为你不能那样做。
如果您正在为越狱手机开发,您可以使用GSEventSetBacklightLevel(0);调暗亮度级别。
GSEventSetBacklightLevel(0);