federicoiosue/Omni-Notes

Photo note is not supported?

hieu-van opened this issue · 3 comments

I wonder how is a device determined as supporting photo note?

Hi there,

it performs a feature support check against PackageManager.FEATURE_CAMERA here.
It may not work into emulators tho.

I'm using LOS 18.1 on a Xiaomi phone, with Open Camera as the sole camera app (I've disabled stock camera). I think I might be able to help debug this. For now I think that we can instead send an intent to take photo.

A quite unofficial condition, unluckly I cannot test it anyway.

As last resource I may try to use a different camera feature check and release a new alpha version to let you try it and report eventually.