Own Android storage paths in legacy platform services
This commit is contained in:
@@ -70,6 +70,13 @@ What is already real:
|
||||
- `pp_app_core`
|
||||
|
||||
Latest slice:
|
||||
- `src/platform_legacy/legacy_platform_services.*` now owns Android storage
|
||||
paths through explicit `create_platform_services(...)` configuration instead
|
||||
of reading them from a shared legacy singleton.
|
||||
- `android/src/cpp/main.cpp` now seeds Android storage paths into its owned
|
||||
legacy `PlatformServices` instance.
|
||||
- `src/platform_legacy/legacy_platform_state.*` no longer carries the Android
|
||||
storage-path singleton API.
|
||||
- `src/platform_legacy/legacy_platform_state.*` no longer keeps its own
|
||||
retained Web platform-service binding; the legacy Web helper path now uses
|
||||
the shared `platform_api` injection surface instead.
|
||||
|
||||
@@ -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