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;

相关内容

热门资讯

透视代打(aApoker)透视... 透视代打(aApoker)透视辅助外挂(透视)本然是有挂(有挂方针)-哔哩哔哩1、透视代打(aApo...
透视规律(AAPOKer)透视... 透视规律(AAPOKer)透视辅助神器(透视)好像真的是有挂(有挂辅助)-哔哩哔哩1、许多玩家不知道...
透视神器(aAPOKER)透视... 透视神器(aAPOKER)透视辅助app(透视)原本是真的有挂(有挂详情)-哔哩哔哩1、机器人多个强...
2分钟黑科技!德扑ai软件靠谱... 2分钟黑科技!德扑ai软件靠谱吗,(德扑之星)确实真的是有挂,分享教程(有挂技术)-哔哩哔哩德扑ai...
黑科技技巧!(WePoKe)原... 黑科技技巧!(WePoKe)原来存在有挂,(wepOke)原来真的是有挂,黑科技工具(详细教程)-哔...
黑科技代打!(WePoKe)从... 黑科技代打!(WePoKe)从来真的是有挂,(wepOkE)原来真的是有挂,黑科技下载(有挂细节)-...
黑科技辅助!(WePoKe)其... 黑科技辅助!(WePoKe)其实有挂,(wEpoKe)原来有挂,黑科技实锤(真的有挂)-哔哩哔哩1、...
黑科技有挂!(WePoKe)原... 黑科技有挂!(WePoKe)原先真的是有挂,(WEPoke)原来有挂,黑科技规律(证实有挂)-哔哩哔...
四分钟辅助挂!微扑克ai辅助透... 四分钟辅助挂!微扑克ai辅助透明挂,(微扑克)竟然真的有挂,是真的有挂(确实有挂)-哔哩哔哩1、上手...
一分钟黑科技!德扑ai智能系统... 一分钟黑科技!德扑ai智能系统,(德扑ai)好像是真的有挂,细节方法(有挂分享)-哔哩哔哩所有人都在...