We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5ddee commit b1940adCopy full SHA for b1940ad
1 file changed
customize.sh
@@ -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
16
ui_print "- Installing, PixelFeatureDrops"
0 commit comments