Merge "Clean up "Restrict SMS" developer setting"
This commit is contained in:
committed by
Android (Google) Code Review
commit
e796653f0a
@@ -6083,10 +6083,6 @@
|
|||||||
<string name="personal_device_admin_title">Personal</string>
|
<string name="personal_device_admin_title">Personal</string>
|
||||||
<!-- Title for managed device admin apps on the list [CHAR_LIMIT=25] -->
|
<!-- Title for managed device admin apps on the list [CHAR_LIMIT=25] -->
|
||||||
<string name="managed_device_admin_title">Work</string>
|
<string name="managed_device_admin_title">Work</string>
|
||||||
<!-- Title for whether to enable SMS access restriction [CHAR LIMIT=50]-->
|
|
||||||
<string name="sms_access_restriction_enabled">Restrict SMS & call log access</string>
|
|
||||||
<!-- Summary for whether to enable SMS access restriction [CHAR LIMIT=NONE]-->
|
|
||||||
<string name="sms_access_restriction_enabled_summary">Only default phone and messaging apps have SMS & call log permissions</string>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- Message when there are no available trust agents to display -->
|
<!-- Message when there are no available trust agents to display -->
|
||||||
|
@@ -545,11 +545,6 @@
|
|||||||
android:key="reset_shortcut_manager_throttling"
|
android:key="reset_shortcut_manager_throttling"
|
||||||
android:title="@string/reset_shortcut_manager_throttling" />
|
android:title="@string/reset_shortcut_manager_throttling" />
|
||||||
|
|
||||||
<SwitchPreference
|
|
||||||
android:key="sms_access_restriction_enabled"
|
|
||||||
android:title="@string/sms_access_restriction_enabled"
|
|
||||||
android:summary="@string/sms_access_restriction_enabled_summary" />
|
|
||||||
|
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="notification_bubbles"
|
android:key="notification_bubbles"
|
||||||
android:title="@string/notification_bubbles_title"
|
android:title="@string/notification_bubbles_title"
|
||||||
|
Reference in New Issue
Block a user