增加qq音乐写入

This commit is contained in:
2025-07-16 09:54:24 +08:00
parent 679e42cbf6
commit ea3a446768
6 changed files with 114 additions and 2 deletions

View File

@@ -53,6 +53,16 @@
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
<!-- <activity-->
<!-- android:name=".activity.third_party.NfcQQMusicActivity"-->
<!-- android:launchMode="singleTask">-->
<!-- <intent-filter>-->
<!-- <action android:name="android.nfc.action.NDEF_DISCOVERED" />-->
<!-- <category android:name="android.intent.category.DEFAULT" />-->
<!-- &lt;!&ndash; 匹配 QQ 音乐 Scheme &ndash;&gt;-->
<!-- <data android:scheme="qqmusic" />-->
<!-- </intent-filter>-->
<!-- </activity>-->
<service
android:name="com.google.android.accessibility.selecttospeak.SelectToSpeakService"