summaryrefslogtreecommitdiffstats
path: root/res/xml/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/main.xml')
-rw-r--r--res/xml/main.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/res/xml/main.xml b/res/xml/main.xml
index 0d47435..685e889 100644
--- a/res/xml/main.xml
+++ b/res/xml/main.xml
@@ -41,12 +41,12 @@
android:persistent="false"
android:title="@string/clear_saved_traces" />
<androidx.preference.PreferenceCategory
+ android:key="long_trace_category"
android:orderingFromXml="true" >
<androidx.preference.SwitchPreference
android:key="@string/pref_key_long_traces"
android:title="@string/long_traces"
android:summary="@string/long_traces_summary"
- android:dependency="@string/pref_key_use_perfetto"
android:defaultValue="false" />
<androidx.preference.ListPreference
android:key="@string/pref_key_max_long_trace_size"
@@ -69,9 +69,5 @@
android:key="@string/pref_key_quick_setting"
android:title="@string/show_quick_settings_tile"
android:defaultValue="false" />
- <androidx.preference.SwitchPreference
- android:key="@string/pref_key_use_perfetto"
- android:title="@string/use_perfetto_beta"
- android:defaultValue="true" />
</androidx.preference.PreferenceCategory>
</androidx.preference.PreferenceScreen>