Skip to content

Instantly share code, notes, and snippets.

@ayanyev
Last active March 14, 2017 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayanyev/257f7e599cab8626c11968febcd57721 to your computer and use it in GitHub Desktop.
Save ayanyev/257f7e599cab8626c11968febcd57721 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Privacy Policy</title>
<style>body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 1em;
}</style>
</head>
<body><h2>Privacy Policy</h2>
<p>This page is used to inform users of Travel Agent Helper that no Personal Information is collected by the APPLICATION
directly. </p>
<p>The APPLICATION does use third party services that may collect information used to identify you. You can read their
privacy policy by the provided links:</p>
<ul>
<li><a href="https://www.firebase.com/terms/privacy-policy.html">Firebase</a></li>
</ul>
<p><strong>Privacy-relevant Android permissions requested by this app</strong></p>
<p> CAMERA</p>
<p> Used for permissions that are associated with accessing camera or capturing images/video from the device.
This permission allows this application to capture the hotel's photos and videos in order for them to be viewed
along notes. </p>
<p> GET_ACCOUNTS</p>
<p> Used to manage account's of different types on device. </p>
<p> This permission allows APPLICATION to be able to upload files to user's Google Drive account. </p>
<p> ACCESS_FINE_LOCATION</p>
<p> Used to retrieve current location of device. </p>
<p> Not actually used at that moment.</p>
<p> RECORD_AUDIO</p>
<p> Used to be able to record audio (voice) by means of device. </p>
<p> Not actually used at that moment.</p>
<p> READ_EXTERNAL_STORAGE/WRITE_EXTERNAL_STORAGE</p>
<p> Used to get access to inner storage of the device. </p>
<p> This permissions allow APPLICATION to store notes entered by the user and display them on demand. </p>
<p><strong>Children’s Privacy</strong></p>
<p> These APPLICATION do not address anyone under the age of 13. </p>
<p><strong>Changes to This Privacy Policy</strong></p>
<p> We may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any
changes. These changes are effective immediately after they are posted on this page. </p>
<p><strong>Contact Us</strong></p>
<p>If you have any questions or suggestions about our Privacy Policy, do not hesitate to contact us. </p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment