How can I have a small file, containing some data, which will be readable by more than one app even if only the reader is running? In fact my problem is: many small apps on a tablet, apps communicating with a web site. Each tablet is used by a specific group. At app installation, the owner of the tablette must indicate his group, but I dont want him to indicate for each app. So I want to have a small file, on the tablet, that each app will use to tell the Web service "I'm app from tablet from group X".
The Android doc talk about a communication system between apps, but seem to need apps are both running. Is there a way to indicate, (eg in "manifest") that one file is shared between app?
Thanks a lot for the answer Best regards to you all Peter