bmax121 / APatch

The patching of Android kernel and Android system
GNU General Public License v3.0
4.63k stars 349 forks source link

安装为系统应用 #784

Open cygbs opened 13 hours ago

cygbs commented 13 hours ago

Is your feature request related to a problem?/你的请求是否与某个问题相关?

是的。当 APatch 管理器被安装为系统应用(将 apk 移动到 /system/app)时,应用将闪退或无法启动。

Describe the solution you'd like/描述你想要的解决方案

完全支持 APatch 作为系统应用。

Describe alternatives you've considered/描述您考虑过的备选方案

像 Magisk 一样,在作为系统应用被安装后提示用户该管理器应当作为用户应用安装。

Additional context/其他信息

我在 Android 14(LineageOS 21)上尝试,系统未损坏,root 未丢失。

cygbs commented 13 hours ago

如果删除 /system/app 下的管理器 apk,则重新作为用户应用安装后可以恢复正常。