Home  >  Article  >  What is the use of xposed framework?

What is the use of xposed framework?

藏色散人
藏色散人Original
2021-04-23 10:59:1012259browse

xposed framework is an open source framework. Its function is a framework service that can affect the running of the program without modifying the APK. Based on it, many powerful modules can be produced without conflicting functions. operate simultaneously.

What is the use of xposed framework?

The operating environment of this article: MIUI12.0.22 system, Xiaomi 11, xposed v90 version.

Xposed Framework (Xposed Framework) is a set of open source framework services that run in Android high-privilege mode. It can affect program operation (modify the system) without modifying the APK file. Based on It can produce many powerful modules and operate simultaneously without conflicting functions.

Advantages

No need to decompile apk files.

Can run on odexed or deodexed Rom.

Application introduction

Currently, Per APP Setting (set separate dpi or modify permissions for each application), XPrivacy (prevent privacy leaks), replace the native Launcher Applications or functions such as icons are based on this framework.

Xposed does not support Android 9 or above, but can be replaced by EdXposed

Currently known issues:

In the official Rom of some mobile phones Because the oat file format is different, it may get stuck in the booting part.

Android 5 and above need to manually flash the framework.

The above is the detailed content of What is the use of xposed framework?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn