<string name="url" translatable="false">https://www.mycomp.in/our-privacy-promise/app-privacy-notice/</string>
getString(R.string.lowell_privacy_policy_url)) is ignoring the url after "https://www.mycomp.in/our-privacy-promise/"
I am not sure why is this occurring in my case.
I tried to fetch/read complete url from string resource but the getString fun did not read the complete url in my case. I expect it to fetch the complete url from string resource file.