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

Commit 6f96f2e3 authored by Michael Bestas's avatar Michael Bestas Committed by Gerrit Code Review
Browse files

Cleanup SMS limits

* The default SMS limit for Android 4.2.2 upwards is 30 per minute.
  Remove higher values that make no sense
* Update string to reflect the correct time interval

JIRA: CYAN-6474
Change-Id: I6ad626f3cf613311f97a80a235ea2334fc9e3bb7
parent 0629b4b0
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -127,9 +127,6 @@
        <item>5</item>
        <item>10</item>
        <item>30</item>
        <item>50</item>
        <item>100</item>
        <item>200</item>
    </string-array>

    <string-array name="sms_security_check_limit_values" translatable="false">
@@ -137,9 +134,6 @@
        <item>5</item>
        <item>10</item>
        <item>30</item>
        <item>50</item>
        <item>100</item>
        <item>200</item>
    </string-array>

    <!-- Values for the notification light pulse spinners -->
+1 −1
Original line number Diff line number Diff line
@@ -271,7 +271,7 @@
    <!-- Sms security limit -->
    <string name="app_security_title">App security</string>
    <string name="sms_security_check_limit_title">SMS message limit</string>
    <string name="sms_security_check_limit_summary">Apps can send %d messages in 30 minutes before requiring confirmation</string>
    <string name="sms_security_check_limit_summary">Apps can send %d messages in 1 minute before requiring confirmation</string>
    <string name="sms_security_check_limit_summary_none">Apps are not allowed to send any messages without confirmation</string>
    <string name="sms_security_check_limit_none">None</string>