File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
mozilla-mobile/focus-android/app/src/main/res/values Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mozilla-mobile/firefox-android/focus-android" ,
3
3
"revs" : {
4
- "main" : " b183161a44745a31b91d447225577fc698ac158e "
4
+ "main" : " ae839829b76cfd89a6387b82bb16554a3286cb83 "
5
5
}
6
6
}
Original file line number Diff line number Diff line change 607
607
<!-- Title of Advanced Setting category -->
608
608
<string name =" preference_category_advanced" >Advanced</string >
609
609
610
+ <!-- Preference for site permissions -->
611
+ <string name =" preference_site_permissions" >Site permissions</string >
612
+
613
+ <!-- Preference for autoplay -->
614
+ <string name =" preference_autoplay" >Autoplay</string >
615
+
616
+ <!-- Preference for allow autoplay audio and video-->
617
+ <string name =" preference_allow_audio_video_autoplay" >Allow audio and video</string >
618
+
619
+ <!-- Preference for block autoplay audio only-->
620
+ <string name =" preference_block_autoplay_audio_only" >Block audio only</string >
621
+
622
+ <!-- Preference summary for block autoplay audio only-->
623
+ <string name =" preference_block_autoplay_audio_only_summary" >Recommended</string >
624
+
625
+ <!-- Preference for block autoplay audio and video-->
626
+ <string name =" preference_block_autoplay_audio_video" >Block audio and video</string >
627
+
610
628
<!-- Preference for studies -->
611
629
<string name =" preference_studies" >Studies</string >
612
630
You can’t perform that action at this time.
0 commit comments