Skip to content

Commit

Permalink
identify foreground service type for Android 12
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Feb 16, 2022
1 parent 978a5d2 commit 79aee40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
android:name=".service.OrbotService"
android:enabled="true"
android:permission="android.permission.BIND_VPN_SERVICE"
android:foregroundServiceType="dataSync"
android:stopWithTask="false"
android:exported="true">
<intent-filter>
Expand Down

0 comments on commit 79aee40

Please sign in to comment.