From 12d627a051e11760e33aa24aa9ca18c20c1a4358 Mon Sep 17 00:00:00 2001 From: Emanuele Faranda Date: Thu, 28 Oct 2021 00:59:21 +0200 Subject: [PATCH] Update app_api.md --- docs/app_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app_api.md b/docs/app_api.md index ae6956b7..d1fd88d3 100644 --- a/docs/app_api.md +++ b/docs/app_api.md @@ -53,7 +53,7 @@ class YourActivity extends Activity { } ``` -The result code tells if the command succeded or not. +The result code tells if the command succeded or not. Check out the [PCAPReceiver sample app](https://github.com/emanuele-f/PCAPReceiver) for a working example. ## User Consent