Added record audio and storage permissions
This commit is contained in:
parent
015ecfcb29
commit
669fb8e7f2
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.example.easy_learn">
|
||||
|
||||
<uses-permission android:name="android.permission.RECORD_AUDIO" />
|
||||
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
|
||||
|
||||
<application
|
||||
android:label="easy_learn"
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
|
|
Loading…
Reference in a new issue