seedvault/app
Torsten Grote d266c36c91
Don't use Context#startForegroundService() because we may get killed
If the foreground service doesn't have anything to do and terminates quickly, the system will kill us, even though the service had called startForeground(). To prevent this, we don't promise that our service will be a foreground service. We can still be a foreground service, but escape the punishment if we are too quick.
2024-08-22 17:45:39 -03:00
..
development Try to fix issue where our transport doesn't get registered in emulator 2024-06-12 09:57:24 -03:00
libs 14: Update AOSP libs from gradle, from android-14.0.0_r1 2023-10-09 00:01:53 +05:30
src Don't use Context#startForegroundService() because we may get killed 2024-08-22 17:45:39 -03:00
build.gradle.kts Update okhttp to 4.12.0 2024-06-24 13:09:49 -03:00
lint.xml app: Add SPDX copyright headers 1/5 2024-05-23 00:44:51 +05:30