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
  • Loading branch information
SergeyZhukovsky committed Aug 2, 2024
1 parent 4855312 commit 02e72d2
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 @@ -2156,29 +2156,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 @@ -2191,6 +2176,7 @@
"BETA",
"RELEASE"
],
"min_version": "125.*",
"platform": [
"ANDROID"
]
Expand Down

0 comments on commit 02e72d2

Please sign in to comment.