Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 9305b44

Browse files
authored
Privacy.md
Here is the privacy policy statement. In the area of crash reports, I might have done the wrong thing there because I don't know if you get reports when the app crashes. We can always modify the document though.
1 parent ff20454 commit 9305b44

1 file changed

Lines changed: 107 additions & 0 deletions

File tree

Privacy.md

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
# Panic Trigger Privacy policy
2+
3+
4+
## Privacy Policy
5+
6+
This privacy policy document is to provide information on what, how, and why personal data or information is collected, used, and disclosed, when this software is utilized, and the choices you have associated with that data.
7+
The objective of this policy document is to provide an open environment between developer and users of this software by openly stating what information the developer collects or not. By utilizing this software, it means you accept all the terms and conditions of the developer peculiar to only Panic Trigger software. This Policy applies to this software only, and the developer would not be held responsible for the content or privacy practices on any third party app not operated by the developer to which this software links or that links to this software, therefore it is advisable to read up the privacy policies of third party services that may be linked to this software.
8+
9+
---
10+
11+
## Information Collection And Use
12+
13+
For a better and enhanced utilization, the software is designed to request provision of certain personally identifiable information. Which is the enablement of several permissions, for it to work properly on the device on which the software's services are intended.
14+
15+
Panic Trigger requires the enablement of the following permissions;
16+
17+
- Location.
18+
- SMS.
19+
- Storage.
20+
- Telephone.
21+
22+
Here are what these permissions do in details;
23+
24+
- ```android.permission.RECEIVE_SMS``` is needed to receive the keyword for triggering your alarm.
25+
- ```android.permission.SEND_SMS``` is needed to send the keyword for triggering their alarm.
26+
- ```android.permission.ACCESS_COARSE_LOCATION``` is needed for a quick discovery where you are.
27+
- ```android.permission.ACCESS_FINE_LOCATION``` if set, try to discover your exact location.
28+
- ```android.permission.CALL_PHONE``` is needed to call the sender of the "Panic"-SMS.
29+
- ```android.permission.CALL_PRIVILEGED``` is needed for calling emergency services.
30+
- ```android.permission.READ_CONTACTS``` is needed for picking contacts (Not used yet).
31+
- ```android.permission.INTERNET``` is needed for downloading map tiles (osmdroid).
32+
- ```android.permission.ACCESS_NETWORK_STATE``` (osmdroid).
33+
- ```android.permission.WRITE_EXTERNAL_STORAGE``` is needed for writing to the tile cache (osmdroid).
34+
35+
The information that may be collected with the enablement of these permissions are stored locally on the device and the developer has no access to that information.
36+
37+
These permissions can be revoked when it is not needed, this is privy to only devices running Android 6.0 upward.
38+
39+
---
40+
41+
## Information and data collection
42+
43+
Your personal information cannot be collected by the developer when the services of the software are utilized. But, the developer collects crash logs when the app crashes. When some actions are performed, some data(usage data) may be collected by the software but not shared.
44+
45+
---
46+
47+
## Crash reports sending
48+
49+
Panic trigger is stable and works fine but you may still experience a few errors and crashes. The information about these crashes is important to the developer so the issues can be fixed immediately and the software is running efficiently again. Although the developer is able to get reports when the app crashes, you can also speed up the process by informing the developer. If you encounter a bug during the use of this software, please open an [issue](https://github.com/tacticalDevC/PanicTrigger/issues/new?template=bug_report.md) on GitHub and it will be fixed in due time. When submitting a crash report, please provide a logcat to help the developer pinpoint the cause of the crash quickly and fix it accordingly.
50+
51+
---
52+
53+
## Service Providers
54+
55+
Panic Trigger depends on the services of third-party services to facilitate its operations and to perform service-related services or to assist in analyzing how the services of the software are used.
56+
These third-party tools may have access to your Personal Data only to perform these tasks on the developer's behalf and are obligated not to disclose or use it for any other purpose.
57+
58+
59+
---
60+
61+
## Transfer Of Data
62+
63+
With these third-party libraries contained in the software, your information, including personal data, may be transferred to computers located outside of your state, province, country or other governmental jurisdiction where the data protection laws may differ than those from your jurisdiction. Your consent to this Privacy Policy followed by your submission of such information represents your agreement to that transfer.
64+
65+
## Security Of Data
66+
67+
The security of your data is important, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure therefore the developer doesn't guarantee its absolute security.
68+
69+
---
70+
71+
72+
## Children's Privacy
73+
74+
This software is intended for general use and has no restrictions on utilization by children except otherwise stated in a law governing that locale.
75+
76+
---
77+
78+
## Links To Other Sites
79+
80+
Panic Trigger does not contain links to any other service provider. The software works independently on its own.
81+
82+
---
83+
84+
## Changes To This Privacy Policy
85+
86+
The developer reserves the right to make modifications to the policy statement at any time without any notice. This privacy policy may be updated from time to time as the functionalities of the software are further developed and improved and may likely contain disparities that will nullify this current policy. Endeavour to check this document occasionally for any of such changes.
87+
Your contact(s) can trigger your alarm with a simple SMS and vice versa. If your opponent doesn’t have this app he will only see an SMS with the text “Panic” (by default) and your current GPS coordinates. This makes this app useful regardless of your contact has this app installed or not.
88+
89+
---
90+
91+
## About
92+
93+
PanicTrigger is an Android app which can help you in case of an emergency situation. In case of an emergency, you tap on a big red button which causes the app to send out SMS to your pre-configured contacts without comfirmation.
94+
PanicTrigger runs in the background and listens for incoming SMS. If an incoming SMS contains a specific word and is from a specific number, then an alarm will go off and call the sender of the SMS in one minute.
95+
96+
## Donate
97+
If you value this work, you can help it. Buy the developer a coffee. Send your donations to any of these addresses;
98+
99+
Bitcoin: `bc1q7my587hlr375h440fydljqaut02wr5jxf09fzw`
100+
Monero:`47JuiUvKZXL7by3drpFTxHgv9DWPgj9pP8TMiGqxdZugEAVKUXwok2Hbopdc8qYBnLNuQdR6VptmFiDqByRVMVX3Ra8vw9j`
101+
102+
---
103+
104+
## Contact
105+
106+
For further inquiries, regarding this privacy policy, you can contact the developer by opening an [issue](https://github.com/tacticalDevC/PanicTrigger/issues/new/choose) on the project's repository. You can also check out the developer's profile [here](https://github.com/tacticalDevC).
107+

0 commit comments

Comments
 (0)