Files
Obtainium/docs
Imran Remtulla 8e91619882 fix: remove dead service classes, fix external multi-APK install wait, fix docs
- Remove unused ConnectivityService, InstallContextService, and AppIdService
  from apps_provider.dart (defined but never referenced anywhere)
- Fix ExternalInstaller: the foreground-return future was created once but
  awaited inside the per-path loop, so every path after the first resolved
  instantly instead of waiting for the user to return. Create a fresh future
  per launch (subscribed before the intent launch to avoid missing the event)
- Remove 'flutter test' from DEVELOPER_GUIDE build steps; it contradicted the
  same section's note that the project has no automated tests
2026-07-03 15:09:47 +01:00
..