-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (26 loc) · 2.89 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width'>
<meta name="google-site-verification" content="m3vPCyVaIXw-PcqdJpWenywfQYkXMscwxyHWeB--DrM" />
<title>Photos - Wear OS Image Gallery</title>
<style> body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; padding:1em; } h1 {text-align: center;} p {text-align: center;} </style>
</head>
<body>
<p><img alt='logo' src='graphics/logo.png' width=250px/></p>
<h1>Photos - Wear OS Image Gallery</h1>
<div>Photos is a small app designed for your watches with Wear OS. It can list and display images and photos on your device and with Google Photos integration you can also list your Google Photos library and albums. To access your Google Photos library you are required to log in with your Google Account in the app and allow the app to specifically access your Photos gallery.</div></br>
<div>The access is used strictly to display and download photos on user command. No personal or image data are sent anywhere else or used otherwise. Only data collected are anonymised usage statistics and crash data to improve the app in the future.</div>
<h3>What data are shared with the app?</h3>
<div>After you sing in with your Google Account the app can access your publicly available information like <b>email</b> and/or <b>full name</b>. In addition to those details, if allowed, app will have access to user's Google Photos library and to <b>all the photos and videos</b> stored there. App <b>can't and won't</b> delete or modify your photos. It only displays the photos to the user and allow the user to download them to their device. No other users or the developer of the app will have access to your content.</div>
<h3>Privacy policy and Terms of service</h3>
<div>Here you can find detailed <a href='privacy_policy.html'>Privacy policy</a> and <a href='terms_conditions.html'>Terms and conditions</a>.</div>
<h3>App availability</h3>
<div>App can be dowloaded from <a href='https://play.google.com/store/apps/details?id=com.kacera.photos&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'>Google Play</a>. No direct download or other stores are supported by mkApps for the moment and there are no plans to do so right now.</div>
<a href='https://play.google.com/store/apps/details?id=com.kacera.photos&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png' width=250px/></a>
<h3>Copyright</h3>
<div>All the rights are reserved by the developer of the app - <i>mkApps</i> -</div>
<div>If you have a copyright complaint, please contact me directly via Google Play with the details of your complain or request.</div>
</body>
</html>