Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a52b92d authored by Eugene Susla's avatar Eugene Susla
Browse files

Clean up "Restrict SMS" developer setting

The underlying setting itself was cleaned up in Q,
the toggle does nothing and just turns itself back off when toggled

Test: ensure developer settings no longer have the "Restrict SMS" toggle
Fixes: 138827426
Change-Id: I5d5dda82f8f34330a705ad60d2b7f77d552b76fe
parent eb00b812
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -6083,10 +6083,6 @@
    <string name="personal_device_admin_title">Personal</string>
    <!-- Title for managed device admin apps on the list [CHAR_LIMIT=25] -->
    <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 &amp; 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 &amp; call log permissions</string>
    <!-- Message when there are no available trust agents to display -->
+0 −5
Original line number Diff line number Diff line
@@ -545,11 +545,6 @@
            android:key="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
            android:key="notification_bubbles"
            android:title="@string/notification_bubbles_title"