Skip to content

Commit

Permalink
Android client: removed redundant manifest attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
poretsky authored and bear101 committed Mar 23, 2024
1 parent 321ed89 commit 825d2ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Client/TeamTalkAndroid/src/main/AndroidManifest.xml
Expand Up @@ -27,7 +27,6 @@
<!-- BLUETOOTH is needed to use bluetooth headset microphone -->
<uses-permission android:name="android.permission.BLUETOOTH" android:maxSdkVersion="30"></uses-permission>
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT"></uses-permission>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_MICROPHONE"></uses-permission>
<uses-permission android:name="android.hardware.sensor.proximity"></uses-permission>
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />

Expand Down Expand Up @@ -96,7 +95,6 @@

<service
android:name="dk.bearware.backend.TeamTalkService"
android:foregroundServiceType="microphone"
android:enabled="true"
android:exported="false"
android:stopWithTask="true" />
Expand Down

0 comments on commit 825d2ea

Please sign in to comment.