Fix the syntax for the Android permission requirement on network tutorials (#5433)

(cherry picked from commit deb89f665d)
This commit is contained in:
Henodude
2021-12-06 11:13:15 -06:00
committed by Rémi Verschelde
parent 73a22bf64b
commit 857599e6b9
5 changed files with 5 additions and 5 deletions

View File

@@ -117,7 +117,7 @@ Terminating the networking feature:
.. warning::
When exporting to Android, make sure to enable the [code]INTERNET[/code]
When exporting to Android, make sure to enable the ``INTERNET``
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.

View File

@@ -9,7 +9,7 @@ which has a tutorial available :ref:`here <doc_http_request_class>`.
.. warning::
When exporting to Android, make sure to enable the [code]INTERNET[/code]
When exporting to Android, make sure to enable the ``INTERNET``
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.

View File

@@ -10,7 +10,7 @@ For the sake of this example, we will create a simple UI with a button, that whe
.. warning::
When exporting to Android, make sure to enable the [code]INTERNET[/code]
When exporting to Android, make sure to enable the ``INTERNET``
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.

View File

@@ -39,7 +39,7 @@ WebRTC is implemented in Godot via two main classes :ref:`WebRTCPeerConnection <
.. warning::
When exporting to Android, make sure to enable the [code]INTERNET[/code]
When exporting to Android, make sure to enable the ``INTERNET``
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.

View File

@@ -22,7 +22,7 @@ WebSocket is implemented in Godot via three main classes :ref:`WebSocketClient <
.. warning::
When exporting to Android, make sure to enable the [code]INTERNET[/code]
When exporting to Android, make sure to enable the ``INTERNET``
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.