You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/functions.sh
+21-20Lines changed: 21 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -226,18 +226,7 @@ prop_process() {
226
226
done<$1
227
227
}
228
228
229
-
# Check available
230
-
q=$(find /system -name "apns-conf.xml" -type f)
231
-
232
-
if [ -z"$q" ];then
233
-
ui_print "- This operating ROM is not supported."
234
-
ui_print " 目标 ROM 不受支持!"
235
-
ui_print "- We hope to collect some information to help us. To confirm the problem, the collected information will be output to /sdcard/$MODID-debug.log. You can choose whether to send the log to the developer after reading the log file."
ui_print "- We hope to collect some information to help us. To confirm the problem, the collected information will be output to /sdcard/$MODID-debug.log. You can choose whether to send the log to the developer after reading the log file."
0 commit comments