Add SafeSites related content filters preference.

Test: atest SupervisionSafeSitesPreferenceTest
Test: maunally tested locally
Bug: 401568993
Flag: android.app.supervision.flags.enable_web_content_filters_screen
Change-Id: I556019bdeba5ed459996102217836cda0e3c7f71
This commit is contained in:
Xiaomiao Zhang
2025-03-07 23:59:41 +00:00
parent c847dc7e0e
commit bb8b603f94
4 changed files with 175 additions and 1 deletions

View File

@@ -14309,6 +14309,14 @@ Data usage charges may apply.</string>
<string name="supervision_add_forgot_pin_preference_title">Forgot PIN</string>
<!-- Title for web content filters entry [CHAR LIMIT=60] -->
<string name="supervision_web_content_filters_title">Web content filters</string>
<!-- Title for web content filters browser category [CHAR LIMIT=60] -->
<string name="supervision_web_content_filters_browser_title">Google Chrome and Web</string>
<!-- Title for web content filters browser category block explicit sites option [CHAR LIMIT=60] -->
<string name="supervision_web_content_filters_browser_block_explicit_sites_title">Try to block explicit sites</string>
<!-- Summary for web content filters browser category block explicit sites option [CHAR LIMIT=None] -->
<string name="supervision_web_content_filters_browser_block_explicit_sites_summary">No filter is perfect, but this should help hide sexually explicit sites</string>
<!-- Title for web content filters browser category allow all sites option [CHAR LIMIT=60] -->
<string name="supervision_web_content_filters_browser_allow_all_sites_title">Allow all sites</string>
<!-- Generic content description that is attached to the preview illustration at the top of an Accessibility feature toggle page. [CHAR LIMIT=NONE] -->
<string name="accessibility_illustration_content_description"><xliff:g id="feature" example="Select to Speak">%1$s</xliff:g> animation</string>
</resources>