阻止Android手机的视频输出到PC
如果使用 USB 端口连接,是否可以禁用我的 Android 设备,使其不被电视或 PC 检测到?我想通过使用java或android编程来做到这一点。
谢谢, 森蒂尔·M
Is it possible to disable my android device not to get detected in TV or PC if it is connected using USB ports ? I want to do it through programming using java or android.
Thanks,
Senthil.M
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须编写自己的固件。 Android 本身不存在与“在电视中检测到”相关的支持——此功能是由不同制造商逐个设备实现的。因此,SDK 中也没有任何东西可以控制它。
You will have to write your own firmware. There is no support related to "detected in TV" anywhere in Android itself -- this capability is implemented on a device-by-device basis by different manufacturers. Hence, there is nothing in the SDK to control it, either.