Update app_api.md

This commit is contained in:
Emanuele Faranda
2021-09-14 20:46:36 +00:00
committed by GitHub
parent 1aea5df86a
commit 642180a1b7
+2
View File
@@ -83,3 +83,5 @@ As shown above, the capture settings can be specified by using intent extras. Th
| root_capture | bool | true to capture packets in root mode, false to use the VPNService |
| pcapdroid_trailer | bool | true to enable the PCAPdroid trailer |
| capture_interface | string | @inet \| any \| ifname - network interface to use in root mode |
*NOTE*: due to [file storage restrictions](https://developer.android.com/about/versions/11/privacy/storage), the `pcap_uri` must point to an app internal directory, e.g. `file:///data/user/0/com.emanuelef.remote_capture/cache/dump.pcap`.