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;

相关内容

热门资讯

教你透视!菠萝辅助器免费版的特... 教你透视!菠萝辅助器免费版的特点,微乐自建房辅助工具,总结教程(竟然有挂)-哔哩哔哩菠萝辅助器免费版...
辅助透视!wpk有那种辅助吗,... 辅助透视!wpk有那种辅助吗,微乐自建房辅助工具官网,攻略教程(有挂方法)-哔哩哔哩1、wpk有那种...
辅助透视!wepokerplu... 辅助透视!wepokerplus脚本,微信小程序微乐辅助器教程,课程教程(有挂总结)-哔哩哔哩1、下...
必备透视!pokemmo脚本,... 必备透视!pokemmo脚本,微信微乐自建房辅助工具,阶段教程(有挂存在)-哔哩哔哩1、进入游戏-大...
揭幕透视!wepoker私人局... 揭幕透视!wepoker私人局辅助器怎么用,微乐家乡小程序脚本,经验教程(证实有挂)-哔哩哔哩1、实...
解谜透视!wepoker有没有... 解谜透视!wepoker有没有插件,淘宝的微乐辅助是真的吗,方式教程(有挂方略)-哔哩哔哩在进入we...
关于透视!WePoKer辅助器... 关于透视!WePoKer辅助器,微乐河南小程序微乐辅助脚本,积累教程(了解有挂)-哔哩哔哩1、很好的...
详情透视!德普之星透视辅助软件... 详情透视!德普之星透视辅助软件下载,微乐陕西小程序脚本,要领教程(有挂头条)-哔哩哔哩1、德普之星透...
揭幕透视!wpk模拟器多开,微... 揭幕透视!wpk模拟器多开,微乐小程序卡五星脚本,手册教程(有挂工具)-哔哩哔哩1、点击下载安装,w...
专业透视!we poker辅助... 专业透视!we poker辅助器v3.3,微乐小程序游戏破解器苹果系统,练习教程(今日头条)-哔哩哔...