Skip to content

Commit

Permalink
[Tizen] Enable internet privilege for example app
Browse files Browse the repository at this point in the history
Without internet privilege, example app will be refused to use mDNS
service - app will crash.
  • Loading branch information
arkq committed May 23, 2022
1 parent 7afd352 commit d3085d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/lighting-app/tizen/tizen-manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</service-application>
<privileges>
<privilege>http://tizen.org/privilege/bluetooth</privilege>
<privilege>http://tizen.org/privilege/internet</privilege>
</privileges>
<feature name="http://tizen.org/feature/network.bluetooth.le.gatt.server">true</feature>
</manifest>

0 comments on commit d3085d8

Please sign in to comment.