Skip to content
/ fdutil Public

Collection of Android libraries for accessing filesystem from Java with root privileges

License

Notifications You must be signed in to change notification settings

chdir/fdutil

Repository files navigation

Branch Build Status
Master Master Build status

Usage

Download

Add the library to project:

repositories {
    maven {
        url 'http://dl.bintray.com/alexanderr/maven'
    }
}

dependencies {
  compile 'net.sf.xfd:providers:0.1'
}

The library includes two ContentProviders: one is exported without permission protection (no extra steps like calling grantUriPermission required!), and security is ensured by signing dynamically generated Uri with SHA1-based HMAC. Annother one implements DocumentProvider contract (an entry in file choser). You can disable either of them, if you don't need both.

See source code of example project for basic usage.

About

Collection of Android libraries for accessing filesystem from Java with root privileges

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published