You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Add settings for shell logging
This commit is contained in:
@@ -57,6 +57,12 @@
|
||||
android:title="@string/settings_developer_logging_title"
|
||||
android:summary="@string/settings_developer_logging_summary" />
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="shell_logging"
|
||||
android:defaultValue="false"
|
||||
android:title="@string/settings_shell_logging_title"
|
||||
android:summary="@string/settings_shell_logging_summary" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
</PreferenceScreen>
|
||||
Reference in New Issue
Block a user