I\'m able to install own application into /system/app using adb shell commands. But how to uninstall it? Is there any commands to do it? My phone is rooted.
Uninstall Android App via adb
Refer : xda
adb devices adb shell pm list packages pm uninstall -k --user 0 name of package