SDL_ANDROID_EXTERNAL_STORAGE_READ

See the official Android developer guide for more information: http://developer.android.com/guide/topics/data/data-storage.html

version(Android)
extern (C) nothrow @nogc
enum SDL_ANDROID_EXTERNAL_STORAGE_READ = 0x01;

Meta