This commit is contained in:
ZhanGSKen
2025-05-05 11:53:48 +08:00
parent 2e9b6ae263
commit d26de8f2f7
5 changed files with 66 additions and 7 deletions

View File

@@ -39,6 +39,12 @@
<service android:name=".AssistantService"/>
<receiver android:name=".receivers.ButtonClickReceiver">
<intent-filter>
<action android:name="com.example.BUTTON_CLICK_ACTION" />
</intent-filter>
</receiver>
</application>
</manifest>