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

Commit 3f78b045 authored by robertluo's avatar robertluo
Browse files

Merge Tap & Pay settings entries with NFC

Bug: 142231537
Test: make -j42 RunSettingsRoboTests

Change-Id: I45987f538f444f898d50379d45546b04086d44d1
parent fa96ad19
Loading
Loading
Loading
Loading
+6 −1
Original line number Original line Diff line number Diff line
@@ -2573,4 +2573,9 @@ enum PageId {
    // CATEGORY: SETTINGS
    // CATEGORY: SETTINGS
    // OS: R
    // OS: R
    VIBRATE_FOR_CALLS = 1827;
    VIBRATE_FOR_CALLS = 1827;

    // OPEN: Settings > Connected devices > Connection preferences > NFC
    // CATEGORY: SETTINGS
    // OS: R
    CONNECTION_DEVICE_ADVANCED_NFC = 1828;
}
}