Loading core/proto/android/app/settings_enums.proto +6 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,12 @@ enum PageId { // Unknown page. Should not be used in production code. PAGE_UNKNOWN = 0; // OPEN: Settings > Connected Devices > Bluetooth > (click on details link for a paired device) BLUETOOTH_DEVICE_DETAILS = 1009; // OPEN: Settings > Connected devices > Bluetooth > Pair new device BLUETOOTH_PAIRING = 1018; // OPEN: Settings homepage SETTINGS_HOMEPAGE = 1502; Loading Loading
core/proto/android/app/settings_enums.proto +6 −0 Original line number Diff line number Diff line Loading @@ -38,6 +38,12 @@ enum PageId { // Unknown page. Should not be used in production code. PAGE_UNKNOWN = 0; // OPEN: Settings > Connected Devices > Bluetooth > (click on details link for a paired device) BLUETOOTH_DEVICE_DETAILS = 1009; // OPEN: Settings > Connected devices > Bluetooth > Pair new device BLUETOOTH_PAIRING = 1018; // OPEN: Settings homepage SETTINGS_HOMEPAGE = 1502; Loading