This commit is contained in:
KOWX712
2024-11-04 21:50:35 +08:00
parent 6994d1845e
commit 6d8f364d17
10 changed files with 380 additions and 119 deletions

View File

@@ -26,7 +26,6 @@ ADDITION=$(grep -vE '^[[:space:]]*#|^[[:space:]]*$' "$CONFIG_DIR/ADDITION")
echo "- Adding apps into /data/adb/tricky_store/target.txt..."
echo " "
su -c pm list packages -3 </dev/null 2>&1 | cat | awk -F: '{print $2}' | grep -Ev "$EXCLUDE" > /data/adb/tricky_store/target.txt
sleep 1
echo "- Adding addition app... "
echo " "