We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc3f4c commit 595f8c0Copy full SHA for 595f8c0
app/src/main/java/fuzion24/device/vulnerability/broadcastreceiver/ScanRunnerBroadcastReceiver.java
@@ -25,6 +25,12 @@
25
*/
26
public class ScanRunnerBroadcastReceiver extends BroadcastReceiver {
27
private static final String TAG = "ScanRunnerReceiver";
28
+
29
+ /*
30
+ Example usage
31
+ 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
32
33
+ */
34
@Override
35
public void onReceive(final Context context, Intent intent) {
36
0 commit comments