Hi all, I have an application running in /packages/apps with user id, so it can access sdcard and write on it.
I have modified and added some classes in /framework/base/core/java/ android/app/, to get this information (if existing) and use it for research purpose. But after a lot of research I finaly found that SDcard can not be read with system permission, which I can get why to avoid system failures, but then my question: How can I read information wrote by the first application, with the second app in /framework? I saw somewhere speaking of a helper? I do not understand how it will help. I cannot run external activities from my app2 because I am in a lower layer. So I can not call any application with user id. So any thoughts? idea of how I can do that? If you have a better idea than using sdcard just tell me, but internal storage would be the same problem: how to access files of app1 from app2 in system level? Best Regards, -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
