Skip to content

Commit

Permalink
Update preferences_support.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
aga1314 authored and d4rken committed Mar 11, 2024
1 parent 68f81f9 commit 89049ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/main/res/xml/preferences_support.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@
android:data="https://github.com/d4rken-org/capod/issues" />
</eu.darken.capod.common.preferences.IntentPreference>

<!-- Hide Install-ID and bug reporting settings, but keep for possible use in the future.
<PreferenceCategory app:title="@string/settings_category_other_label">
<Preference
android:icon="@drawable/ic_id_onsurface"
android:key="support.installid"
android:summary="@string/settings_support_installid_desc"
android:title="@string/settings_support_installid_label"
app:isPreferenceVisible="false" />
android:title="@string/settings_support_installid_label" />
<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>
</PreferenceScreen>
-->
</PreferenceScreen>

0 comments on commit 89049ee

Please sign in to comment.