summaryrefslogtreecommitdiffstats
path: root/platform/android/doc_classes
diff options
context:
space:
mode:
authorUltraBIF <92269209+Xenoparrot@users.noreply.github.com>2023-05-01 18:09:49 -0400
committerUltraBIF <92269209+Xenoparrot@users.noreply.github.com>2023-05-02 18:24:32 -0400
commit8106d33d0f13825b4459898ca20282ba5b543897 (patch)
tree24bf3aa2d60aa1ded11dd84475bdc95c7b991554 /platform/android/doc_classes
parentee865051367a78bf20f50500520af13ef8f1097b (diff)
downloadredot-engine-8106d33d0f13825b4459898ca20282ba5b543897.tar.gz
Fixed various typos across the docs
Diffstat (limited to 'platform/android/doc_classes')
-rw-r--r--platform/android/doc_classes/EditorExportPlatformAndroid.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/doc_classes/EditorExportPlatformAndroid.xml b/platform/android/doc_classes/EditorExportPlatformAndroid.xml
index 570e8f01f1..1a07774287 100644
--- a/platform/android/doc_classes/EditorExportPlatformAndroid.xml
+++ b/platform/android/doc_classes/EditorExportPlatformAndroid.xml
@@ -153,7 +153,7 @@
Must be required by a HostApduService or OffHostApduService to ensure that only the system can bind to it. See [url=https://developer.android.com/reference/android/Manifest.permission#BIND_NFC_SERVICE]BIND_NFC_SERVICE[/url].
</member>
<member name="permissions/bind_notification_listener_service" type="bool" setter="" getter="">
- Must be required by an NotificationListenerService, to ensure that only the system can bind to it. See [url=https://developer.android.com/reference/android/Manifest.permission#BIND_NOTIFICATION_LISTENER_SERVICE]BIND_NOTIFICATION_LISTENER_SERVICE[/url].
+ Must be required by a NotificationListenerService, to ensure that only the system can bind to it. See [url=https://developer.android.com/reference/android/Manifest.permission#BIND_NOTIFICATION_LISTENER_SERVICE]BIND_NOTIFICATION_LISTENER_SERVICE[/url].
</member>
<member name="permissions/bind_print_service" type="bool" setter="" getter="">
Must be required by a PrintService, to ensure that only the system can bind to it. See [url=https://developer.android.com/reference/android/Manifest.permission#BIND_PRINT_SERVICE]BIND_PRINT_SERVICE[/url].