mirror of
https://github.com/oliexdev/openScale.git
synced 2025-08-10 10:44:47 +02:00
The sync apps were not visible to the main app on Android 11+ due to new package visibility restrictions. This change adds the necessary `<queries>` elements to `AndroidManifest.xml` to declare the sync app packages. Additionally, the `ComponentName` for the `SyncService` is now hardcoded to the correct FQCN `com.health.openscale.sync.core.service.SyncService` to avoid issues with different package names for the sync apps (e.g., `com.health.openscale.sync.oss`).