Skip to content
Snippets Groups Projects
Unverified Commit 94c375c7 authored by Simão Gomes Viana's avatar Simão Gomes Viana
Browse files

overlay: misc configuration

parent 24e988dc
No related branches found
No related tags found
No related merge requests found
......@@ -173,7 +173,14 @@
<string name="config_rawContactsLocalAccountType" translatable="false">com.android.contacts</string>
<integer name="config_notificationsBatteryFullARGB">0xFF00B4E7</integer>
<integer name="config_notificationsBatteryLedOn">130</integer>
<!-- Whether to allow all rotations -->
<bool name="config_allowAllRotations">true</bool>
<bool name="config_checkWallpaperAtBoot">false</bool>
<integer name="config_ntpRetry">5</integer>
<dimen name="config_dialogCornerRadius">3dp</dimen>
</resources>
......@@ -34,4 +34,14 @@
<!-- Icons that don't show in a collapsed statusbar on keyguard -->
<string-array name="config_keyguard_statusbar_icon_blocklist" translatable="false">
</string-array>
<string name="quick_settings_tiles_default" translatable="false">
internet,bt,dnd,flashlight,rotation,batery,airplane,alarm,hotspot,mictoggle,cameratoggle,wallet,controls
</string>
<string name="quick_settings_tiles_stock" translatable="false">
internet,bt,dnd,flashlight,rotation,batery,airplane,alarm,hotspot,mictoggle,cameratoggle,wallet,controls
</string>
<integer name="heads_up_notification_decay">4400</integer>
</resources>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment