This repository was archived by the owner on Dec 29, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ If you want to contribute to this project please refer to "How to [contribute](C
25
25
## Permissions
26
26
- ``` android.permission.RECEIVE_SMS ``` is needed to receive the keyword for triggering your alarm
27
27
- ``` android.permission.SEND_SMS ``` is needed to send the keyword for triggering their alarm
28
- - ``` android.permission.ACCESS_COARSE_LOCATION ``` is needed for a quick discovery where you are (I WON'T TRACK YOU)
29
- - ``` android.permission.ACCESS_FINE_LOCATION ``` if set, try to discover your exact location (I WON'T TRACK YOU)
28
+ - ``` android.permission.ACCESS_COARSE_LOCATION ``` is needed for a quick discovery where you are (I WON'T TRACK YOU) (Not used yet)
29
+ - ``` android.permission.ACCESS_FINE_LOCATION ``` if set, try to discover your exact location (I WON'T TRACK YOU) (Not used yet)
30
30
- ``` android.permission.CALL_PHONE ``` is needed to call the sender of the "Panic"-SMS
31
- - ``` android.permission.READ_CONTACTS ``` is needed for picking contacts
31
+ - ``` android.permission.READ_CONTACTS ``` is needed for picking contacts (Not used yet)
32
32
## Links
33
33
- [ License] ( LICENSE )
34
34
- [ How to contribute] ( CONTRIBUTING.md )
35
- - [ PR template] ( PULL_REQUEST_TEMPLATE )
35
+ - [ PR template] ( PULL_REQUEST_TEMPLATE.md )
36
36
## Donate
37
37
** Bitcoin:** 1EVr5tm2kugffNy3RWPGFoug6X9v3GTxuJ<br />
38
38
** Monero:** 47JuiUvKZXL7by3drpFTxHgv9DWPgj9pP8TMiGqxdZugEAVKUXwok2Hbopdc8qYBnLNuQdR6VptmFiDqByRVMVX3Ra8vw9j
Original file line number Diff line number Diff line change 8
8
9
9
<uses-permission android : name =" android.permission.RECEIVE_SMS" />
10
10
<uses-permission android : name =" android.permission.SEND_SMS" />
11
- <uses-permission android : name =" android.permission.ACCESS_COARSE_LOCATION" />
12
- <uses-permission android : name =" android.permission.ACCESS_FINE_LOCATION" />
11
+ <!-- < uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
12
+ <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />-->
13
13
<uses-permission android : name =" android.permission.CALL_PHONE" />
14
- <uses-permission android : name =" android.permission.READ_CONTACTS" />
14
+ <!-- < uses-permission android:name="android.permission.READ_CONTACTS"/> -- >
15
15
16
16
<application
17
17
android : allowBackup =" true"
You can’t perform that action at this time.
0 commit comments