mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-08-15 06:56:30 +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>
|
||||
</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 -->
|
||||
<service
|
||||
android:name=".service.MeshForegroundService"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user