I am trying to silently install apk into the system. My app is located in /system/app and successfully granted permission \"android.permission.INSTALL_PACKAGES\"
Ho
you can use this in terminal or shell
adb shell install -g MyApp.apk
see more in develope google