Add support for setting Termux:Tasker log level from TermuxSettings

This commit is contained in:
agnostic-apollo
2021-05-14 06:47:42 +05:00
parent 6de3713049
commit 339b2a24a2
10 changed files with 240 additions and 23 deletions

View File

@@ -0,0 +1,8 @@
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
<Preference
app:title="@string/termux_debugging_preferences_title"
app:summary="@string/termux_debugging_preferences_summary"
app:fragment="com.termux.app.fragments.settings.termux_tasker.DebuggingPreferencesFragment"/>
</PreferenceScreen>