Skip to content

Commit

Permalink
Enables bg playback by default for 20 percent users on release channel (
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyZhukovsky authored Mar 1, 2023
1 parent a831c8a commit 56f2d8d
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -1694,6 +1694,33 @@
},
"name": "BgPlaybackStudy"
},
{
"experiments": [
{
"feature_association": {
"enable_feature": [
"BraveBackgroundVideoPlayback"
]
},
"name": "Enabled",
"probability_weight": 20
},
{
"name": "Default",
"probability_weight": 80
}
],
"filter": {
"channel": [
"RELEASE"
],
"min_version": "110.0.5481.177",
"platform": [
"ANDROID"
]
},
"name": "BgPlaybackStudy"
},
{
"experiments": [
{
Expand Down

0 comments on commit 56f2d8d

Please sign in to comment.