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");