I've been waiting for this feature.

Android 2.3.3 allows to take screenshot without root.

http://mobiputing.com/2011/03/google-android-2-3-3-adds-native-screenshot-support-may-break-google-voice/

Can you programmatically take screenshot? If so how?

Or is it only manually (like Home + Power button) like Apple?

link|improve this question

feedback

1 Answer

up vote 15 down vote accepted

The reports are incorrect. The screenshot feature requires a permission that only system applications (apps signed with the system image's key) can be granted. It will not let you take a screenshot programmatically or using the phone's keys.

link|improve this answer
@romain-guy , How about grant that permission to user app or provide system screenshot app? – skyisle Mar 2 '11 at 8:04
1  
So all these reports rumoring around are actually incorrect? Knowing who you are(Romain Guy), your answer should be more accurate. I am very disappointed to hear that. – jclova Mar 2 '11 at 16:41
1  
What is exactly the correct way to do it? I want to do it on my own rom (custom-made prototype device) – velazcod Apr 23 '11 at 21:23
It's worth noting that Android 4.0 allows users to take screenshots using hardware buttons. – David Caunt Nov 10 '11 at 14:42
feedback

protected by Community Nov 10 '11 at 15:26

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.