Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be8a896c authored by Seweryn Fornalik's avatar Seweryn Fornalik
Browse files

Update README.md - Permissions UML class diagrams (v.0.0.2.1).

parent abdffb7f
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -10,3 +10,15 @@ To be able to compile this module, you will need a specific version of android f
You can just follow the instructions given by this project [ anggrayudi/android-hidden-api ](https://github.com/anggrayudi/android-hidden-api) to get everything setup.  

**Caution:** Actually, the given android.jar for sdk 29 (android 10 / Q) doesn't work out of the box. To make it work, you just have to unzip it twice, until you get a list of directories (android, androidx, assets, ...) in the root of the android.jar archive.

# Structure (UML class diagrams)

* v0.0.2.1 (Permissions)


```mermaid

classDiagram
    AbstractPermissionHelper <|-- EPermissionHelper
    AbstractPrivacyLeakageMeter <|-- EPrivacyLeakageMeter
    AbstractPermissionManager <|-- EPermissionManager