xamarin android打开摄像头

Intent intentBrowser = new Intent("android.media.action.IMAGE_CAPTURE");

StartActivity(intentBrowser);

04-27 19:05