Re: [android-developers] Portable application running on SD-card

2011-03-18 Thread TreKing
On Tue, Mar 15, 2011 at 11:59 AM, kekou14 < pasquier.kevin.france.1...@gmail.com> wrote: > Is it possible to build this kind of application? > I highly doubt it. > Does it make sense to build this kind of application for security reason > and why? > In what way is the SD card more secure than

[android-developers] Portable application running on SD-card

2011-03-18 Thread kekou14
Hello, I want to build an application which will be placed on SD-card. I want this application running on the SD-card only. No data exports on the system for security reason. I mean I don't want any data as dex file, database, private user data, or native libraries put on /data at running time. I