diff options
| author | 2020-09-03 10:39:04 +0800 | |
|---|---|---|
| committer | 2020-12-01 08:48:03 +0000 | |
| commit | 4dcbd863034c78f8fb972915a48f03392a120e9a (patch) | |
| tree | d8d27e04b4b9745d7047c294c874fac4cd37f623 | |
| parent | 1fd5a22154cf24879a33210db29bc91cb56da046 (diff) | |
DO NOT MERGE: Add constant for Output Switcher to start Bluetooth paring page
Bug: 155822415
Test: build pass
Merged-In: Iaaf7aadf8dc371881fc831e91ff6e62be49b0219
Change-Id: Iaaf7aadf8dc371881fc831e91ff6e62be49b0219
(cherry picked from commit 298b575cc6318882bfecc1947610a70b761a9cf9)
| -rw-r--r-- | core/proto/android/app/settings_enums.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto index 2cfd6105fcd4..8cccea8fd8d6 100644 --- a/core/proto/android/app/settings_enums.proto +++ b/core/proto/android/app/settings_enums.proto @@ -2688,4 +2688,7 @@ enum PageId { // CATEGORY: SETTINGS // OS: R QPR ADAPTIVE_CONNECTIVITY_CATEGORY = 1850; + + // OS: R QPR2 + BLUETOOTH_PAIRING_RECEIVER = 1851; } |