forked from rovo89/XposedBridge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add introduction to the API reference
- Loading branch information
Showing
3 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<body> | ||
Welcome to the Javadoc reference of the <b>Xposed Framework API</b>. It's meant for module developers who want to understand which classes and methods they can use. The most ones are: | ||
|
||
<ul> | ||
<li style="margin: 0;">{@link de.robv.android.xposed.IXposedHookZygoteInit}</li> | ||
<li style="margin: 0;">{@link de.robv.android.xposed.IXposedHookLoadPackage}</li> | ||
<li style="margin: 0;">{@link de.robv.android.xposed.XposedHelpers#findAndHookMethod(String, ClassLoader, String, Object...) XposedHelpers.findAndHookMethod()}</li> | ||
<li style="margin: 0;">{@link de.robv.android.xposed.IXposedHookInitPackageResources}</li> | ||
<li style="margin: 0;">{@link android.content.res.XResources#setReplacement(String, String, String, Object) XResources.setReplacement()} | ||
</ul> | ||
|
||
If you're completely new to writing modules, you should read the <b><a href="https://github.com/rovo89/XposedBridge/wiki/Development-tutorial">tutorial</a></b> first. | ||
In case of questions, someone on <b><a href="http://forum.xda-developers.com/xposed/development">XDA</a></b> can probably help you (if you describe exactly what you're trying to do and what you've already tried). | ||
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters