0

I want to grant camera permission for the application using my Application class in my Xamarin.Android project. But I cannot call

ActivityCompat.RequestPermissions(this, _mPerms, 1);

within my Application class since this should be an Activity. So how should I call this method?

4

0 回答 0