feat: Add privacy policy and link in about screen
This commit is contained in:
@@ -34,8 +34,8 @@ This application does not contain any analytics, advertising, or tracking code.
|
||||
|
||||
Noteshop is fully open-source. You can review the source code to verify how the app works and how your data is handled. The source code is available at:
|
||||
|
||||
[**YOUR_GITEA_REPOSITORY_URL_HERE**](YOUR_GITEA_REPOSITORY_URL_HERE)
|
||||
[**https://git.ilunix.de/punix/noteshop**](https://git.ilunix.de/punix/noteshop)
|
||||
|
||||
## Contact
|
||||
|
||||
If you have any questions about this privacy policy, please feel free to contact us at [**YOUR_EMAIL_OR_CONTACT_METHOD_HERE**].
|
||||
If you have any questions about this privacy policy, please feel free to contact us at [**polunga40@unity-mail.de**].
|
||||
|
||||
@@ -160,7 +160,7 @@ fun AboutScreen() {
|
||||
color = MaterialTheme.colorScheme.primary,
|
||||
textDecoration = TextDecoration.Underline
|
||||
)
|
||||
pushLink(LinkAnnotation.Url("https://www.example.com/privacy-policy")) // Placeholder URL
|
||||
pushLink(LinkAnnotation.Url("https://git.ilunix.de/punix/noteshop/src/branch/master/PRIVACY.md"))
|
||||
withStyle(linkStyle) {
|
||||
append(stringResource(id = R.string.about_privacy_policy_link))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user