pediatric-ai-scribe-v3/android/app/src/main
ifedan-ed 3ff31868f7 Fix Android crash: use resource references for TWA colors instead of inline hex
The TWA LauncherActivity crashed with Resources$NotFoundException (0xffffffff)
because android:value with hex color strings is not supported by
androidbrowserhelper — it expects android:resource pointing to color resources.

- Created res/values/colors.xml with all app colors
- Changed AndroidManifest.xml to use android:resource="@color/..."
- Updated styles.xml to reference color resources
2026-03-29 10:47:27 +00:00
..
java/com/pediatricscribe/twa v9: APK hardening, service worker caching, admin model validation, Docker v9 2026-03-28 23:53:39 +00:00
res Fix Android crash: use resource references for TWA colors instead of inline hex 2026-03-29 10:47:27 +00:00
AndroidManifest.xml Fix Android crash: use resource references for TWA colors instead of inline hex 2026-03-29 10:47:27 +00:00