Skip to content

Commit d11a2f8

Browse files
Updated release notes
1 parent 0f54471 commit d11a2f8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

programming/android/release-notes/android-3.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)