Better stub hiding experience

This commit is contained in:
topjohnwu
2020-10-17 03:40:43 -07:00
parent aaaaa3d044
commit 2e4dc91b96
16 changed files with 162 additions and 134 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ EOF
}
adb_pm_install() {
local tmp=/data/local/tmp/patched.apk
local tmp=/data/local/tmp/temp.apk
cp -f "$1" $tmp
chmod 644 $tmp
su 2000 -c pm install $tmp || pm install $tmp