diff options
| author | 3gg <3gg@shellblade.net> | 2025-12-27 12:03:39 -0800 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2025-12-27 12:03:39 -0800 |
| commit | 5a079a2d114f96d4847d1ee305d5b7c16eeec50e (patch) | |
| tree | 8926ab44f168acf787d8e19608857b3af0f82758 /contrib/SDL-3.2.8/test/android/cmake/res | |
Initial commit
Diffstat (limited to 'contrib/SDL-3.2.8/test/android/cmake/res')
| -rw-r--r-- | contrib/SDL-3.2.8/test/android/cmake/res/values/strings.xml.cmake | 5 | ||||
| -rw-r--r-- | contrib/SDL-3.2.8/test/android/cmake/res/xml/shortcuts.xml.cmake | 24 |
2 files changed, 29 insertions, 0 deletions
diff --git a/contrib/SDL-3.2.8/test/android/cmake/res/values/strings.xml.cmake b/contrib/SDL-3.2.8/test/android/cmake/res/values/strings.xml.cmake new file mode 100644 index 0000000..871c17f --- /dev/null +++ b/contrib/SDL-3.2.8/test/android/cmake/res/values/strings.xml.cmake | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | <resources> | ||
| 2 | <string name="app_name">@ANDROID_MANIFEST_APP_NAME@</string> | ||
| 3 | <string name="lib_name">@ANDROID_MANIFEST_LIB_NAME@</string> | ||
| 4 | <string name="label">@ANDROID_MANIFEST_LABEL@</string> | ||
| 5 | </resources> | ||
diff --git a/contrib/SDL-3.2.8/test/android/cmake/res/xml/shortcuts.xml.cmake b/contrib/SDL-3.2.8/test/android/cmake/res/xml/shortcuts.xml.cmake new file mode 100644 index 0000000..a29a2de --- /dev/null +++ b/contrib/SDL-3.2.8/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> | ||
