<PreferenceCategory android:title="Hints">
<Preference
android:key="@string/preferences__dev_reset_one_time_hints"
android:summary="Reset one-time hints & tooltips, so they will show again."
android:title="Reset hints" />
</PreferenceCategory>
<PreferenceCategory android:title="Problems">
<Preference
android:key="@string/preferences__dev_reset_dismissed_problems"
android:summary="Reset the problems dismissed on the Problem Solver screen"
android:title="Reset dismissed problems" />
</PreferenceCategory>
<PreferenceCategory
android:key="pref_key_debug_info"
android:title="Debug Info">
<CheckBoxPreference
android:key="@string/preferences__message_debug_info"
android:summary="Show debug info in message details"
android:title="Message debug info"
android:widgetLayout="@layout/preference_switch_layout" />
</PreferenceCategory>
<PreferenceCategory
android:key="pref_key_generate"
android:title="Generate Data">
<Preference
android:key="@string/preferences__dev_create_text_messages"
android:summary="Create messages galore in contact and group chats (local only, nothing will be sent)"
android:title="Create text messages" />
<Preference
android:key="@string/preferences__dev_create_messages_with_reactions"
android:summary="Create messages galore with reactions/ack/dec in contact and group chats (local only, nothing will be sent)"
android:title="Create messages with reactions" />
<Preference
android:key="@string/preferences__dev_create_nonces"
android:summary="A fair amount of random nonces will be created and stored"
android:title="Create nonces" />
<Preference
android:key="@string/preferences__generate_voip_messages"
android:title="Generate VoIP Messages" />
<Preference
android:key="@string/preferences__generate_test_quotes"
android:title="Generate Test Quotes" />
</PreferenceCategory>
<PreferenceCategory
android:key="pref_key_group_calls"
android:title="Group Calls">
<CheckBoxPreference
android:key="@string/preferences__group_call_send_init"
android:summary="If enabled, a text message containing encoded call info will be sent in the group when a call is started."
android:title="Send group call init"
android:widgetLayout="@layout/preference_switch_layout" />
<CheckBoxPreference
android:key="@string/preferences__group_call_skip_delay"
android:summary="If enabled the artificial delay for group call creation will be skipped and the call created immediately"
android:title="Skip group call start delay"
android:widgetLayout="@layout/preference_switch_layout" />
</PreferenceCategory>
<PreferenceCategory
android:key="pref_key_theming"
android:title="Theming">
<Preference
android:icon="@drawable/ic_color_lens_24px"
android:key="@string/preferences__open_pattern_library"
android:summary="View apps dynamic color and typography theme values"
android:title="Open Pattern Library" />
</PreferenceCategory>
<PreferenceCategory
android:key="pref_key_android_contact_sync"
android:title="Android Contact Sync">
<Preference
android:key="@string/preferences__open_android_contact_sync_debug_activity"
android:summary="Reads all android contacts and displays them with all required information for debugging."
android:title="Show Android Contact Sync Debug Info" />
</PreferenceCategory>
<Preference
android:key="@string/preferences__cause_crash"
android:summary="Intentionally cause a crash to test error reporting"
android:title="Trigger A Test Crash" />
<Preference
android:key="@string/preferences__remove_menu"
android:summary="Hide the developer menu from the settings."
android:title="Remove Developer Menu" />
</PreferenceCategory>
</PreferenceScreen>
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.11 Sekunden
(vorverarbeitet am 2026-04-27)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.