Merge Tap & Pay settings entries with NFC

Bug: 142231537
Test: make -j42 RunSettingsRoboTests

Change-Id: I45987f538f444f898d50379d45546b04086d44d1
This commit is contained in:
robertluo
2020-02-03 16:30:41 +08:00
parent fa96ad19c7
commit 3f78b045a1

View File

@@ -2562,7 +2562,7 @@ enum PageId {
// CATEGORY: SETTINGS
// OS: R
OPEN_SUPPORTED_LINKS = 1824;
// OPEN: Settings > Display > Dark theme > Set start time dialog
DIALOG_DARK_THEME_SET_START_TIME = 1825;
@@ -2573,4 +2573,9 @@ enum PageId {
// CATEGORY: SETTINGS
// OS: R
VIBRATE_FOR_CALLS = 1827;
// OPEN: Settings > Connected devices > Connection preferences > NFC
// CATEGORY: SETTINGS
// OS: R
CONNECTION_DEVICE_ADVANCED_NFC = 1828;
}