Purpose of this Experiment Android 11 changes how apps can query and interact with other apps that the user has installed on a device. I built several apps, and they share data between each other by using Content Provider in each app. Recently, one of my apps moved to targetSdkVersion 30, and I found…