xposed
Here are 229 public repositories matching this topic...
-
Updated
Mar 12, 2020
[FR] 使用root写入模块配置文件
可以考虑把模块配置写进/data/adb之类的地方,一是可以解决 #117 这种远古问题,二是可以给Manager加上随机包名防止简单地检测已安装应用列表就能找到Manager
-
Updated
Mar 25, 2020 - Java
-
Updated
May 23, 2018 - Kotlin
-
Updated
Nov 24, 2018 - Kotlin
-
Updated
May 19, 2020 - Java
StatusBar与Navbar着色问题
请按以下步骤填写,不规范的 issue 会被关闭
bug 描述
- NavBar在主界面时未着色,显示白色
- StatusBar所在位置在查看图片时依然着色
环境
- Android 版本 : Android One 9.0
- 机型 : Nokia7 Plus
- MDWechat 版本 : 3.5.0/3.4.0
- Xposed 环境及版本 : EdXposed 4.1.2/3.1.7
- 微信版本 : 7.0.4/7.0.3
复现步骤
- 进入主界面
- 查看图片
期望
修复
截图
: -----------------
05-10 09:10:11.221 I/Xposed ( 565): Starting Xposed version 84, compiled for SDK 22
05-10 09:10:11.221 I/Xposed ( 565): Device: D5322 (Sony), Android version 5.1.1 (SDK 22)
05-10 09
Improve this page
Add a description, image, and links to the xposed topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xposed topic, visit your repo's landing page and select "manage topics."
When I surfed the Xposed framework API website, I found a little mistake in the [XposedHelpers.findAndHookMethod()](http://api.xposed.info/reference/de/robv/android/xposed/XposedHelpers.html#findAndHookMethod(java.lang.String, java.lang.ClassLoader, java.lang.String, java.lang.Object...))'s example.
In this example, the third parameter should be "methodName", but it was forgotten accidentally.