diff options
Diffstat (limited to 'platform/android/AndroidManifest.xml.template')
-rw-r--r-- | platform/android/AndroidManifest.xml.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/AndroidManifest.xml.template b/platform/android/AndroidManifest.xml.template index 02645aff7f..9fd52f6438 100644 --- a/platform/android/AndroidManifest.xml.template +++ b/platform/android/AndroidManifest.xml.template @@ -189,7 +189,7 @@ $$ADD_PERMISSION_CHUNKS$$ <uses-permission android:name="godot.custom.7"/> <uses-permission android:name="godot.custom.8"/> <uses-permission android:name="godot.custom.9"/> -<uses-permission android:name="godot.custom.0"/> +<uses-permission android:name="godot.custom.10"/> <uses-permission android:name="godot.custom.11"/> <uses-permission android:name="godot.custom.12"/> <uses-permission android:name="godot.custom.13"/> |