Disable SettingsDumpService

* this consumes a lot of resources for some reason
This commit is contained in:
minaripenguin
2025-01-06 06:50:34 +08:00
committed by Joey
parent 30f2ddfaca
commit 8612a9f05b

View File

@@ -4882,7 +4882,8 @@
<service
android:name=".SettingsDumpService"
android:exported="true"
android:enabled="false"
android:exported="false"
android:permission="android.permission.DUMP" />
<!-- Quick Settings tiles for Developer Options -->