feat: Implement Spen integration for enhanced stylus support

TY Alexander!
This commit is contained in:
Clebio
2024-05-16 22:15:10 -03:00
parent bbdf1c756e
commit b8283acd0d
3 changed files with 36 additions and 0 deletions

View File

@@ -100,6 +100,12 @@
<intent-filter>
<action android:name="${applicationId}.action.READ_MANGA" />
</intent-filter>
<intent-filter>
<action android:name="com.samsung.android.support.REMOTE_ACTION" />
</intent-filter>
<meta-data
android:name="com.samsung.android.support.REMOTE_ACTION"
android:resource="@xml/remote_action"/>
</activity>
<activity
android:name="org.koitharu.kotatsu.search.ui.SearchActivity"