Own Android storage paths in legacy platform services
This commit is contained in:
@@ -78,6 +78,13 @@ Completed, blocked, and superseded task history moved to
|
||||
the queue is now ordered by code movement instead.
|
||||
|
||||
Current slice:
|
||||
- `src/platform_legacy/legacy_platform_services.*` now takes Android storage
|
||||
paths through explicit `create_platform_services(...)` config instead of the
|
||||
legacy singleton state.
|
||||
- `android/src/cpp/main.cpp` now seeds Android storage paths into its owned
|
||||
legacy `PlatformServices` instance.
|
||||
- `src/platform_legacy/legacy_platform_state.*` no longer keeps the Android
|
||||
storage-path singleton API.
|
||||
- `src/platform_legacy/legacy_platform_state.*` no longer keeps a separate
|
||||
retained Web platform-service binding; the Web helper path now uses the
|
||||
shared `platform_api` injection hook.
|
||||
|
||||
Reference in New Issue
Block a user