I published my app on Android Market a long time ago and now I want to change the sharedUserId so it can share data with my other app. If I simply change it, the new version cannot read files created by the old version. The only ways I can think of to get around problem this are all cumbersome and error-prone. Using the SD card as temporary storage has several pitfalls and I cannot change the file permissions because my app uses the 2.1 SDK.
Does anyone know a (simple and reliable) way to handle this problem?
Thanks in advance...