1 Star 0 Fork 13

lixuepeng / xposed-extention

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

xposed-extention

项目介绍

对xposed API的一些功能做扩展,我在使用xposed过程中总结的一个写工具类

抽取工具类的主要目的是,我有三个base on xposed的项目,在使用xpsoed的时候,由于各种使用反射操作代码,很难让代码比较优雅,所以慢慢抽取了这些工具类

使用方式:

gradle:

compile 'com.virjar:xposed-extention:1.0.7'

maven:

<dependency>
  <groupId>com.virjar</groupId>
  <artifactId>xposed-extention</artifactId>
  <version>1.0.7</version>
  <type>aar</type>
</dependency>

如果是snapshot的版本的话,需要依赖maven的snapshot仓库

maven {
      name "contralSnapshot"
      url "https://oss.sonatype.org/content/repositories/snapshots/"
}

空文件

简介

对xposed API的一些功能做扩展,我在使用xposed过程中总结的一个写工具类 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/xphape/xposed-extention.git
git@gitee.com:xphape/xposed-extention.git
xphape
xposed-extention
xposed-extention
master

搜索帮助