Demo apps showcasing custom permissions and ContentProviders. Two apps demonstrating secure inter-app communication using custom permissions and ContentProviders.
- App A: Reads device contacts and stores them in a secured ContentProvider.
- App B: Retrieves contacts from App A when a button is clicked (requires same signing certificate).