I want to release many applications in same context. = 1 manager apk + many data provider apks
A data provider apk's job is just providing its own data to the manager. The manager's activity show a view based on the data from the provider apk. I made an experiment with Content Provider. When I put files on provider apk's "asset or resource" directory, writing doesn't work in runtime, while reading works ok. [manager] ---can't write---> [data provider] content://<data provider's pkg name>/file.xml QUESTION: Please let me know to write new file and modify a file which is in the other apk who is engaged. --- Known insufficient solutions: 1. To share with sd card ~> I don't want to make files public. They should be shared between some applications who are engaged. 2. To make apks with same user id ~> 1 manager apk is preferred to be a different process from data providers. --- Thanks in advance, 19 -- 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, reply using "remove me" as the subject.

