From 80f5ebc93d9c85456293cef3e0defbc5d41792c8 Mon Sep 17 00:00:00 2001 From: axet Date: Tue, 16 Jan 2018 13:31:23 +0000 Subject: [PATCH] Update README.md --- docs/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/README.md b/docs/README.md index bba945a..15697bf 100644 --- a/docs/README.md +++ b/docs/README.md @@ -29,3 +29,9 @@ For example: * /data/user/0/com.github.axet.audiorecorder/files * /sdcard/Android/data/com.github.axet.audiorecorder/files * /sdcard/Audio Recorder + +# Adb commands + + # adb shell am start -n com.github.axet.audiorecorder/.activities.RecordingActivity + + # adb shell am broadcast -a com.github.axet.audiorecorder.STOP_RECORDING