Skip to content

Commit

Permalink
Add link to privacy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon committed Jan 3, 2024
1 parent abf6076 commit 3b0dbca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ fun AboutScreen(
onClick = { navigateToLicenses() },
)
}
item {
PreferenceRow(
title = R.string.privacy_policy,
onClick = { uriHandler.openUri("https://livetl.app/privacy") },
)
}
item {
PreferenceRow(
title = R.string.show_welcome_screen,
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<string name="credits">Credits</string>
<string name="holodex_stream_info">Streams feed from Holodex</string>
<string name="licenses">Open source licenses</string>
<string name="privacy_policy">Privacy policy</string>
<string name="show_welcome_screen">Show first launch welcome screen</string>

<string name="welcome">Welcome!</string>
Expand Down

0 comments on commit 3b0dbca

Please sign in to comment.