Initial release v1.0.0 - Messages Mod+ KernelSU-Next module
This commit is contained in:
14
action.sh
Executable file
14
action.sh
Executable file
@@ -0,0 +1,14 @@
|
||||
#!/system/bin/sh
|
||||
# Messages Mod+ - Action Button Handler
|
||||
# Runs the main mod: disable system Messages, reinstall as user-space
|
||||
|
||||
MODDIR="${0%/*}"
|
||||
SCRIPT="${MODDIR}/scripts/messages_mod.sh"
|
||||
|
||||
if [ ! -f "$SCRIPT" ]; then
|
||||
echo "Error: messages_mod.sh not found"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
export MODDIR
|
||||
sh "$SCRIPT" apply
|
||||
Reference in New Issue
Block a user