Video capture with background audio on Android
问题 I am trying to create an app which record videos by playing a background music. The expected output will be the captured video with the above mentioned music. I am not sure whether it is an rubbish question but, anyone please suggest an idea to capture video with a background audio on Android? 回答1: my solution is fine, try it: Service android: import java.util.Calendar; import android.app.Service; import android.content.Context; import android.content.Intent; import android.graphics