Skip to content

Commit 364e8ae

Browse files
committed
Update
1 parent 60059c0 commit 364e8ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/assets/module/ZADD/patch_rom/patch-rom.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ elif [ "${vv##*/}" == "Settings.apk" ];then
383383
stringidd="$(update_id.py "$oi/resources/package_1/res/values/public.xml" "$add_string")"
384384
for vcsk in $(echo "$stringidd" | grep "Added:" | cut -d: -f2); do
385385
Thaythe '# static fields' "# static fields
386-
.field public static final $(echo "$vcsk" | awk '{print $1}'):I = $(echo "$vcsk" | awk '{print $3}' | cut -d= -f2)" "$(find "$fd"/smali/classes*/com/android/settings -path "$oi/smali/classes/androidx/window" -prune -o -type f -name "R\$$(echo "$vcsk" | awk '{print $2}' | cut -d= -f2).smali" -exec grep -l ".field public static final" {} +; )"
386+
.field public static final $(echo "$vcsk" | awk '{print $1}'):I = $(echo "$vcsk" | awk '{print $3}' | cut -d= -f2)" "$(find "$oi"/smali/classes*/com/android/settings -path "$oi/smali/classes/androidx/window" -prune -o -type f -name "R\$$(echo "$vcsk" | awk '{print $2}' | cut -d= -f2).smali" -exec grep -l ".field public static final" {} +; )"
387387
done
388388
fi
389389
fi

0 commit comments

Comments
 (0)