Skip to content

Commit b1940ad

Browse files
authored
Fix #27
1 parent 6e5ddee commit b1940ad

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

customize.sh

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1+
#!/system/bin/sh
2+
# Do NOT assume where your module will be located.
3+
# ALWAYS use $MODDIR if you need to know where this script
4+
# and module is placed.
5+
# This will make sure your module will still work
6+
# if Magisk change its mount point in the future
7+
MODDIR=${0%/*}
8+
9+
# This script will be executed in late_start service mode
10+
11+
sleep 130
12+
13+
device_config put device_personalization_services
14+
AdaptiveAudio__enable_adaptive_audio true
15+
116
ui_print "- Installing, PixelFeatureDrops"

0 commit comments

Comments
 (0)