termux-app

Форк
0
/
termux_debugging_preferences.xml 
33 строки · 1.4 Кб
1
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
2

3
    <PreferenceCategory
4
        app:key="logging"
5
        app:title="@string/termux_logging_header">
6

7
        <ListPreference
8
            app:defaultValue="1"
9
            app:key="log_level"
10
            app:title="@string/termux_log_level_title"
11
            app:useSimpleSummaryProvider="true" />
12

13
        <SwitchPreferenceCompat
14
            app:key="terminal_view_key_logging_enabled"
15
            app:summaryOff="@string/termux_terminal_view_key_logging_enabled_off"
16
            app:summaryOn="@string/termux_terminal_view_key_logging_enabled_on"
17
            app:title="@string/termux_terminal_view_key_logging_enabled_title" />
18

19
        <SwitchPreferenceCompat
20
            app:key="plugin_error_notifications_enabled"
21
            app:summaryOff="@string/termux_plugin_error_notifications_enabled_off"
22
            app:summaryOn="@string/termux_plugin_error_notifications_enabled_on"
23
            app:title="@string/termux_plugin_error_notifications_enabled_title" />
24

25
        <SwitchPreferenceCompat
26
            app:key="crash_report_notifications_enabled"
27
            app:summaryOff="@string/termux_crash_report_notifications_enabled_off"
28
            app:summaryOn="@string/termux_crash_report_notifications_enabled_on"
29
            app:title="@string/termux_crash_report_notifications_enabled_title" />
30

31
    </PreferenceCategory>
32

33
</PreferenceScreen>
34

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.