mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 23:05:26 +02:00
fix: Remove camera from service in AndroidManifest.xml
This commit is contained in:
parent
fead95f1fc
commit
3a98762aa9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user