You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,13 @@
2
2
3
3
Modern XPosed API Native Demo app based on libxposed-api library from LSPosed Team. This has been developed using the below resources & libraries.
4
4
5
-
Develop XPosed Modules using Modern Xposed API wiki (Native module) : https://github.com/LSPosed/LSPosed/wiki/Develop-Xposed-Modules-Using-Modern-Xposed-API
6
-
7
-
Libxposed API: https://github.com/libxposed/api
8
-
Libxposed API example : https://github.com/libxposed/example
5
+
Develop XPosed Modules using Modern Xposed API wiki (Native module): https://github.com/LSPosed/LSPosed/wiki/Develop-Xposed-Modules-Using-Modern-Xposed-API
9
6
7
+
Libxposed API: https://github.com/libxposed/api
8
+
Libxposed API example: https://github.com/libxposed/example
10
9
11
10
Libxposed example is in Kotlin, so I have example in Java as well so that developer can use that for their reference.
12
11
13
-
As the libraries JARs are not availble in Mavne repository as of now, I have included them in libs folder so that anyone can directly use them. I built API AAR file using GitHub Action and the Helper AAR file manually on my local system.
12
+
As the libraries JARs are not available in Maven repository as of now, I have included them in libs folder so that anyone can directly use them. I built API AAR file using GitHub Action and the Helper AAR file manually on my local system.
14
13
15
14
Enjoy developing cool Xposed modules and hacking :)
0 commit comments