Document Android permission requirements for network access where needed

This commit is contained in:
Hugo Locurcio
2021-08-10 17:47:09 +02:00
parent 53306cb79a
commit 7a62bd1e44
17 changed files with 17 additions and 1 deletions

View File

@ -5,6 +5,7 @@
</brief_description>
<description>
TCP stream peer. This object can be used to connect to TCP servers, or also is returned by a TCP server.
[b]Note:[/b] When exporting to Android, make sure to enable the [code]INTERNET[/code] permission in the Android export preset before exporting the project or using one-click deploy. Otherwise, network communication of any kind will be blocked by Android.
</description>
<tutorials>
</tutorials>