The typical motivating counterexample is: consider the app which
spawns a background service on boot, silently captures all your
device's activity, and sends it over the internet...

kris

On Sun, Jun 10, 2012 at 10:54 PM, JK Park <[email protected]> wrote:
> Oh, I see... thanks to reply.
>
> 2012년 6월 11일 월요일 오전 11시 45분 32초 UTC+9, Kristopher Micinski 님의 말:
>>
>> No.  If you find a way to do it, report it immediately as a security
>> bug.  A device without root should not allow this, as doing so would
>> indicate a major security flaw.
>>
>> On Sun, Jun 10, 2012 at 10:42 PM, JK Park <[email protected]> wrote:
>> > Hi all,
>> > I am trying to build up a screenshot app without root permission.
>> > I am wondering whether that I can get a current screen.
>> >
>> > I found this,
>> >
>> > view.setDrawingCacheEnabled(true);
>> > Bitmap screenshot = Bitmap.createBitmap(view.getDrawingCache());
>> > view.setDrawingCacheEnabled(false);
>> >
>> > but, It works my application only. Is there any way to get views such as
>> > sms, internet, home and other applications?
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups "Android Developers" group.
>> > To post to this group, send email to [email protected]
>> > To unsubscribe from this group, send email to
>> > [email protected]
>> > For more options, visit this group at
>> > http://groups.google.com/group/android-developers?hl=en
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to