### Install SSLUnpinning APK via ADB Source: https://github.com/ac-pm/sslunpinning_xposed/blob/master/README.md Command to install the SSLUnpinning Xposed module APK on a device using Android Debug Bridge (ADB). This step is required after downloading the APK to deploy the module. ```Shell adb install mobi.acpm.sslunpinning_latest.apk ``` -------------------------------- ### Key SSL/TLS API Libraries Hooked by SSLUnpinning Source: https://github.com/ac-pm/sslunpinning_xposed/blob/master/README.md List of common Java SSL/TLS and HTTP client libraries whose certificate validation mechanisms are targeted and bypassed by the SSLUnpinning Xposed module. This indicates the scope of applications that can be unpinned. ```APIDOC Java Secure Socket Extension (JSSE): - javax.net.ssl.* APACHE HTTP Client: - org.apache.http.conn.ssl.* OKHTTP: - okhttp3.* ``` -------------------------------- ### Uninstall SSLUnpinning APK via ADB Source: https://github.com/ac-pm/sslunpinning_xposed/blob/master/README.md Command to uninstall the SSLUnpinning Xposed module from a device using Android Debug Bridge (ADB). This removes the module from the Android system. ```Shell adb uninstall mobi.acpm.sslunpinning ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.