This repository has been archived by the owner on Mar 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathprivacy_policy.html
115 lines (87 loc) · 3.44 KB
/
privacy_policy.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Privacy Policy</title>
<style>
body {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
min-width: 200px;
max-width: 980px;
margin: 0 auto;
padding: 45px;
line-height: 1.5;
color: #24292e;
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
}
a {
color: #0366d6;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
strong {
font-weight: 600;
}
</style>
</head>
<body>
<h2>Privacy Policy</h2>
<p> All of the information collect behavior will be listed below.</p>
<p><strong>App Ops / App Ops Pro</strong></p>
Link to privacy policy of third party service providers used by the app:
<p>
<ul>
<li><a href="https://docs.fabric.io/android/fabric/data-privacy.html">Crashlytics from Fabric</a></li>
<li><a href="https://firebase.google.com/support/privacy/">Firebase</a></li>
<li><a href="https://support.google.com/admob/answer/6128543">AdMob from Firebase</a></li>
</ul>
</p>
<p><small>* For App Ops installed from out side of Google Play, Android ID will be used for check if Alipay in-app
purchase is used. (Mainly for mainland China users, because Google service is blocked
in
mainland China)</small></p>
<p><strong>Storage Redirect</strong></p>
Link to privacy policy of third party service providers used by the app:
<p>
<ul>
<li><a href="https://docs.fabric.io/android/fabric/data-privacy.html">Crashlytics from Fabric</a></li>
</ul>
</p>
<p><small>* For Storage Redirect installed from out side of Google Play, Android ID will be used for check if
Alipay in-app purchase is used. (Mainly for mainland China users, because Google service is blocked in
mainland China)</small></p>
<p><strong>NoPopping</strong></p>
Link to privacy policy of third party service providers used by the app:
<p>
<ul>
<li><a href="https://docs.fabric.io/android/fabric/data-privacy.html">Crashlytics from Fabric</a></li>
</ul>
</p>
<p><small>* For NoPopping installed from out side of Google Play, Android ID will be used for check if
Alipay in-app purchase is used. (Mainly for mainland China users, because Google service is blocked in
mainland China)</small></p>
<p><strong>FFM / Font Provider</strong></p>
Link to privacy policy of third party service providers used by the app:
<p>
<ul>
<li><a href="https://firebase.google.com/support/privacy/">Firebase</a></li>
</ul>
</p>
<p><strong>Image Search</strong></p>
Link to privacy policy of third party service providers used by the app:
<p>
<ul>
<li><a href="https://policies.google.com/privacy">Google image search</a></li>
<li><a href="https://firebase.google.com/support/privacy/">Firebase</a></li>
</ul>
</p>
<p><strong>Bridge / Shizuku Manager / SMS Code Helper</strong></p>
Do not collect any of information.
</body>
</html>