rewrite README
[noFUDroid.git] / README.md
1 noFUDroid
2 =========
3
4 > 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.
5
6 -- [Wikipedia on Fear, uncertainty and doubt](https://en.wikipedia.org/wiki/Fear,_uncertainty_and_doubt)
7
8 This is asimple Xposed Module which gets rid of the annoying *Network may be monitored* warning 
9 triggered by adding a CA cert to the key store.
10 It is a fork of the original [NetworkMonitoredBlocker](https://github.com/Skarafaz/NetworkMonitoredBlocker) that also supports newer versions of Android.
11
12
13 ## Building:
14
15 You will need version 54 or later of the Xposed Framework.
16 Put the `XposedBridgeApi.jar` into the folder `app/libs/`.
17 Then run `gradle assemble`.
18 You may have to create a file `local.properties` to tell gradle where the Android build tools are located, with content like this:
19 ```
20 sdk.dir=/path/to/android-sdk
21 ```