Copy apk from non-rooted device

one of those place this here in case I forget posts.

adb shell pm list packages

adb shell pm path your-package-name

adb pull /data/app/your-package-path.apk

Enough of me, let me know your thoughts below...