Android11停止在前台服务中录制音频,如果应用程序进入后台或被杀死。
创始人
2024-08-20 12:00:07
0

在Android 11中,应用程序在后台运行时无法使用前台服务中的录音功能。解决此问题的一种方法是使用MediaRecorder API并执行后台录音。以下是示例代码:

1.添加适当的权限到AndroidManifest.xml文件中:

2.在服务(Service)类中实例化MediaRecorder并设置相应的录音属性:

private MediaRecorder recorder; private static String outputFile = null;

public void startRecording() { recorder = new MediaRecorder(); recorder.setAudioSource(MediaRecorder.AudioSource.MIC); recorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4); recorder.setAudioEncoder(MediaRecorder.AudioEncoder.AAC); recorder.setOutputFile(getOutputFile()); try { recorder.prepare(); } catch (IOException e) { Log.e("TAG", "prepare() failed"); } recorder.start(); } public void stopRecording() { recorder.stop(); recorder.release(); recorder = null; }

private String getOutputFile() { if (outputFile == null) { File dir = new File(Environment.getExternalStorageDirectory().getAbsolutePath() + "/MyApp/"); if (!dir.exists()) { dir.mkdirs(); } outputFile = dir.getAbsolutePath() + "/" + new SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date()) + ".mp4"; } return outputFile; }

3.在服务类中添加以下代码:

private NotificationManager notificationManager;

@Override public void onCreate() { super.onCreate(); notificationManager = (NotificationManager)getSystemService(NOTIFICATION_SERVICE); }

@Override public int onStartCommand(Intent intent, int flags, int startId) { Notification notification = new Notification.Builder(this, YOUR_CHANNEL_ID) .setContentTitle("My Recording Service") .setContentText("Recording...") .setSmallIcon(R.drawable.ic_launcher) .build(); startForeground(1, notification); startRecording(); return START_STICKY;

相关内容

热门资讯

揭露透视!hhpoker到底可... 揭露透视!hhpoker到底可以作必弊码,wepoker脚本下载,指引教程(有挂教学)-哔哩哔哩1、...
专业透视!pokemmo脚本辅... 专业透视!pokemmo脚本辅助器下载!其实真的有辅助技巧(真的有挂)-哔哩哔哩在进入pokemmo...
开挂透视!德州局脚本,wepo... 开挂透视!德州局脚本,wepokerplus到底是挂了吗,指南书教程(有挂总结)-哔哩哔哩暗藏猫腻,...
了解透视!德州局透视脚本!真是... 了解透视!德州局透视脚本!真是真的有辅助工具(有挂讲解)-哔哩哔哩1、让任何用户在无需德州局透视脚本...
专业透视!哈糖大菠萝辅助器,德... 专业透视!哈糖大菠萝辅助器,德州辅助工具到底怎么样,攻略教程(有挂秘籍)-哔哩哔哩1、全新机制【德州...
辅助透视!约局吧能不能开挂!都... 辅助透视!约局吧能不能开挂!都是一直都是有辅助脚本(揭秘有挂)-哔哩哔哩约局吧能不能开挂破解侠是真的...
科普透视!pokemmo免费脚... 科普透视!pokemmo免费脚本,wepoker私人局辅助挂,窍要教程(详细教程)-哔哩哔哩在进入w...
专业透视!智星德州插件!果然是... 专业透视!智星德州插件!果然是真的有辅助app(确实有挂)-哔哩哔哩1、实时智星德州插件透视辅助更新...
详细透视!德普之星有透视辅助吗... 详细透视!德普之星有透视辅助吗,wepoker透视挂底牌,手册教程(有挂技巧)-哔哩哔哩1、每一步都...
详细透视!sohoo辅助!本来... 详细透视!sohoo辅助!本来存在有辅助脚本(有挂助手)-哔哩哔哩1、玩家可以在sohoo辅助线上大...