XposedBridge.log("开始获取属性:");
                                Field[] fields = param.thisObject.getClass().getDeclaredFields();
                                for (int i = 0; i < fields.length; i++) {
                                    XposedBridge.log("======【属性】==args[1]=" + fields[i].getName());
                                }
                                XposedBridge.log("获取属性完成:");            
param.thisObject.getClass().getDeclaredFields()
这段代码就可以获取到所有属性

相关文章:

  • 2022-12-23
  • 2021-08-21
  • 2022-12-23
  • 2021-10-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
猜你喜欢
  • 2021-12-09
  • 2022-12-23
  • 2021-12-09
  • 2021-08-15
  • 2022-01-30
  • 2021-09-21
相关资源
相似解决方案