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

Commit 0ddf1328 authored by Andrew Sapperstein's avatar Andrew Sapperstein
Browse files

Update background ANR setting text

Makes the text more accurately reflect that this toggles
whether ANRs that happen in the background will be shown.
ANRs in the foreground are currently always shown.

Change-Id: I0ac735c510f08b8d83c768b9dc72e1ac19edcee2
Fixes: 72319532
Test: visual inspection
parent b6238ed5
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -758,10 +758,9 @@
    <string name="app_process_limit_title">Background process limit</string>

    <!-- UI debug setting: show all ANRs? [CHAR LIMIT=25] -->
    <string name="show_all_anrs">Show all ANRs</string>
    <!-- UI debug setting: show all ANRs summary [CHAR LIMIT=50] -->
    <string name="show_all_anrs_summary">Show App Not Responding dialog
        for background apps</string>
    <string name="show_all_anrs">Show background ANRs</string>
    <!-- UI debug setting: show all ANRs summary [CHAR LIMIT=100] -->
    <string name="show_all_anrs_summary">Display App Not Responding dialog for background apps</string>

    <!-- UI debug setting: show all ANRs? [CHAR LIMIT=25] -->
    <string name="show_notification_channel_warnings">Show notification channel warnings</string>