I have been working on an android app that can be used in emergence situations, essentially like samsung sos app. Everything works fine until i want to send a recorded audio clip programatically without user interaction that is were things break down. I dont want to use intent as i have not found a way to use intent it without the user interacting with the app. I tried reading up on sendMultimediaMessage from the new android api but i have not made and headways. any help at all is highly appreciated
Mario Giambanco
Director of User Experience Development
Maybe send the audio clip to a server and have the server send the MMS via a service like Twillio?