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.
我已禁用相机使用
devicePolicyManager.setCameraDisabled(devicePolicyAdmin, true);
但是我想在用户访问相机并且被设备策略管理器阻止时得到回调。
是否有任何广播或活动?
不幸的是,没有回调
您必须定期检查UsageEvents课堂上的事件,看看是否将相机调用到前台
UsageEvents