mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fix the syntax for the Android permission requirement on network tutorials (#5433)
(cherry picked from commit deb89f665d)
This commit is contained in:
committed by
Rémi Verschelde
parent
73a22bf64b
commit
857599e6b9
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user