Adjust quick tiles for 12

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-04-06 22:30:56 -04:00
parent fd835ca492
commit 258fe8389b
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<!-- The default tiles to display in QuickSettings -->
<string name="quick_settings_tiles_default" translatable="false">
wifi,cell,bt,sensorprivacy,location,flashlight,rotation,battery,airplane,dnd,caffeine,dark,saver,hotspot,nfc,sync
wifi,cell,bt,sensorprivacy,mictoggle,cameratoggle,location,battery,rotation,flashlight,airplane,dnd,caffeine,dark,saver,hotspot,nfc,sync
</string>
<!-- Whether to use cheap, less good looking shadows for recents -->

View File

@ -377,6 +377,7 @@ if [ "$DOS_HOSTS_BLOCKING" = false ]; then echo "PRODUCT_PACKAGES += $DOS_HOSTS_
#echo "PRODUCT_PACKAGES += vendor.lineage.trust@1.0-service" >> packages.mk; #Add deny usb service, all of our kernels have the necessary patch #XXX 19REBASE: is this necessary?
echo "PRODUCT_PACKAGES += eSpeakNG" >> packages.mk; #PicoTTS needs work to compile on 18.1, use eSpeak-NG instead
awk -i inplace '!/F-DroidPrivilegedExtensionOfficial/' packages.mk; #Appears to be broken
sed -i 's/wifi,cell/internet/' overlay/common/frameworks/base/packages/SystemUI/res/values/config.xml; #Use the modern quick tile
fi;
#
#END OF ROM CHANGES