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

Commit 83402ff

Browse files
tacticalDevCtacticalDevC
authored andcommitted
Made some changes to be compliant with the F-Droid criteria
1 parent b606e13 commit 83402ff

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ If you want to contribute to this project please refer to "How to [contribute](C
2525
## Permissions
2626
- ```android.permission.RECEIVE_SMS``` is needed to receive the keyword for triggering your alarm
2727
- ```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)
3030
- ```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)
3232
## Links
3333
- [License](LICENSE)
3434
- [How to contribute](CONTRIBUTING.md)
35-
- [PR template](PULL_REQUEST_TEMPLATE)
35+
- [PR template](PULL_REQUEST_TEMPLATE.md)
3636
## Donate
3737
**Bitcoin:** 1EVr5tm2kugffNy3RWPGFoug6X9v3GTxuJ<br/>
3838
**Monero:** 47JuiUvKZXL7by3drpFTxHgv9DWPgj9pP8TMiGqxdZugEAVKUXwok2Hbopdc8qYBnLNuQdR6VptmFiDqByRVMVX3Ra8vw9j

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
<uses-permission android:name="android.permission.RECEIVE_SMS" />
1010
<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" />-->
1313
<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"/>-->
1515

1616
<application
1717
android:allowBackup="true"

0 commit comments

Comments
 (0)