diff --git a/features/bookmarks-sorting.json b/features/bookmarks-sorting.json new file mode 100644 index 00000000..a30aed9b --- /dev/null +++ b/features/bookmarks-sorting.json @@ -0,0 +1,7 @@ +{ + "_meta": { + "description": "A feature flag that determines whether sorting bookmarks option is enabled.", + "sampleExcludeRecords": {} + }, + "exceptions": [] +} diff --git a/overrides/android-override.json b/overrides/android-override.json index b5072623..a1abf1f5 100644 --- a/overrides/android-override.json +++ b/overrides/android-override.json @@ -1713,6 +1713,9 @@ "filterSetUpdateFrequency": 720 }, "exceptions": [] + }, + "bookmarksSorting": { + "state": "disabled" } }, "unprotectedTemporary": [],