SDL_ANDROID_EXTERNAL_STORAGE_WRITE

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_WRITE = 0x02;

Meta