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

@@ -246,6 +246,11 @@
android:title="@string/force_high_refresh_rate_toggle"
android:summary="@string/force_high_refresh_rate_desc" />
<SwitchPreference
android:key="allow_mock_modem"
android:title="@string/allow_mock_modem"
android:summary="@string/allow_mock_modem_summary" />
</PreferenceCategory>
<PreferenceCategory