fix microphone permission and feature flags being spread out

This commit is contained in:
Green Sky 2024-10-07 19:03:40 +02:00 committed by Sam Lantinga
parent 54e622c2e6
commit 596fcfa6c4
1 changed files with 1 additions and 3 deletions

View File

@ -33,6 +33,7 @@
<!-- Audio recording support -->
<!-- if you want to record audio, uncomment this. -->
<!-- <uses-permission android:name="android.permission.RECORD_AUDIO" /> -->
<!-- <uses-feature
android:name="android.hardware.microphone"
android:required="false" /> -->
@ -55,9 +56,6 @@
<!-- Allow access to the vibrator -->
<uses-permission android:name="android.permission.VIBRATE" />
<!-- if you want to record audio, uncomment this. -->
<!-- <uses-permission android:name="android.permission.RECORD_AUDIO" /> -->
<!-- Create a Java class extending SDLActivity and place it in a
directory under app/src/main/java matching the package, e.g. app/src/main/java/com/gamemaker/game/MyGame.java