File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
programming/android/release-notes Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,13 @@ The following APIs are provided for configuring the `cameraToggleButton`:
8282 - [ ` setCameraToggleButtonVisible ` ] ({{ site.dce_android_api }}auxiliary-api/dcecameraview.html#setcameratogglebuttonvisible)
8383 - [ ` getCameraToggleButtonVisible ` ] ({{ site.dce_android_api }}auxiliary-api/dcecameraview.html#getcameratogglebuttonvisible)
8484
85+ ### Changed
86+
87+ - Changed the enumeration value of [ ` EnumEnhancerFeatures ` ] ({{ site.dce_android_api }}enum/enhanced-features.html):
88+ - Changed ` EF_AUTO_ZOOM ` from ` 1 << 4 ` to ` 1 << 3 ` .
89+ - Changed ` EF_SMART_TORCH ` from ` 1 << 5 ` to ` 1 << 4 ` .
90+ - Changed ` EF_ALL ` from ` 0x3F ` to ` 0x1F ` .
91+
8592## 3.0.5000 (07/29/2025)
8693
8794### New
You can’t perform that action at this time.
0 commit comments