mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-19 07:15:25 +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" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</receiver>
|
</receiver>
|
||||||
<service android:name=".services.AudioRecorderService" android:foregroundServiceType="microphone|camera" />
|
<service android:name=".services.AudioRecorderService" android:foregroundServiceType="microphone" />
|
||||||
|
|
||||||
<!-- Change locale for Android <= 12 -->
|
<!-- Change locale for Android <= 12 -->
|
||||||
<service
|
<service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user