OLD | NEW |
---|---|
1 { | 1 { |
2 "AndroidSessionNotifications": [ | 2 "AndroidSessionNotifications": [ |
3 { | 3 { |
4 "group_name": "Disabled" | 4 "group_name": "Disabled" |
5 } | 5 } |
6 ], | 6 ], |
7 "AutodetectEncoding": [ | 7 "AutodetectEncoding": [ |
8 { | 8 { |
9 "group_name": "Enabled" | 9 "group_name": "Enabled" |
10 } | 10 } |
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
332 "UMA_EnableCellularLogUpload": [ | 332 "UMA_EnableCellularLogUpload": [ |
333 { | 333 { |
334 "group_name": "Enabled", | 334 "group_name": "Enabled", |
335 "params": { | 335 "params": { |
336 "Enabled": "true", | 336 "Enabled": "true", |
337 "Optimize": "true", | 337 "Optimize": "true", |
338 "Sample_Probability": "50" | 338 "Sample_Probability": "50" |
339 } | 339 } |
340 } | 340 } |
341 ], | 341 ], |
342 "UpdateMenuItem": [ | |
343 { | |
344 "group_name": "Enabled", | |
345 "params": { | |
346 "enable_update_menu_item": "true" | |
347 } | |
348 }, | |
349 { | |
350 "group_name": "EnabledWithBadge", | |
351 "params": { | |
352 "enable_update_badge": "true", | |
353 "enable_update_menu_item": "true" | |
354 } | |
355 }, | |
356 { | |
357 "group_name": "EnabledWithSummary", | |
358 "params": { | |
359 "enable_update_menu_item": "true", | |
360 "show_summary": "true" | |
361 } | |
362 }, | |
363 { | |
364 "group_name": "EnabledWithCustomSummary", | |
365 "params": { | |
366 "custom_summary": "Custom update summary", | |
367 "enable_update_menu_item": "true", | |
368 "show_summary": "true" | |
369 } | |
370 } | |
Steven Holte
2015/12/16 20:18:36
You might want to add your Control/Default group h
Theresa
2015/12/16 22:35:22
Done.
| |
371 ], | |
342 "VarationsServiceControl": [ | 372 "VarationsServiceControl": [ |
343 { | 373 { |
344 "group_name": "Interval_30min", | 374 "group_name": "Interval_30min", |
345 "params": { | 375 "params": { |
346 "fetch_period_min": "30" | 376 "fetch_period_min": "30" |
347 } | 377 } |
348 } | 378 } |
349 ], | 379 ], |
350 "WebRTC-LocalIPPermissionCheck": [ | 380 "WebRTC-LocalIPPermissionCheck": [ |
351 { | 381 { |
352 "group_name": "Enabled" | 382 "group_name": "Enabled" |
353 } | 383 } |
354 ], | 384 ], |
355 "WebRTC-PeerConnectionDTLS1.2": [ | 385 "WebRTC-PeerConnectionDTLS1.2": [ |
356 { | 386 { |
357 "group_name": "Enabled" | 387 "group_name": "Enabled" |
358 } | 388 } |
359 ] | 389 ] |
360 } | 390 } |
OLD | NEW |