Andrew Engelbrecht
Andrew Engelbrecht
* is it safe to use "read -r"? do i need "${password@Q}" in kaya? * get file names with spaces working, especially in restic command line options
Wait, I think we shouldn't remove the `AndroidServiceStartType` option completely, because there are two valid values for this setting: the `START_NOT_STICKY` and `START_REDELIVER_INTENT`. The first would cause the foreground service...
@MaikuB, Levi offered more technical detail about this issue here: , and I agree with a lot of what Levi says. My understanding is that the current feature is not...
@MaikuB The use case for my app is to fetch server alert statuses from third-party remote servers, and to notify the user if a new alert is found. I'm not...
> What triggers this to run? Putting aside that there's an issue with START_STICKY for this plugin, currently I can't tell why would be preferred as well. Other thing is...
> @leaf-node thanks for the explanation. Have I missed something that's perhaps only in the implementation details or API docs? I've not taken a look at either in depth but...
(Sorry if I'm rehashing any of this) The main caveat in my mind is that other plugins providing foreground services may rely upon this module to create the foreground notification....
> More importantly though, hasn't it already been established that neither of these work properly and would therefore mean those dependencies would inherit the same kind of issues you reported?...
UPDATE: The latest version string [fetched from dl.google.com](https://dl.google.com/widevine-cdm/versions.txt) may not be available, so try the previous or older versions. You can hard-code the version with something like: ``` _widevine_ver="4.10.2830.0" ```...
I think that this issue likely belongs here instead: https://github.com/AhsanSarwar45/flutter_boot_receiver/issues/10. The mention of `com.dexterous.flutterlocalnotifications.ForegroundService` is likely due to the fact that it's referenced in the `AndroidManifest.xml` file as a foreground...