From 383833dac058db0736cb345cf11682123bc6f85b Mon Sep 17 00:00:00 2001 From: areteruhiro Date: Tue, 4 Feb 2025 23:22:49 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E8=BF=91=E6=9B=B4=E6=96=B0=E3=81=95?= =?UTF-8?q?=E3=82=8C=E3=81=9F=E3=83=97=E3=83=AD=E3=83=95=E3=82=A3=E3=83=BC?= =?UTF-8?q?=E3=83=AB=E3=81=AE=E5=89=8A=E9=99=A4=E3=82=92=E3=83=AA=E3=82=BD?= =?UTF-8?q?=E3=83=BC=E3=82=B9=E3=81=8B=E3=82=89=E5=89=8A=E9=99=A4=E3=81=99?= =?UTF-8?q?=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../io/github/hiro/lime/hooks/RemoveProfileNotification.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/io/github/hiro/lime/hooks/RemoveProfileNotification.java b/app/src/main/java/io/github/hiro/lime/hooks/RemoveProfileNotification.java index e854caf..2736bdb 100644 --- a/app/src/main/java/io/github/hiro/lime/hooks/RemoveProfileNotification.java +++ b/app/src/main/java/io/github/hiro/lime/hooks/RemoveProfileNotification.java @@ -58,7 +58,7 @@ public class RemoveProfileNotification implements IHook { String resourceString = resources.getString(resourceId); // リソースIDとその文字列をXposedのログに出力 - XposedBridge.log("Resource ID: " + resourceId + ", String: " + resourceString); + // XposedBridge.log("Resource ID: " + resourceId + ", String: " + resourceString); // 2131622292のリソースIDに対して空の文字列を返す if (resourceId == 2132088628) {