Merge "Add a developer option to controll mockmodemservice permission"

This commit is contained in:
Gary Jian
2022-03-23 05:46:22 +00:00
committed by Gerrit Code Review
5 changed files with 208 additions and 0 deletions

View File

@@ -13169,6 +13169,11 @@
<!-- Summary for allowing screen overlays on Settings app. [CHAR LIMIT=NONE]-->
<string name="overlay_settings_summary">Allow apps that can display over other apps to overlay Settings screens</string>
<!-- Developer settings: Title for allowing mock modem service for testing. [CHAR LIMIT=50]-->
<string name="allow_mock_modem">Allow Mock Modem</string>
<!-- Developer settings: Summary for allowing mock modem service. [CHAR LIMIT=NONE]-->
<string name="allow_mock_modem_summary">Allow this device to run Mock Modem service for instrumentation testing. Do not enable this during normal usage of the phone</string>
<!-- Title for media control settings [CHAR LIMIT=50]-->
<string name="media_controls_title">Media</string>
<!-- Title of toggle to enable or disable the media resumption feature in quick settings [CHAR LIMIT=50]-->