File tree Expand file tree Collapse file tree
app/src/main/assets/module/ZADD/patch_rom Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments