diff options
Diffstat (limited to 'android/app/src/main')
| -rw-r--r-- | android/app/src/main/AndroidManifest.xml | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 1499c1a..814f033 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,9 @@  <manifest xmlns:android="http://schemas.android.com/apk/res/android">      <!-- The following permission is related to the eSense library --> + +<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" /> +<uses-permission android:name="android.permission.READ_INTERNAL_STORAGE" /> +<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>      <uses-permission          android:name="android.permission.BLUETOOTH"          android:maxSdkVersion="30" /> | 
