Prior to Android 11, when you want to interact with any installed application from your app you will simply create an Intent, set data and start the activity. However, in Android 11 the same step will not work as is. For example, if you want to send a SMS you…