Commit 5c44316
fix: Add WiFi password input flag for lock screen and login interface
Added a flag to the NetManagerFlag enum in nettype.h to enable WiFi password input functionality on lock screen and login interface. When the lock screen or login interface detects this flag, it will display a WiFi password input dialog, allowing users to enter WiFi passwords to connect to networks. This addresses the issue where users couldn't connect to WiFi networks from lock screen or login screen due to missing password input capability.
The bug was caused by the lack of proper flag configuration in the Net_LockFlags and Net_GreeterFlags enum values, which prevented the WiFi password input dialog from being triggered in lock screen and login scenarios.
Log: Added new flag configuration to enable WiFi password input functionality for lock screen and login interface scenarios.
PMG: BUG-350613
fix: 为锁屏和登录界面添加WiFi密码输入标记
在nettype.h文件的NetManagerFlag枚举中添加了标记,用于在锁屏和登录界面启用WiFi密码输入功能。当锁屏或登录界面检测到此标记时,将显示WiFi密码输入对话框,允许用户输入WiFi密码来连接网络。这解决了用户在锁屏或登录界面无法连接WiFi网络的问题。
该bug的原因是Net_LockFlags和Net_GreeterFlags枚举值中缺少适当的标记配置,导致在锁屏和登录场景下无法触发WiFi密码输入对话框。
Log: 添加新的标记配置,启用锁屏和登录界面的WiFi密码输入功能。1 parent 3991c11 commit 5c44316
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
| 109 | + | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments