Hide bug reporting setting (but lets keep the setting ID because if we re-add we might use the setting state again).

This commit is contained in:
darken
2023-09-11 20:32:53 +02:00
committed by Matthias Urhahn
parent d8fb9cdd30
commit 4b5638e4f0
@@ -28,6 +28,7 @@
<CheckBoxPreference
android:icon="@drawable/ic_spider_thread_onsurface"
android:key="debug.bugreport.automatic.enabled"
app:isPreferenceVisible="false"
android:summary="@string/settings_debug_autoreports_description"
android:title="@string/settings_debug_autoreports_label" />
</PreferenceCategory>