I am developing an Android App for uploading to Google Play Store. In the Navigation Drawer of my app toolbar, i have an item Feedback which opens an Activity and this Activity contains a WebView of a Google Forms link, through which i am collecting Feedback for my app.
Is it allowed to upload this kind of APK to Google Play Store because i have read somewhere that uploading an APK which contains a WebView of a URL that is not authorized to you or you have not taken any legel permission from URL/website owner, it will result in BAN!! to my Google Play Console license permanently.
If it is not allowed then which method is recommended for collecting any kind of Feedback for my App?
Thanks for any Answers...