How to pick audio files?

Need Audio Picker Extension

Try with activity starter
Action:-
android.intent.action.GET_CONTENT
Data type:-
mp3/*

1 Like

not working

ok wait what is your android version?

Android Version 12

ops i have 11 but don’t worry let me start the andoid studio’s emulator

1 Like

yes please

Try like this
Action:-
android.intent.action.GET_CONTENT
DataType:-
audio/*

working fine :kissing_smiling_eyes:

but path?

I have to give user audio upload option in my application

ok wait for 5 minutes @Alhn

@Alhn do like this
path will be shown on label1

extension link :-

Instead of uri try Result from the event block

@Alhn Try this now

extension link:-

https://www.sunnythedeveloper.xyz/2019/09/27/filetools-some-tools-to-work-with-files/

Working :heart_eyes:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.