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

Commit

Permalink
Made some changes to be compliant with the F-Droid criteria
Browse files Browse the repository at this point in the history
  • Loading branch information
tacticalDevC authored and tacticalDevC committed Nov 30, 2018
1 parent b606e13 commit 83402ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ If you want to contribute to this project please refer to "How to [contribute](C
## Permissions
- ```android.permission.RECEIVE_SMS``` is needed to receive the keyword for triggering your alarm
- ```android.permission.SEND_SMS``` is needed to send the keyword for triggering their alarm
- ```android.permission.ACCESS_COARSE_LOCATION``` is needed for a quick discovery where you are (I WON'T TRACK YOU)
- ```android.permission.ACCESS_FINE_LOCATION``` if set, try to discover your exact location (I WON'T TRACK YOU)
- ```android.permission.ACCESS_COARSE_LOCATION``` is needed for a quick discovery where you are (I WON'T TRACK YOU) (Not used yet)
- ```android.permission.ACCESS_FINE_LOCATION``` if set, try to discover your exact location (I WON'T TRACK YOU) (Not used yet)
- ```android.permission.CALL_PHONE``` is needed to call the sender of the "Panic"-SMS
- ```android.permission.READ_CONTACTS``` is needed for picking contacts
- ```android.permission.READ_CONTACTS``` is needed for picking contacts (Not used yet)
## Links
- [License](LICENSE)
- [How to contribute](CONTRIBUTING.md)
- [PR template](PULL_REQUEST_TEMPLATE)
- [PR template](PULL_REQUEST_TEMPLATE.md)
## Donate
**Bitcoin:** 1EVr5tm2kugffNy3RWPGFoug6X9v3GTxuJ<br/>
**Monero:** 47JuiUvKZXL7by3drpFTxHgv9DWPgj9pP8TMiGqxdZugEAVKUXwok2Hbopdc8qYBnLNuQdR6VptmFiDqByRVMVX3Ra8vw9j
Expand Down
6 changes: 3 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

<uses-permission android:name="android.permission.RECEIVE_SMS" />
<uses-permission android:name="android.permission.SEND_SMS" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<!--<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />-->
<uses-permission android:name="android.permission.CALL_PHONE" />
<uses-permission android:name="android.permission.READ_CONTACTS"/>
<!--<uses-permission android:name="android.permission.READ_CONTACTS"/>-->

<application
android:allowBackup="true"
Expand Down

0 comments on commit 83402ff

Please sign in to comment.