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;

相关内容

热门资讯

让我来分享经验!xpoker辅... 让我来分享经验!xpoker辅助器(辅助挂)原来是真的有挂(的确有挂辅助攻略)1、每一步都需要思考,...
一分钟揭秘!xpoker辅助神... 一分钟揭秘!xpoker辅助神器(辅助挂)好像真的有挂(有挂辅助辅助器)1、脚本辅助下载、免费透视脚...
必看攻略!pokemmo脚本辅... 必看攻略!pokemmo脚本辅助(辅助挂)切实是真的有挂(有挂技巧辅助软件)1、完成有辅助插件,帮助...
总算了解!hhpoker买挂(... 总算了解!hhpoker买挂(辅助挂)竟然存在有挂(有挂方法辅助工具)1、实时透视辅助更新:用户可以...
今日焦点!poker辅助器免费... 今日焦点!poker辅助器免费安装(辅助挂)一直真的是有挂(有挂教程辅助攻略)1、免费脚本咨询教程、...
重大通报!模拟器打开hhpok... 重大通报!模拟器打开hhpoker(辅助挂)真是存在有挂(详细教程辅助脚本)1、点击下载安装,脚本分...
分享个大家!pokerworl... 分享个大家!pokerworld破解版下载(辅助挂)确实存在有挂(有挂方略辅助软件)1、起透看视 辅...
热点推荐!德州局hhpoker... 热点推荐!德州局hhpoker(辅助挂)原来是有挂(有挂方式辅助器)1、点击下载安装,脚本分类一目了...
玩家必看科普!hhpoker德... 玩家必看科普!hhpoker德州挂真的有吗(辅助挂)确实真的是有挂(有挂教学辅助方法)暗藏猫腻,小编...
玩家必看秘籍!wepoker黑... 玩家必看秘籍!wepoker黑侠破解(辅助挂)切实真的有挂(有挂解惑辅助方法)1、有没有辅助教程、有...