You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
/data/data/<package-name> is the same as /data/user/0/<package-name> for user 0. A workaround can be done by hooking the method and returning the normal path.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce/复现步骤
LSPatch detected with following code
Expected behaviour/预期行为
getPackageResourcePath()
should return/data/app/<package-name>/base.apk
and operations on apk should be redirected to the original apk.Actual behaviour/实际行为
getPackageResourcePath()
returns/data/user/0/<package-name>/cache/lspatch/origin/<crc>.apk
Xposed Module List/Xposed 模块列表
LSPatch version/LSPatch 版本
0.5.1 (368)
Android version/Android 版本
13
Shizuku version/Shizuku 版本
N/A
Version requirement/版本要求
Apk file/Apk 文件
No response
Logs/日志
No logs needed
The text was updated successfully, but these errors were encountered: