Skip to content

Commit

Permalink
Include "unknown sources" in Android instructions
Browse files Browse the repository at this point in the history
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/1154543
Reviewed-by: Ted Choc <tedchoc@chromium.org>
Commit-Queue: Thiemo Nagel <tnagel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#579345}
  • Loading branch information
thiemonagel authored and Commit Bot committed Jul 31, 2018
1 parent c36d213 commit e03fb6c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/android_build_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e03fb6c

Please sign in to comment.