First, there is no single "native camera" for Android. There are ~2 billion Android devices, spread across thousands of device models. There are hundreds of pre-installed ("native") camera apps on those models.
Second, your Intent
does not necessarily involve the "native camera". Users can install other camera apps, and those camera apps can offer an activity that supports that Intent
structure.
Third, other than EXTRA_OUTPUT
, there are no documented configuration options for ACTION_IMAGE_CAPTURE
.
So, there is no standard way of asking for this mode, or any other mode.
I don't know what "food mode" is exactly, but if is some feature of some app from Samsung on some device, you would have to contact Samsung to see if they have some specific API for interacting with that app and asking for "food mode".
and now I'm hungry...