X-Git-Url: https://git.ralfj.de/noFUDroid.git/blobdiff_plain/77ea123d1b7ef5deaeceb11897a2d268a5bc3f4c..a31b5c5c81994e70d0e8e0d1ecaedfa321183d9a:/README.md diff --git a/README.md b/README.md index d1516ae..b9105fa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,21 @@ -Network Monitored Blocker -======================= +noFUDroid +========= -Xposed Module: get rid of "Network may be monitored" alert due to private CA certificates. +> 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. + +-- [Wikipedia on Fear, uncertainty and doubt](https://en.wikipedia.org/wiki/Fear,_uncertainty_and_doubt) + +This is asimple 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) that also supports newer versions of Android. + + +## Building: + +You will need version 54 or later of the Xposed Framework. +Put the `XposedBridgeApi.jar` into the folder `app/libs/`. +Then run `gradle assemble`. +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 +```