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