Click or drag to resize

OSGetGrantedPermissions Method

With this function you can get the list of dangerous permissions that have been granted to the Android application.

Note: This method is implemented on Android.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static string[] GetGrantedPermissions()

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.OS.GetGrantedPermissions"]

See Also