Add a page id for open supported links

Fixes: 143185713
Test: compilation

Change-Id: I8270b01810e20a8035e0f039f2d6df599957c8fb
This commit is contained in:
Sunny Shao
2020-01-15 18:00:25 +08:00
parent b85c3a8f88
commit 0cc67e3836

View File

@@ -2557,4 +2557,9 @@ enum PageId {
// OS: R
DND_PEOPLE = 1823;
// OPEN: Settings > Apps and notifications > App info > one of any app > Open by default
// > Open supported links
// CATEGORY: SETTINGS
// OS: R
OPEN_SUPPORTED_LINKS = 1824;
}