Commit e03fb6c8 authored by Thiemo Nagel's avatar Thiemo Nagel Committed by Commit Bot

Include "unknown sources" in Android instructions

Add instructions on how to allow running APKs from unknown sources.

BUG=none
TEST=manual

Change-Id: I61539cff081555d9255454fa3f30b986c2c5c6f6
Reviewed-on: https://chromium-review.googlesource.com/1154543Reviewed-by: default avatarTed Choc <tedchoc@chromium.org>
Commit-Queue: Thiemo Nagel <tnagel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#579345}
parent c36d213a
......@@ -228,6 +228,19 @@ third_party/android_tools/sdk/platform-tools/adb devices
Which prints a list of connected devices. If not connected, try
unplugging and reattaching your device.
### Enable apps from unknown sources
Allow Android to run APKs that haven't been signed through the Play Store:
* Enable 'Unknown sources' under Settings \> Security
In case that setting isn't present, it may be possible to configure it via
`adb shell` instead:
```shell
third_party/android_tools/sdk/platform-tools/adb shell settings put global verifier_verify_adb_installs 0
```
### Build the full browser
```shell
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment