Access data of each apps with using interprocess
Data Sharing with InterProcess
- Shares data between apps which have same named userId
- need to add this
android:sharedUserId="my.custom.named.user.id"
to
AndroidManifest.xml
file in<manifest>
tag of both apps