|
Size: 1356
Comment: Added Default section.
|
← Revision 3 as of 2015-09-17 22:01:46 ⇥
Size: 1413
Comment: Updated with content from header file.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 32: | Line 32: |
| ''You can add useful comments here'' | This hint must be set together with the hint [[SDL_HINT_ANDROID_APK_EXPANSION_MAIN_FILE_VERSION]]. |
| Line 34: | Line 34: |
| ##Leave this section as-is unless you have a remark to put in. In that case, replace ''You can add useful comments here'' with your remark(s) following the Style Guide instructions. Leave the rest of the markup alone and delete this comment. | If both hints were set then [[SDL_RWFromFile]]() will look into expansion files after a given relative path was not found in the internal storage and assets. By default this hint is not set and the APK expansion files are not searched. |
DRAFT |
SDL_HINT_ANDROID_APK_EXPANSION_PATCH_FILE_VERSION
A hint that specifies the Android APK expansion patch file version.
Contents
Values
X |
the Android APK expansion patch file version (should be a string number like "1", "2" etc.) |
Default
By default this hint is not set.
Code Examples
You can add your code example here
Remarks
This hint must be set together with the hint SDL_HINT_ANDROID_APK_EXPANSION_MAIN_FILE_VERSION.
If both hints were set then SDL_RWFromFile() will look into expansion files after a given relative path was not found in the internal storage and assets.
By default this hint is not set and the APK expansion files are not searched.
Version
This hint is available since SDL 2.0.4.
