add support for S Pen actions (#4029)

This commit is contained in:
Dominik Chrástecký
2020-11-21 04:25:24 +01:00
committed by GitHub
parent 122b2b1a8e
commit c9b1a425a7
6 changed files with 96 additions and 3 deletions

View File

@@ -60,7 +60,14 @@
</activity>
<activity
android:name=".ui.reader.ReaderActivity"
android:launchMode="singleTask" />
android:launchMode="singleTask">
<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/s_pen_actions"/>
</activity>
<activity
android:name=".ui.security.BiometricUnlockActivity"
android:theme="@style/Theme.Splash" />