Androidstudio 1 1 version What should I add to the manifest file to read the contents of another app?
The same signature should be added. In Androidstudio 1 1 version, data can be read from each other on the condition that they have the same signature and the android:sharedUserId property values configured in the AndroidManifest.xml file are the same, so they can run in the same process and access any data from each other.