Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

How to open music library in an android device?

$
0
0

i am trying to open the music library from the device and return with any audio file i am using openmusiclibrary() function ... it works on ios but i am running on android ... Is there any function do same job

function choosesound(e){
 
        var options = {
 
        success : function(e) {var file = e.media;},
        cancel : function() {},
        error : function(Error) {},
        mediaTypes : [Ti.Media.MUSIC_MEDIA_TYPE_ANY_AUDIO]
 
 
            };
            Ti.Media.Andoid.openMusicLibrary();
                }
Thanks.

Viewing all articles
Browse latest Browse all 8068

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>