Add constant for Output Switcher to start Bluetooth paring page

Bug: 155822415
Test: build pass
Change-Id: Iaaf7aadf8dc371881fc831e91ff6e62be49b0219
This commit is contained in:
timhypeng
2020-09-03 10:39:04 +08:00
committed by tim peng
parent aa7ce6bf69
commit 298b575cc6

View File

@@ -2748,4 +2748,7 @@ enum PageId {
// CATEGORY: SETTINGS
// OS: R QPR
ADAPTIVE_CONNECTIVITY_CATEGORY = 1850;
// OS: R QPR2
BLUETOOTH_PAIRING_RECEIVER = 1851;
}