diff options
author | Maximilian Hils <git@maximilianhils.com> | 2014-01-21 21:56:36 +0100 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2014-01-21 21:56:36 +0100 |
commit | cf094c2fbcce5928c63dde548080fb5f89e106f7 (patch) | |
tree | 4e27ccb4979693b901b2f09d845d65eedc8483c8 /doc-src | |
parent | 7ddc941116852b191d80643af70af90a6fd8849c (diff) | |
download | mitmproxy-cf094c2fbcce5928c63dde548080fb5f89e106f7.tar.gz mitmproxy-cf094c2fbcce5928c63dde548080fb5f89e106f7.tar.bz2 mitmproxy-cf094c2fbcce5928c63dde548080fb5f89e106f7.zip |
Add note on emulated android devices. refs #204
Diffstat (limited to 'doc-src')
-rw-r--r-- | doc-src/certinstall/android.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc-src/certinstall/android.html b/doc-src/certinstall/android.html index 9b0c5d71..bb0165f7 100644 --- a/doc-src/certinstall/android.html +++ b/doc-src/certinstall/android.html @@ -7,8 +7,11 @@ necessity, and many apps merrily ignore it even if it's there. This situation is improving, but in many circumstances using [transparent mode](@!urlTo("transparent.html")!@) is mandatory for testing Android apps. -We used an Asus Transformer Prime TF201 with Android 4.0.3 in the examples -below - your device may differ, but the broad process should be similar. +We used both an Asus Transformer Prime TF201 (Android 4.0.3) and a Nexus 4 +(Android 4.4.4) in the examples below - your device may differ, +but the broad process should be similar. +On **emulated devices**, +there are some [additional quirks](https://github.com/mitmproxy/mitmproxy/issues/204#issuecomment-32837093) to consider. ## Getting the certificate onto the device |