Skip to content

Commit 00a307e

Browse files
update README.md
1 parent 33cf7b6 commit 00a307e

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@ CodeCatcher requires the following permissions:
2727

2828
- **SMS Permissions**: To read and process incoming SMS messages.
2929
- **Send SMS**: To forward SMS or send automated replies.
30-
- **Read Phone State**: To detect incoming messages and trigger actions.
31-
32-
These permissions are necessary for the core functionality of the app, ensuring that CodeCatcher can perform actions like filtering, forwarding, and automation based on your needs.
30+
- **Post Notifications**: To alert the user when important events occur, such as an SMS being received, forwarded, or an error occurring in the SMS automation process. This keeps the user informed of app activity.
31+
- **Exact Alarm Scheduling**: CodeCatcher may require precise scheduling to perform actions like sending SMS at specific times. This ensures that tasks can be executed reliably and in accordance with user-defined rules.
3332

3433
## Releases
3534

3635
You can download APK from releases page. You can test apk signs.
3736

37+
[<img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="80">](https://f-droid.org/packages/co.ec.cnsyn.codecatcher)
38+
3839
```bash
3940
apksigner verify --print-certs CodeCatcher.apk
4041
Signer #1 certificate DN: C=TR, ST=Ankara, CN=CodeCatcher

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ android {
1313
applicationId = "co.ec.cnsyn.codecatcher"
1414
minSdk = 24
1515
targetSdk = 34
16-
versionCode = 124
17-
versionName = "1.0.124"
16+
versionCode = 125
17+
versionName = "1.0.125"
1818

1919
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2020
vectorDrawables {

0 commit comments

Comments
 (0)