Update Privacy Policy Link to GitHub.io#6255
Conversation
|
|
||
| fun launchPrivacyPolicy(view: View?) { | ||
| Utils.handleWebUrl(this, Uri.parse(BuildConfig.PRIVACY_POLICY_URL)) | ||
| Utils.handleWebUrl(this, Uri.parse("https://commons-app.github.io/#privacy-policy")) |
There was a problem hiding this comment.
Why not modify the value of the PRIVACY_POLICY_URL constant? :-)
There was a problem hiding this comment.
buildConfigField "String", "PRIVACY_POLICY_URL", "\"https://github.com/commons-app/commons-app-documentation/blob/master/android/Privacy-policy.md\"" in app/build.gradle (two places in that file, same value)
There was a problem hiding this comment.
By the way, would you mind using the value https://commons-app.github.io/privacy-policy as the URL? (I moved the privacy policy to its own file after all, to increase our chances of passing Google Play inspection by being clearer as a separate page)
Thanks! :-)
|
✅ Generated APK variants! |
|
@nicolas-raoul I've updated the |
* "moved privacy policy" * Update PRIVACY_POLICY_URL to https://commons-app.github.io/privacy-policy as suggested * Use BuildConfig.PRIVACY_POLICY_URL in launchPrivacyPolicy function
Description (required)
This PR updates the Privacy Policy link in the app to point to the new URL:
https://commons-app.github.io/#privacy-policy.Fixes #6253
Tests performed (required)
Verified the Privacy Policy link redirects to the new URL.
Tested {Beta Debug} on {VIVO V25} with API level {34}.