Android 屏幕截图应用程序在手机中显示黑屏,但在模拟器中工作
我在android市场上看到了一些用于截屏的应用程序。我想做一个类似的应用程序。
我发现应该使用 ASL(Android Screencapture Liberary)来完成此任务。但是当我在模拟器中运行 ASL 演示时,它工作正常。但手机中的同一个应用程序显示黑屏。
我使用 Samsung Galaxy Pop S5570(android 2.2.1) 进行测试。
我需要建议可能是什么问题。
我正在使用以下权限:
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE
谢谢 马尼什
I have seen some application in android market which are being used to take the screen shot. I want to make an application similar to that.
I found that ASL(Android Screencapture Liberary) should be used to do this task. But When I am running the demo of ASL in emulator it is working fine. But the same app in phone is showing black screen.
I am using Samsung Galaxy Pop S5570(android 2.2.1) for testing purpose.
I need suggestions what could be the possible issue.
I am using the following permissions:
android.permission.INTERNET
android.permission.WRITE_EXTERNAL_STORAGE
thanks
Manish
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
幸运的是,出于明显的安全和隐私原因,这不受支持。目前提供此功能的所有应用程序要么需要 root 权限,要么利用正在修复的安全漏洞。
Fortunately, this is not supported, for obvious security and privacy reasons. All applications which offer this today either require root or exploit security holes which are being fixed.