I use DexClassLoader load my apk which include libcustom.so from JNI.
The apk and static lib was put in /data/local/tmp
, and try to load it when the system boot.
It’s works well on android13 when SElinux set to permissive.
But it not work on android14, I wonder if android14 allow to load libs exclude /system
?