Skip to content

Commit

Permalink
Fix #27
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush5harma authored Mar 29, 2021
1 parent 6e5ddee commit b1940ad
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions customize.sh
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
#!/system/bin/sh
# Do NOT assume where your module will be located.
# ALWAYS use $MODDIR if you need to know where this script
# and module is placed.
# This will make sure your module will still work
# if Magisk change its mount point in the future
MODDIR=${0%/*}

# This script will be executed in late_start service mode

sleep 130

device_config put device_personalization_services
AdaptiveAudio__enable_adaptive_audio true

ui_print "- Installing, PixelFeatureDrops"

0 comments on commit b1940ad

Please sign in to comment.