Skip to content

Commit 89049ee

Browse files
aga1314d4rken
authored andcommitted
Update preferences_support.xml
1 parent 68f81f9 commit 89049ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/src/main/res/xml/preferences_support.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@
1818
android:data="https://github.com/d4rken-org/capod/issues" />
1919
</eu.darken.capod.common.preferences.IntentPreference>
2020

21+
<!-- Hide Install-ID and bug reporting settings, but keep for possible use in the future.
2122
<PreferenceCategory app:title="@string/settings_category_other_label">
2223
<Preference
2324
android:icon="@drawable/ic_id_onsurface"
2425
android:key="support.installid"
2526
android:summary="@string/settings_support_installid_desc"
26-
android:title="@string/settings_support_installid_label"
27-
app:isPreferenceVisible="false" />
27+
android:title="@string/settings_support_installid_label" />
2828
2929
<CheckBoxPreference
3030
android:icon="@drawable/ic_spider_thread_onsurface"
3131
android:key="debug.bugreport.automatic.enabled"
32-
app:isPreferenceVisible="false"
3332
android:summary="@string/settings_debug_autoreports_description"
3433
android:title="@string/settings_debug_autoreports_label" />
3534
</PreferenceCategory>
36-
</PreferenceScreen>
35+
-->
36+
</PreferenceScreen>

0 commit comments

Comments
 (0)