Re: [android-developers] How to Declare file write permission in framework code

2010-12-13 Thread Kostya Vasilyev
Permissions are set per application, not per widget. You need to add this permission to the home application's manifest. -- Kostya 13.12.2010 16:52, Mansoor пишет: hi friend, i created a custom listview in framework path:> /froyo/frameworks/base/core/java/android/widget/ and i am using this

[android-developers] How to Declare file write permission in framework code

2010-12-13 Thread Mansoor
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 =