fix: Remove camera from service in AndroidManifest.xml

This commit is contained in:
Myzel394 2023-08-17 11:30:53 +02:00
parent fead95f1fc
commit 3a98762aa9
No known key found for this signature in database
GPG Key ID: 50098FCA22080F0F

View File

@ -37,7 +37,7 @@
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>
<service android:name=".services.AudioRecorderService" android:foregroundServiceType="microphone|camera" />
<service android:name=".services.AudioRecorderService" android:foregroundServiceType="microphone" />
<!-- Change locale for Android <= 12 -->
<service