Mohamed Ashraf (سعدني)
Mohamed Ashraf (سعدني)
Hi @muava12, No the app does not need to be in the foreground, it relies on the [SMS_RECEIVED](https://developer.android.com/reference/android/provider/Telephony.Sms.Intents#SMS_RECEIVED_ACTION) intent. The app registers a receiver for this intent and uses [WorkManager](https://developer.android.com/topic/libraries/architecture/workmanager)...
No I haven't submitted it to F-Droid yet.
I guess the hard requirement is SDK version 30 (Android 11) which is required by [WorkManager.](https://developer.android.com/jetpack/androidx/releases/work)
Hi, Don't know why the [WorkManager page](https://developer.android.com/jetpack/androidx/releases/work) says that SDK version 30 is the minimum, I think it works reliably with SDK version 29 too (Android 10) according to the...
No, it uses WorkManager to schedule tasks. The tasks run when there is an active network connection. There is currently no support for retries so if the network request made...
You will also need to whitelist the app through any vendor specific battery optimization features to prevent the OS from freezing the app indefinitely until you reopen it. As for...
No problem. Why would you need to restart the phone?
I actually meant the OS will freeze the app. This is usually okay for other app with regular user interaction since the OS just unfreezes the app, but since this...
If anyone is facing this, In our app we are in the process of migrating from `create-react-app` to Vite and I created this package patch (it's for v0.21.0 only) as...
Hey @dimaslanjaka, I don't use an Android device anymore so I can no longer offer any support for this app. I suggest switching to an alternative maintained app.