1
0
mirror of https://github.com/areteruhiro/LIME-beta-hiro.git synced 2025-02-15 01:41:36 +09:00

色々変更

This commit is contained in:
areteruhiro 2025-01-11 21:57:50 +09:00
parent ccb3d13e33
commit 71131fd195

View File

@ -39,7 +39,6 @@ import io.github.hiro.lime.hooks.RemoveReplyMute;
import io.github.hiro.lime.hooks.RemoveVoiceRecord; import io.github.hiro.lime.hooks.RemoveVoiceRecord;
import io.github.hiro.lime.hooks.Resend;
import io.github.hiro.lime.hooks.RingTone; import io.github.hiro.lime.hooks.RingTone;
import io.github.hiro.lime.hooks.SendMuteMessage; import io.github.hiro.lime.hooks.SendMuteMessage;
import io.github.hiro.lime.hooks.SpoofAndroidId; import io.github.hiro.lime.hooks.SpoofAndroidId;
@ -91,7 +90,6 @@ public class Main implements IXposedHookLoadPackage, IXposedHookInitPackageResou
new Disabled_Group_notification(), new Disabled_Group_notification(),
new PhotoAddNotification(), new PhotoAddNotification(),
new RemoveVoiceRecord(), new RemoveVoiceRecord(),
new Resend()
}; };
public void handleLoadPackage(@NonNull XC_LoadPackage.LoadPackageParam loadPackageParam) throws Throwable { public void handleLoadPackage(@NonNull XC_LoadPackage.LoadPackageParam loadPackageParam) throws Throwable {