diff options
Diffstat (limited to 'doc/classes/OS.xml')
| -rw-r--r-- | doc/classes/OS.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index 845feff41a..0696ae224a 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -241,7 +241,7 @@ <return type="PackedStringArray" /> <description> With this function, you can get the list of dangerous permissions that have been granted to the Android application. - [b]Note:[/b] This method is implemented on Android. + [b]Note:[/b] This method is implemented only on Android. </description> </method> <method name="get_keycode_string" qualifiers="const"> @@ -599,7 +599,7 @@ <return type="bool" /> <description> With this function, you can request dangerous permissions since normal permissions are automatically granted at install time in Android applications. - [b]Note:[/b] This method is implemented on Android. + [b]Note:[/b] This method is implemented only on Android. </description> </method> <method name="set_environment" qualifiers="const"> |
