Updated metadata and removed google proprietary crap
All checks were successful
Android Release Build / build (push) Successful in 9s

This commit is contained in:
partisan 2025-05-06 10:41:07 +02:00
parent 16377221fd
commit 57ef2764a7
21 changed files with 49 additions and 37 deletions

View file

@ -1,13 +1,13 @@
Tiny app to redirect outgoing calls to Signal/Telegram/Threema if available.
Tiny app to redirect outgoing calls to Signal/Telegram/Threema/Whatsapp if available.
You can cancel redirection by clicking on "Redirecting to.." popup.
Permissions:
* ACCESS_NETWORK_STATE - check internet is available
* CALL_PHONE - make a call via messenger
* READ_CONTACTS - check contact has a messenger record
* SYSTEM_ALERT_WINDOW - show redirecting popup and launch an activity from background
* CALL_REDIRECTION - process outgoing call
* `ACCESS_NETWORK_STATE` - check internet is available
* `CALL_PHONE` - make a call via messenger
* `READ_CONTACTS` - check contact has a messenger record
* `SYSTEM_ALERT_WINDOW` - show redirecting popup and launch an activity from background
* `CALL_REDIRECTION` - process outgoing call
All permissions are mandatory.