On Android, all application data (including files) are private to that application. If you expose your private application data via contentprovider
2010/5/4 TreKing <[email protected]> > On Fri, Apr 30, 2010 at 4:42 AM, Aivlis <[email protected]> wrote: > >> I have to access to the data folder of other applications from my >> application to read configuration's file and so on >> > > No, you don't. > > >> Can you suggest me how to solve this problem? >> > > You don't. This is not allowed, and for good reason. > > Why, exactly, do you think you need to read into other apps' data? > > > ------------------------------------------------------------------------------------------------- > TreKing - Chicago transit tracking app for Android-powered devices > http://sites.google.com/site/rezmobileapps/treking > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Regards -- 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

