Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e31f82a authored by Fan Zhang's avatar Fan Zhang Committed by Android (Google) Code Review
Browse files

Merge "Add bluetooth constants for Contextual Home Page"

parents 3aab7653 7eb3b096
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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;