Skip to content

Kitkat aka Android 4.4 lacks fstatvfs() and statvfs() and more. This projects makes fstatvfs() and statvfs() accessible from Java.

License

Notifications You must be signed in to change notification settings

evermind-zz/OsExt

Repository files navigation

JNI libraries

For some projects I required some special features that were not available on some older Android versions or not available at all. They are all using JNI to call native libc methods.

osext-stat

osext-stat

native-utils

native-utils

Releases

Releases are distributed via jitpack. Make sure you include jitpack in your main build.gradle

allprojects {
    repositories {
        maven { url "https://jitpack.io" }
        // other sources

    }
}

About

Kitkat aka Android 4.4 lacks fstatvfs() and statvfs() and more. This projects makes fstatvfs() and statvfs() accessible from Java.

Resources

License

Stars

Watchers

Forks

Packages

No packages published