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;

相关内容

热门资讯

透视妙招!pokerworld... 透视妙招!pokerworld辅助器(透视)约局吧开挂(辅助)一直一直总是有神器(哔哩哔哩)1、游戏...
透视手筋!哈糖大菠萝辅助器(透... 透视手筋!哈糖大菠萝辅助器(透视)德州透视脚本(辅助)真是是真的有插件(哔哩哔哩)1、超多福利:超高...
透视妙计!pokemmo脚本手... 透视妙计!pokemmo脚本手机版(透视)impoker辅助(辅助)一直一直都是有工具(哔哩哔哩)运...
透视手筋!哈糖大菠萝破解器(透... 透视手筋!哈糖大菠萝破解器(透视)拱趴大菠萝万能挂(辅助)切实真的是有方法(哔哩哔哩)拱趴大菠萝万能...
透视办法!xpoker怎么作必... 透视办法!xpoker怎么作必弊(透视)德州局脚本(辅助)原来一直总是有技巧(哔哩哔哩)xpoker...
透视技法!werplan有挂吗... 透视技法!werplan有挂吗(透视)epoker透视(辅助)一直存在有教程(哔哩哔哩)1、任何we...
透视法门!大菠萝免费辅助(透视... 透视法门!大菠萝免费辅助(透视)哈糖大菠萝有挂吗5个常用方法(辅助)本来真的是有教程(哔哩哔哩)1....
透视方针!线上德州的辅助器是什... 透视方针!线上德州的辅助器是什么(透视)uupoker有透视吗(辅助)其实真的有神器(哔哩哔哩)1、...
透视绝活儿!xpoker辅助工... 透视绝活儿!xpoker辅助工具(透视)哈糖大菠萝有挂吗5个常用方法(辅助)确实一直总是有app(哔...
透视烘培!约局吧德州真的存在透... 透视烘培!约局吧德州真的存在透视吗(透视)pokemmo辅助器脚本下载(辅助)确实一直总是有技巧(哔...