File tree Expand file tree Collapse file tree 4 files changed +113
-73
lines changed Expand file tree Collapse file tree 4 files changed +113
-73
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ cordova plugin add https://github.com/Cloudoki/ImageDetectionCordovaPlugin.git
8
8
```
9
9
10
10
### Android
11
- Work in progress...
11
+ #### Note
12
+ The plugin aims to be used with Android API >= 16 (4.1 Jelly Bean).
12
13
13
14
### IOS
14
15
#### Note
Original file line number Diff line number Diff line change 34
34
</feature >
35
35
</config-file >
36
36
<config-file parent =" /manifest" target =" AndroidManifest.xml" >
37
- <uses-sdk android : minSdkVersion =" 15 " android : targetSdkVersion =" 23" />
37
+ <uses-sdk android : minSdkVersion =" 16 " android : targetSdkVersion =" 23" />
38
38
<uses-permission android : name =" android.permission.CAMERA" />
39
39
<uses-permission android : name =" android.permission.INTERNET" />
40
40
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
41
41
<uses-permission android : name =" android.permission.VIBRATE" />
42
+ <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
43
+ <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
42
44
<uses-feature android : name =" android.hardware.camera.any" />
43
45
<uses-feature android : name =" android.hardware.camera" android : required =" true" />
44
46
<uses-feature android : name =" android.hardware.camera.autofocus" android : required =" true" />
You can’t perform that action at this time.
0 commit comments