Skip to content

Commit

Permalink
Merge pull request #39 from RobbieNesmith/add-air-actions
Browse files Browse the repository at this point in the history
Add air actions for using Samsung's S Pen
  • Loading branch information
udenr authored Sep 6, 2024
2 parents 1cb49b6 + 2900234 commit 7d6d38e
Show file tree
Hide file tree
Showing 6 changed files with 437 additions and 323 deletions.
7 changes: 7 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,16 @@
android:value="org.secuso.privacyfriendly2048.activities.MainActivity" />
</activity>
<activity
android:exported="true"
android:name=".activities.GameActivity"
android:label="@string/title_activity_game"
android:parentActivityName=".activities.MainActivity">
<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/air_actions" />
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="org.secuso.privacyfriendly2048.activities.MainActivity" />
Expand Down
Loading

0 comments on commit 7d6d38e

Please sign in to comment.