File tree Expand file tree Collapse file tree 3 files changed +2
-139
lines changed Expand file tree Collapse file tree 3 files changed +2
-139
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ id="cordova-plugin-media"
31
31
<issue >https://issues.apache.org/jira/browse/CB/component/12320647</issue >
32
32
33
33
<dependency id =" cordova-plugin-file" version =" ^4.0.0" />
34
+ <dependency id =" cordova-plugin-compat" version =" ^1.0.0" />
34
35
35
36
<js-module src =" www/MediaError.js" name =" MediaError" >
36
37
<clobbers target =" window.MediaError" />
@@ -58,7 +59,6 @@ id="cordova-plugin-media"
58
59
<source-file src =" src/android/AudioHandler.java" target-dir =" src/org/apache/cordova/media" />
59
60
<source-file src =" src/android/AudioPlayer.java" target-dir =" src/org/apache/cordova/media" />
60
61
<source-file src =" src/android/FileHelper.java" target-dir =" src/org/apache/cordova/media" />
61
- <source-file src =" src/android/PermissionHelper.java" target-dir =" src/org/apache/cordova/media" />
62
62
</platform >
63
63
64
64
<!-- amazon-fireos -->
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Licensed to the Apache Software Foundation (ASF) under one
21
21
import org .apache .cordova .CallbackContext ;
22
22
import org .apache .cordova .CordovaPlugin ;
23
23
import org .apache .cordova .CordovaResourceApi ;
24
+ import org .apache .cordova .PermissionHelper ;
24
25
25
26
import android .Manifest ;
26
27
import android .content .Context ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments