level 1
auto();
events.observeNotification();
events.onNotification(function(notification){
printNotification(notification);
});
toast("监听中,请在日志中查看记录的通知及其内容");
log("Toast内容: " + toast.getText() + " com.tencent.mobileqq: " + toast.getPackageName());
错在什么地方了
2020年12月10日 02点12分