overlay: add safety center to default qs tiles

* Otherwise QS tile changes in AOSP 14 QPR3 cause a crash.
* E DatabaseUtils: java.lang.IllegalArgumentException: The value of your setting [sysui_qs_tiles] is too long. The max length allowed for the string is 32768.
This commit is contained in:
Konsta
2024-06-18 22:55:49 +03:00
parent 2790cd7abd
commit 3856f29874

View File

@@ -20,7 +20,7 @@
<!-- The default tiles to display in QuickSettings -->
<string name="quick_settings_tiles_default" translatable="false">
internet,bt,airplane,hotspot,dark,screenrecord
internet,bt,airplane,hotspot,dark,screenrecord,custom(com.android.permissioncontroller/.permission.service.v33.SafetyCenterQsTileService)
</string>
</resources>