Skip to content

Commit

Permalink
Add example usage for scan broadcast receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzion24 committed Nov 25, 2015
1 parent 9dc3f4c commit 595f8c0
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
*/
public class ScanRunnerBroadcastReceiver extends BroadcastReceiver {
private static final String TAG = "ScanRunnerReceiver";

/*
Example usage
adb shell am broadcast -a com.android.vts.RUN_SCAN --es RESULT_PATH /sdcard/vts_out -n com.nowsecure.android.vts/fuzion24.device.vulnerability.broadcastreceiver.ScanRunnerBroadcastReceiver
*/
@Override
public void onReceive(final Context context, Intent intent) {

Expand Down

0 comments on commit 595f8c0

Please sign in to comment.