Skip to content

Commit

Permalink
fix(Tizen): Allow detect screen resolution using ProductInfo API (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed May 22, 2024
1 parent 297f0ba commit 7f79dfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backends/tizen/app-template/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
<!-- Access to the internet -->
<tizen:privilege name="http://tizen.org/privilege/internet"/>

<!-- Access to the productinfo, eg: screen resolution -->
<tizen:privilege name="http://developer.samsung.com/privilege/productinfo"/>

<!-- Settings for the test launcher.
The "encryption" setting is for the encryption of application resources
such as our index.html file. This is not related to EME. -->
Expand Down

0 comments on commit 7f79dfe

Please sign in to comment.