mirror of
https://github.com/areteruhiro/LIME-beta-hiro.git
synced 2025-02-05 21:11:39 +09:00
最近更新されたプロフィールの削除をリソースから削除するように変更
This commit is contained in:
parent
93cb327b37
commit
383833dac0
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user