X-Git-Url: https://git.ralfj.de/noFUDroid.git/blobdiff_plain/539099d55a0ae8a1118c98d8a31c173bc7e31cf1..a63b2aef0261cb0e540918689dd94d9c20e16bdb:/README.md diff --git a/README.md b/README.md index 1b89601..67cee87 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,25 @@ -Network Monitored Blocker -======================= +noFUDroid +========= -Simple [Xposed Module](http://repo.xposed.info/module/it.skarafaz.xposed.nwmonblocker) which gets rid of the annoying *Network may be monitored* warning -triggered by adding a CA cert to the key store in KitKat. +> Fear, uncertainty, and doubt (often shortened to FUD) is a disinformation strategy used in sales, marketing, public relations, politics and propaganda. FUD is generally a strategy to influence perception by disseminating negative and dubious or false information and a manifestation of the appeal to fear. -## Notes: -* Notification removed. -* Quick settings tile removed. -* Warning icon next to *Security* settings menu removed. +-- [Wikipedia on Fear, uncertainty and doubt](https://en.wikipedia.org/wiki/Fear,_uncertainty_and_doubt) -## Requirements: -* Android KitKat. -* Xposed Framework v54+. +This is a simple Xposed Module which gets rid of the annoying *Network may be monitored* warning +triggered by adding a CA cert to the key store. +It is a fork of the original [NetworkMonitoredBlocker](https://github.com/Skarafaz/NetworkMonitoredBlocker), adding support for newer versions of Android. +Right now, Android KitKat (4.4), Lollipop (5) and Marshmallow (6) have been tested. +Contributions for other versions, and other forms of FUD, are welcome. + + +## Building + +You will need version 54 or later of the Xposed Framework. +Put the `XposedBridgeApi.jar` into the folder `app/libs/`. + +You may have to create a file `local.properties` to tell gradle where the Android build tools are located, with content like this: +``` +sdk.dir=/path/to/android-sdk +``` + +Then run `gradle assemble`.