mirror of
https://github.com/ImranR98/Obtainium.git
synced 2026-07-31 09:26:48 -04:00
- 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