Skip to content

Commit

Permalink
Android: make the MDNSService private
Browse files Browse the repository at this point in the history
re #21
  • Loading branch information
bk138 committed Sep 4, 2019
1 parent cb00ed9 commit 4f5c5da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@

<service
android:enabled="true"
android:exported="false"
android:name=".MDNSService" >
</service>

Expand Down

0 comments on commit 4f5c5da

Please sign in to comment.