MiuiCamera: Add support of 0.5x Ultrawide camera

- Alioth is having 0.5x by default, so enable functionality respectfully.
This commit is contained in:
johnmart19
2025-04-27 14:11:28 +03:00
parent b21db8d985
commit 9cdfa49d5d

View File

@@ -45,4 +45,9 @@
<!-- Enable AI for Front Camera by default --> <!-- Enable AI for Front Camera by default -->
<bool name="pref_frontAI_default">true</bool> <bool name="pref_frontAI_default">true</bool>
<!-- Enable 0.5x UltraWide lens by default -->
<!-- 0 - Default, 1 - 0.5x, 2 - 0.6x -->
<string name="pref_uw_default">1</string>
</resources> </resources>