Question: I work on improvement functionality for android app. There is a feature for making photo from app. And for andorid 11<= takePictureIntent.resolveActivity(getPackageManager()) returns null. I know it’s because of higher android version. But when I removed if statement everything ...