From 088baa200aa7d7f91730e0601fb91b5cbe795de3 Mon Sep 17 00:00:00 2001 From: julscezar Date: Mon, 6 Apr 2026 05:10:10 -0600 Subject: [PATCH] fix: APPLICATION_ID read as Integer instead of String (fixes #13) Android's Bundle interprets android:value="0" as java.lang.Integer. The Meta DAT SDK calls Bundle.getString() which returns null for non-String types, breaking the registration deep link to Meta Stella. Use a string resource reference (@string/mwdat_application_id) to force Android to treat the value as a String. Co-Authored-By: Claude Opus 4.6 (1M context) --- samples/CameraAccessAndroid/app/src/main/AndroidManifest.xml | 2 +- .../CameraAccessAndroid/app/src/main/res/values/strings.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/samples/CameraAccessAndroid/app/src/main/AndroidManifest.xml b/samples/CameraAccessAndroid/app/src/main/AndroidManifest.xml index 5ed342a1..39c7e808 100644 --- a/samples/CameraAccessAndroid/app/src/main/AndroidManifest.xml +++ b/samples/CameraAccessAndroid/app/src/main/AndroidManifest.xml @@ -25,7 +25,7 @@ The capture LED lets others know when you\'re capturing content or going live. Capture photos by tapping the camera button. Continue + + + 0