mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-04 01:35:17 +08:00
Revert change ic_icon to ic_launcher in demo-module
This commit is contained in:
@@ -203,7 +203,7 @@ class HookEntry : IYukiHookXposedInit {
|
||||
// Module App's Resources can be obfuscated with R8, results are not affected
|
||||
// 替换为当前模块的 Resources
|
||||
// 模块的 Resources 可以使用 R8 混淆 - 结果不受影响
|
||||
replaceToModuleResource(R.mipmap.ic_launcher)
|
||||
replaceToModuleResource(R.mipmap.ic_icon)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
BIN
demo-module/src/main/res/mipmap-xxhdpi/ic_icon.png
Normal file
BIN
demo-module/src/main/res/mipmap-xxhdpi/ic_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Reference in New Issue
Block a user