Updated readme with description and build instructions.
This commit is contained in:
parent
722c08b17e
commit
d6b2e44171
1 changed files with 19 additions and 1 deletions
18
README.md
18
README.md
|
@ -1,3 +1,21 @@
|
||||||
|
## Move Certs!
|
||||||
|
|
||||||
|
"Network may be monitored": Tired of this warning after installing a certificate?
|
||||||
|
|
||||||
|
With this app, you can disable it in one click.
|
||||||
|
|
||||||
|
** REQUIRES ROOT **
|
||||||
|
|
||||||
|
Thanks to:
|
||||||
|
http://forum.xda-developers.com/google-nexus-5/help/howto-install-custom-cert-network-t2533550
|
||||||
|
https://stackoverflow.com/questions/13981011/cacerts-bks-does-not-exist/18390177#18390177
|
||||||
|
|
||||||
|
## Building
|
||||||
|
|
||||||
|
Clone the project with `git clone --recursive`
|
||||||
|
|
||||||
|
Build with `gradle assembleDebug` or `gradle assembleRelease`. Alternatively, import the project into Android Studio.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
The RootCommands library (licensed under Apache 2.0) is used for root access, and included in the `libraries/` folder.
|
The RootCommands library (licensed under Apache 2.0) is used for root access, and included in the `libraries/` folder.
|
Reference in a new issue