adb root

adb remount

apksigner sign --key platform.pk8 --cert platform.x509.pem <YourAPK>

adb shell mkdir /system/app/<YourAppFolder>

adb push <YourAPK> /system/app/<YourAppFolder>/

adb reboot