Skip to content

Commit 4b145f1

Browse files
committed
Add v81 API
1 parent a899815 commit 4b145f1

File tree

2 files changed

+355
-1
lines changed

2 files changed

+355
-1
lines changed

app/doclib/api/changelog.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
This file lists the changes in the Xposed Framework API:
22
--------------------------------------------------------
33

4+
v81:
5+
added IXUnhook.getCallback()
6+
deprecated XposedBridge.unhookMethod(), use IXUnhook instead
7+
deprecated full-name variants of XResources.hookLayout() etc.
8+
removed several other unhooking methods, use IXUnhook instead
9+
removed XC_LoadPackage / XC_InitPackageResources constructors
10+
removed class de.robv.android.xposed.IXposedHookCmdInit
11+
412
v65:
513
added XposedBridge.getXposedVersion()
614
deprecated XposedBridge.XPOSED_BRIDGE_VERSION
@@ -24,7 +32,7 @@ v52:
2432
added XResources.getPackageNameDuringConstruction()
2533

2634
v51:
27-
deprecated class de.robv.android.xposed.IXposedHookCmdInit
35+
deprecated class de.robv.android.xposed.IXposedHookCmdInit (removed in v81)
2836
added XposedHelpers.findAndHookConstructor()
2937
added XposedHelpers.findConstructorExact() variants
3038

0 commit comments

Comments
 (0)