From d2abdb69cf661082de2946b5f697cc6d3f9d5657 Mon Sep 17 00:00:00 2001 From: "Agbara (OpenClaw Agent)" Date: Sun, 12 Apr 2026 18:12:30 +0800 Subject: [PATCH] fix: Add OpenClaw component registrations to AndroidManifest - Register OpenClawPairingActivity - Register OpenClawService - Enables pairing and AI collaboration features --- app/src/main/AndroidManifest.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 8c957240..a154871d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -103,6 +103,19 @@ + + + + + +