add permissions check to example project

add permission check to example project

add permission check to example project
This commit is contained in:
Nick Fisher
2023-10-17 18:24:56 +08:00
parent 7f7eb89a45
commit 73b2633f4d
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="app.polyvox.filament_example">
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<application
android:name="${applicationName}"
android:label="polyvox_filament_example"