1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-10 10:44:47 +02:00
Files
openscale/android_app
oliexdev 5b03e77384 Fix package visibility for Android >= 11, see issue https://github.com/oliexdev/openScale-sync/issues/7
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`).
2025-08-05 20:03:44 +02:00
..