I need to launch multiple versions an activity from my activity but as they all have the user id of the launching activity they can all see each others data in the filesystem. Is it possible to prevent this, is there anyway of starting an activity so that its data will be hidden from other instances with the same user id ?
Share
There is no in built mechanism in android that will allow this. We solved this problem by adding policing access from web app via phone gap plugin