hi friend,

i created a custom listview in framework
path:> /froyo/frameworks/base/core/java/android/widget/
and i am using this listview inside homescreen widget just like analog
clock.
Inside this custom listview as per my requirement, i am creating a
file output stream as
FileOutputStream out = new   FileOutputStream("sdcard/share.png");
But at this line  i am getting a FileNotFoundException (permission
denied )
even i set android.permission.WRITE_EXTERNAL_STORAGE in my widget
manifest.
Please help me how can i set the permission for my custom listview in
framework  ?

Thanks and regards
Mansoor V.M

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

Reply via email to