Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以自定义 android 的相机裁剪意图视图?如何创建自定义视图,如此链接中的图像?
谢谢
尝试这个:
Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE); intent.putExtra("crop", "true");