修复时间戳复制按钮响应

This commit is contained in:
ZhanGSKen
2025-05-05 12:39:45 +08:00
parent d26de8f2f7
commit 2f2512cd76
3 changed files with 15 additions and 10 deletions

View File

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