Preview:
adb root
adb push my-app.apk /sdcard/
adb shell
su
mount -o rw,remount /system
cd /sdcard
cp my-app.apk /system/app
# or when using Android 4.3 or higher
mv my-app.apk /system/priv-app
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter