/data/app-private is not your directory, and not for applications to touch.
Please read the SDK documentation on files and storage. On Thu, Mar 19, 2009 at 3:04 AM, Asif k <[email protected]> wrote: > > Yes I can push file to /data/app-private/ directory using DDMS but not > programmatically. > > But I want to call .jar file at runtime to complete my task. Please > any suggestion > > On Mar 19, 12:19 pm, Dianne Hackborn <[email protected]> wrote: > > You can put whatever you want in your private data directory. > > > > > > > > > > > > On Wed, Mar 18, 2009 at 11:15 PM, Asif k <[email protected]> wrote: > > > > > Hi Dianne, > > > > > Yes you are right, But Is there any way to store over .jar file in > > > the app's data directory. Because I am working on emulator and I can > > > store any file there. > > > Please tell the way I can store in the data dir. > > > > > And yes any alternate idea to call the .jar files dynamically at > > > runtime?? I want to call a function from the .jar file, which will be > > > decided at runtime. > > > Thanks in advance. > > > > > Regards, > > > > > Asif Kadiwala > > > On Mar 19, 11:02 am, Dianne Hackborn <[email protected]> wrote: > > > > On Wed, Mar 18, 2009 at 10:18 PM, Asif k <[email protected]> > wrote: > > > > > Security will be one concern but , my plan is to load the > > > > > required .jar files in the sdcard only when it is necessary and I > will > > > > > remove that .jar files from the /sdcard when my application > execution > > > > > completes. > > > > > > That doesn't fix the security hole, just makes it a little harder for > > > people > > > > to exploit. Not much, though, since they can easily monitor the > > > directory > > > > where you place them. > > > > > > Why not just put them in your app's data directory, which nobody else > can > > > > touch? > > > > > > > I want to do this because I wanna run different things, those > will > > > > > be decided at runtime. I think this is same concept as that of .dll > > > > > ( Dynamic link Lib) in the .net framework. > > > > > > And dlls also have serious security issues if you put them in a place > > > where > > > > others can modify them. It's not as much of a concern on Windows, > > > though, > > > > because its security is much looser and all of the apps tend to run > as > > > the > > > > same user, anyway. > > > > > > -- > > > > Dianne Hackborn > > > > Android framework engineer > > > > [email protected] > > > > > > Note: please don't send private questions to me, as I don't have time > to > > > > provide private support. All such questions should be posted on > public > > > > forums, where I and others can see and answer them. > > > > -- > > Dianne Hackborn > > Android framework engineer > > [email protected] > > > > Note: please don't send private questions to me, as I don't have time to > > provide private support. All such questions should be posted on public > > forums, where I and others can see and answer them.- Hide quoted text - > > > > - Show quoted text - > --~--~---------~--~----~------------~-------~--~----~ > 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 > -~----------~----~----~----~------~----~------~--~--- > > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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 To unsubscribe from this group, send email to android-developers+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.

