Extended data:
In the Android platform, the execution file of dalvikvm is encapsulated in apk format, and eventually the runtime loader will decompress it, and then obtain the security access related to the permission branch in the compiled androidmanifest.xml file, but there are still many security restrictions. If the apk file is transferred to the /system/app folder, the execution is unrestricted.
The installed file may not be in this folder, but in androidrom, the apk file of the system will be placed in this folder by default, and it has root permission.