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

Commit 2adb5bdc authored by Sandeep Siddhartha's avatar Sandeep Siddhartha
Browse files

Fix build break

The previously generated IDs were somehow off by one. I guess after I
did update-api someone else did that, and then I submitted my change

Change-Id: I276a7cdd72f067e46cb7bad625a9f4053c377dc5
parent c15f16b9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1000,9 +1000,9 @@ package android {
    field public static final int scrollbars = 16842974; // 0x10100de
    field public static final int scrollingCache = 16843006; // 0x10100fe
    field public static final deprecated int searchButtonText = 16843269; // 0x1010205
    field public static final int searchKeyphrase = 16843874; // 0x1010462
    field public static final int searchKeyphraseId = 16843873; // 0x1010461
    field public static final int searchKeyphraseSupportedLocales = 16843875; // 0x1010463
    field public static final int searchKeyphrase = 16843873; // 0x1010461
    field public static final int searchKeyphraseId = 16843872; // 0x1010460
    field public static final int searchKeyphraseSupportedLocales = 16843874; // 0x1010462
    field public static final int searchMode = 16843221; // 0x10101d5
    field public static final int searchSettingsDescription = 16843402; // 0x101028a
    field public static final int searchSuggestAuthority = 16843222; // 0x10101d6