Skip to content

Commit

Permalink
Disabled DefaultPassthroughCommandDecoder flag on Android to follow u…
Browse files Browse the repository at this point in the history
…pstream (#1155)

A production version of
#1154

Co-authored-by: Kamil Jozwiak <[email protected]>
  • Loading branch information
SergeyZhukovsky and kjozwiak authored Aug 2, 2024
1 parent 9d8b458 commit ee2db10
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2064,29 +2064,14 @@
},
{
"experiments": [
{
"feature_association": {
"enable_feature": [
"DefaultPassthroughCommandDecoder"
]
},
"name": "Enabled",
"parameters": [
{
"name": "BlockListByModel",
"value": "5030D_EEA|ASUS_Z008D|ASUS_Z00AD|CPH2*|Galaxy Tab 2 3G|GT-I9500|Infinix X6*|K016|K01Q|Lenovo TB-X*|LM-*|M2006C3*|moto e*|moto g*|MRD-LX1|Nokia 2.3|P01M*|P01T_1|RMX2185|SM-A*|Star 4|TBT8A10|TECNO K*|vivo*"
}
],
"probability_weight": 100
},
{
"feature_association": {
"disable_feature": [
"DefaultPassthroughCommandDecoder"
]
},
"name": "Disabled",
"probability_weight": 0
"probability_weight": 100
},
{
"name": "Default",
Expand All @@ -2099,6 +2084,7 @@
"BETA",
"RELEASE"
],
"min_version": "125.*",
"platform": [
"ANDROID"
]
Expand Down

0 comments on commit ee2db10

Please sign in to comment.