1al_android_set_apk_fs_interface(3) al_android_set_apk_fs_interface(3)
2
3
4
6 al_android_set_apk_fs_interface - Allegro 5 API
7
9 #include <allegro5/allegro_android.h>
10
11 void al_android_set_apk_fs_interface(void)
12
14 This function will set up a custom ALLEGRO_FS_INTERFACE(3) which allows
15 working within the APK filesystem. The filesystem root is your assets
16 directory and there is read-only access to all files within.
17
18 Note: Some things like querying file size or attributes are not
19 supported by this. You can always use the PhysFS addon to open
20 the APK file (it is just a regular .zip file) and get more com‐
21 plete information.
22
24 5.1.13
25
26
27
28Allegro reference manual al_android_set_apk_fs_interface(3)