Or you could set the image as a URI (using URI.fromFile) and skip
BitmapFactory decoding altogether (doesn't work for images in home screen
widgets if the file is private, though).
05.03.2011 1:28 пользователь "Streets Of Boston" <[email protected]>
написал:
> BTW: There is a BitmapFactory.decodeFile(String pathName) as well... you
> could skip the second and third step from my post above :-)
>
> --
> 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