Skip to content

Commit 671bbc5

Browse files
authored
Create PrivacyPolicy.MD
1 parent a404f04 commit 671bbc5

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed

PrivacyPolicy.MD

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
# Privacy policy
2+
3+
Martin Styk built the Apk Analyzer app as an Open Source app. This SERVICE is provided by Martin Styk at no cost and is intended for use as is.
4+
5+
6+
This page is used to inform website visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.
7+
8+
9+
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service.
10+
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Apk Analyzer unless otherwise defined in this Privacy Policy.
11+
12+
## Source code
13+
Apk Analyzer is developed as an Open Source application. It consists of mobile client and backedn server.
14+
15+
* Android application source code: https://github.com/MartinStyk/AndroidApkAnalyzer
16+
* Backend server source code https://github.com/MartinStyk/ApkAnalyzerServer
17+
18+
## Information Collection and Use
19+
20+
For a better experience, while using our Service, I require you to provide us with certain personally identifiable information, including but not limited to Android Id, installed applications metadata. The information that I request is send over internet to server for possible malware analysis. The app does use third party services that may collect information used to identify you.
21+
Link to privacy policy of third party service providers used by the app
22+
* Google Play Services - https://www.google.com/policies/privacy/
23+
24+
### Collected data
25+
26+
#### Application metadata
27+
Metadata about applications installed on your device. It doesn’t include your personal data. Only data about applications are collected.
28+
* installed or not-installed application analyzed
29+
* package name
30+
* application name
31+
* application version name
32+
* application version code
33+
* source of application (Google Play, Amazon,...)
34+
* size of application
35+
* minimal Android version supported by this application
36+
* target Android version supported by this application
37+
* algorithm used to sign application
38+
* start validity of application certificate
39+
* end validity of application certificate
40+
* md5 hash of public key
41+
* md5 hash of certificate
42+
* serial number of certificate
43+
* name of certificate issuer
44+
* organization of certificate issuer
45+
* country of certificate issuer
46+
* name of certificate subject
47+
* organization of certificate subject
48+
* country of certificate subject
49+
* number and names of activities, services, content providers and broadcast receivers
50+
* number and names of used and defined permissions
51+
* number and names of features
52+
* hashes of files contained in APK package
53+
* number of pictures in APK package
54+
* number of layouts in APK package
55+
* number and names of classes used by applicaiton
56+
57+
#### Why is application metadata collected?
58+
I collect metadata of apps installed on your device for scientific reasons. As a part of my Master Thesis I detect possibly repackaged (and dangerous) aplications. For these reasons I need a database of application metadata. Based on this database, detection of malicious applications is implemented.
59+
60+
#### Android ID
61+
Unique identifier of android device.
62+
##### Why is device ID (Android ID) required?
63+
Device ID is used only to prevent multiple application metadata collection. It also helps to track number of unique users of my service. It is not provided to anyone else.
64+
65+
#### Log Data
66+
I want to inform you that whenever you use my Service, in a case of an error in the app I collect data and information (through third party products) on your phone called Log Data. This Log Data may include information such as your device Internet Protocol (“IP”) address, device name, operating system version, the configuration of the app when utilizing my Service, the time and date of your use of the Service, and other statistics.
67+
Service Providers
68+
I may employ third-party companies and individuals due to the following reasons:
69+
• To facilitate our Service;
70+
• To provide the Service on our behalf;
71+
• To perform Service-related services; or
72+
• To assist us in analyzing how our Service is used.
73+
I want to inform users of this Service that these third parties have access to your Personal Information. The reason is to perform the tasks assigned to them on our behalf. However, they are obligated not to disclose or use the information for any other purpose.
74+
75+
## I don't want to share my data
76+
Data sharing is turned on by default. You can change it in Apk Analyzer application settings.
77+
78+
## Security
79+
I value your trust in providing us your Personal Information, thus we are striving to use commercially acceptable means of protecting it. But remember that no method of transmission over the internet, or method of electronic storage is 100% secure and reliable, and I cannot guarantee its absolute security.
80+
## Links to Other Sites
81+
This Service may contain links to other sites. If you click on a third-party link, you will be directed to that site. Note that these external sites are not operated by me. Therefore, I strongly advise you to review the Privacy Policy of these websites. I have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services.
82+
## Children’s Privacy
83+
These Services do not address anyone under the age of 13. I do not knowingly collect personally identifiable information from children under 13. In the case I discover that a child under 13 has provided me with personal information, I immediately delete this from our servers. If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact me so that I will be able to do necessary actions.
84+
## Changes to This Privacy Policy
85+
I may update our Privacy Policy from time to time. Thus, you are advised to review this page periodically for any changes. I will notify you of any changes by posting the new Privacy Policy on this page. These changes are effective immediately after they are posted on this page.
86+

0 commit comments

Comments
 (0)