diff options
| author | 2019-07-22 16:24:20 +0800 | |
|---|---|---|
| committer | 2019-07-25 09:32:31 +0800 | |
| commit | f7efb7a782d57466a823b4247a446799a5098f46 (patch) | |
| tree | 048ac7f26542bd198ddc54aaad7f4fcd81c41743 | |
| parent | 34d7f99569efae7e3f6585da309ae500f159fe30 (diff) | |
[Wi-Fi] Add a new proto field for new Settings page.
Add a new page id for proto upload log use.
In settings -> Network and Internet -> Wi-Fi, when click a new Wi-Fi AP, need to change the configure UI from dialog type to preference fragment page type, so need a new ID for new fragment page.
Test: will test in the latter Settings APP CL
Change-Id: I150d551d296732619603cd5d4a7a2de9fe79dae8
| -rw-r--r-- | core/proto/android/app/settings_enums.proto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index c023438eecc2..3323095a6244 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -2401,4 +2401,11 @@ enum PageId { // OS: Q // Note: Gear icon is shown next to gesture navigation preference and opens sensitivity dialog SETTINGS_GESTURE_NAV_BACK_SENSITIVITY_DLG = 1748; + + // ---- End Q Constants, all Q constants go above this line ---- + // OPEN: Settings > Network & Internet > Wi-Fi > Click new network + // CATEGORY: SETTINGS + // OS: R + SETTINGS_WIFI_CONFIGURE_NETWORK = 1800; + } |