1.9.1
API Changes
- Implementation of Modern Xposed API:
Currently, most part of the new API has been roughly stable (except
helper). We hope developers can test the new API to provide feedback on possible issues. The modern API will be published to Maven Central with the release of LSPosed 2.0.0, so before this, you can make suggestions to help make it better. - Allow hooking processes of the
androidpackage besidessystem_server(See this commit): For historical reasons, the package name of was changed to (See ). To correct this behavior, for legacy modules, no code adjustment is needed, but the system framework is displayed as instead of in manager, with a new package which is responsible for system dialogs, etc. For modern modules, the meaning of and in the declared scope have the same meaning as they display in manager.