diff --git a/_items/Guide.md b/_items/Guide.md index 0a992cf..b6f3795 100644 --- a/_items/Guide.md +++ b/_items/Guide.md @@ -81,6 +81,9 @@ _Disclaimer: This is for education / research._ - -\>> _[Desktop](#desktop-1)_
-\>> [Mobile](#mobile)
+ +- -\>> _[External Applications](#external-applications)_
+ -\>> [Physical](#physical)
-\>> [Secure Communications](#secure-communications)
-\>> [Secure Hardware](#secure-hardware)
@@ -920,6 +923,15 @@ We can use Orbot to route traffic over Tor on a per-profile basis. *Note: UDP is not supported by Tor* + +
+ +### External Applications + +Assuming you are using Android, APKs are used to install applications. +These can be dangerous as installing a malicious application can be detrimental to your system. +It would likely be best to install various APKs from a source you can reasonably trust, or you can build your own and verify the signatures. +
---