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;

相关内容

热门资讯

现场直击!指尖四川辅助脚本视频... 现场直击!指尖四川辅助脚本视频,心悦踢坑辅助器-竟然真的是有辅助app(哔哩哔哩)1、用户打开应用后...
最终!雀姬手游辅助脚本,兴动互... 最终!雀姬手游辅助脚本,兴动互娱辅助工具名称-都是存在有辅助攻略(哔哩哔哩)兴动互娱辅助工具名称脚本...
现有说明如下!蜀山四川亲友房辅... 现有说明如下!蜀山四川亲友房辅助免费,微信微乐游戏辅助脚本-原来是有辅助方法(哔哩哔哩)1、该软件可...
复盘辅助挂!微乐家乡app辅助... 复盘辅助挂!微乐家乡app辅助器,点星休闲辅助器下载-好像确实有辅助教程(哔哩哔哩)点星休闲辅助器下...
透视科技!微乐游戏公众号辅助器... 透视科技!微乐游戏公众号辅助器,爱来大菠萝怎么玩-其实确实有辅助教程(哔哩哔哩)1、玩家可以在微乐游...
透视软件!哈灵脚本修改器苹果,... 透视软件!哈灵脚本修改器苹果,福建天天开心辅助-一直是真的有辅助技巧(哔哩哔哩)哈灵脚本修改器苹果是...
透视模拟器!闲来辅助神器免费版... 您好,闲来辅助神器免费版在哪下载这款游戏可以开挂的,确实是有挂的,需要了解加去威信【13670430...
2026版教程!巴郎新疆辅助器... 2026版教程!巴郎新疆辅助器,新九五辅助-都是真的是有辅助神器(哔哩哔哩)1、进入到巴郎新疆辅助器...
据统计!广东雀神挂件脚本开挂,... 据统计!广东雀神挂件脚本开挂,呱呱丰城双剑辅助-果然确实有辅助器(哔哩哔哩)1、广东雀神挂件脚本开挂...
透视了解!爱来510k辅助器,... 透视了解!爱来510k辅助器,小闲川南辅助-好像真的是有辅助方法(哔哩哔哩)进入游戏-大厅左侧-新手...