Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Add explicit permission request for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
Kit-p committed Dec 12, 2021
1 parent bb59b01 commit f9f04cb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.kioku.kioku">
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<application
android:label="Kioku"
android:icon="@mipmap/ic_launcher">
Expand Down

0 comments on commit f9f04cb

Please sign in to comment.