mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
30d4febee7
the system camera has usually more features (flash, physical zoom, filter) and is less buggy than the mostly unmaintained built-in one. also, the system camera seems to be more supported (isDeviceSupported() is not needed) and does not require to ask for permission. there is still a switch in "advanced settings" to use the old built-in camera, however, at some point we may remove the old code completely.