Skip to content

Commit

Permalink
Merge pull request #178 from HassanMirza01/main
Browse files Browse the repository at this point in the history
Fix: Renamed EliteRom's module apk detection to work on them
  • Loading branch information
chiteroman authored Dec 18, 2023
2 parents 506d939 + fdef1ba commit 4b6accc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions module/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,16 @@ if [ -d "/product/app/XiaomiEUInject" ]; then

ui_print "- XiaomiEUInject app removed."
fi

# Remove EliteRoms app

if [ -d "/system/app/XInjectModule" ]; then
if [ -d "/system/app/EliteDevelopmentModule" ]; then

directory="$MODPATH/system/app/XInjectModule"
directory="$MODPATH/system/app/EliteDevelopmentModule"

[ -d "$directory" ] || mkdir -p "$directory"

touch "$directory/.replace"

ui_print "- XInjectModule app removed."
fi
ui_print "- EliteDevelopmentModule app removed."
fi

0 comments on commit 4b6accc

Please sign in to comment.