mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-09-19 04:59:59 +00:00
fix: Add OpenClaw component registrations to AndroidManifest
- Register OpenClawPairingActivity - Register OpenClawService - Enables pairing and AI collaboration features
This commit is contained in:
parent
2481ff5073
commit
d2abdb69cf
@ -103,6 +103,19 @@
|
|||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
|
<!-- OpenClaw Pairing Activity -->
|
||||||
|
<activity
|
||||||
|
android:name=".features.openclaw.OpenClawPairingActivity"
|
||||||
|
android:exported="false"
|
||||||
|
android:label="OpenClaw Pairing"
|
||||||
|
android:theme="@style/Theme.BitchatAndroid" />
|
||||||
|
|
||||||
|
<!-- OpenClaw Service for AI-human secure collaboration -->
|
||||||
|
<service
|
||||||
|
android:name=".features.openclaw.OpenClawService"
|
||||||
|
android:enabled="true"
|
||||||
|
android:exported="false" />
|
||||||
|
|
||||||
<!-- Persistent foreground service to run the mesh in background -->
|
<!-- Persistent foreground service to run the mesh in background -->
|
||||||
<service
|
<service
|
||||||
android:name=".service.MeshForegroundService"
|
android:name=".service.MeshForegroundService"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user