Added: Add termux-float log level settings in termux app settings

This commit is contained in:
agnostic-apollo
2021-09-02 06:21:16 +05:00
parent 36557b2166
commit d55c1001c8
7 changed files with 228 additions and 0 deletions

View File

@@ -13,6 +13,13 @@
app:isPreferenceVisible="false"
app:fragment="com.termux.app.fragments.settings.TermuxAPIPreferencesFragment"/>
<Preference
app:key="termux_float"
app:title="@string/termux_float_preferences_title"
app:summary="@string/termux_float_preferences_summary"
app:isPreferenceVisible="false"
app:fragment="com.termux.app.fragments.settings.TermuxFloatPreferencesFragment"/>
<Preference
app:key="termux_tasker"
app:title="@string/termux_tasker_preferences_title"