Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Fix keep app install flag #225

Merged
merged 1 commit into from
May 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion template/magisk_module/customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ if [ $? -eq 1 ]; then
fi

if [ -f "/data/adb/modules/riru-core/allow_install_app" ]; then
touch $MAGISK_CURRENT_MODULE_PATH/allow_install_app
touch $MODPATH/allow_install_app
ui_print "- Installing app"
extract "$ZIPFILE" "app.apk" "/data/local/tmp"
set_perm "/data/local/tmp/app.apk" 2000 1000 0660
Expand Down