summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-3.2.20/test/android/cmake/res/xml
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-08-30 16:53:58 -0700
committer3gg <3gg@shellblade.net>2025-08-30 16:53:58 -0700
commit6aaedb813fa11ba0679c3051bc2eb28646b9506c (patch)
tree34acbfc9840e02cb4753e6306ea7ce978bf8b58e /src/contrib/SDL-3.2.20/test/android/cmake/res/xml
parent8f228ade99dd3d4c8da9b78ade1815c9adf85c8f (diff)
Update to SDL3
Diffstat (limited to 'src/contrib/SDL-3.2.20/test/android/cmake/res/xml')
-rw-r--r--src/contrib/SDL-3.2.20/test/android/cmake/res/xml/shortcuts.xml.cmake24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/contrib/SDL-3.2.20/test/android/cmake/res/xml/shortcuts.xml.cmake b/src/contrib/SDL-3.2.20/test/android/cmake/res/xml/shortcuts.xml.cmake
new file mode 100644
index 0000000..a29a2de
--- /dev/null
+++ b/src/contrib/SDL-3.2.20/test/android/cmake/res/xml/shortcuts.xml.cmake
@@ -0,0 +1,24 @@
1<?xml version="1.0" encoding="utf-8"?>
2<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
3 <shortcut
4 android:shortcutId="modifyArguments"
5 android:enabled="true"
6 android:icon="@drawable/sdl-test_foreground"
7 android:shortcutShortLabel="@string/shortcutModifyArgumentsShortLabel">
8 <intent
9 android:action="@ANDROID_MANIFEST_PACKAGE@.MODIFY_ARGUMENTS"
10 android:targetPackage="@ANDROID_MANIFEST_PACKAGE@"
11 android:targetClass="@ANDROID_MANIFEST_PACKAGE@.SDLEntryTestActivity" />
12 </shortcut>
13 <shortcut
14 android:shortcutId="intermediateActivity"
15 android:enabled="true"
16 android:icon="@drawable/sdl-test_foreground"
17 android:shortcutShortLabel="@string/shortcutIntermediateActivityShortLabel">
18 <intent
19 android:action="android.intent.action.MAIN"
20 android:targetPackage="@ANDROID_MANIFEST_PACKAGE@"
21 android:targetClass="@ANDROID_MANIFEST_PACKAGE@.SDLEntryTestActivity" />
22 </shortcut>
23 <!-- Specify more shortcuts here. -->
24</shortcuts>