| Index: docs/android_test_instructions.md
|
| diff --git a/docs/android_test_instructions.md b/docs/android_test_instructions.md
|
| index a25b3d4f99f72f39f7d8fbae2a67a5d54175fdf0..59054076058608a3586173f41f50f44570d8bdcd 100644
|
| --- a/docs/android_test_instructions.md
|
| +++ b/docs/android_test_instructions.md
|
| @@ -9,17 +9,18 @@ instructions below for setting up either a physical device or an emulator.
|
|
|
| In order to allow the ADB to connect to the device, you must enable USB
|
| debugging:
|
| - * Before Android 4.1 (Jelly Bean):
|
| - * Go to "System Settings"
|
| - * Go to "Developer options"
|
| - * Check "USB debugging".
|
| - * Un-check "Verify apps over USB".
|
| - * On Jelly Bean, developer options are hidden by default. To unhide them:
|
| - * Go to "About phone"
|
| - * Tap 10 times on "Build number"
|
| - * The "Developer options" menu will now be available.
|
| - * Check "USB debugging".
|
| - * Un-check "Verify apps over USB".
|
| +
|
| +* Before Android 4.1 (Jelly Bean):
|
| + * Go to "System Settings"
|
| + * Go to "Developer options"
|
| + * Check "USB debugging".
|
| + * Un-check "Verify apps over USB".
|
| +* On Jelly Bean, developer options are hidden by default. To unhide them:
|
| + * Go to "About phone"
|
| + * Tap 10 times on "Build number"
|
| + * The "Developer options" menu will now be available.
|
| + * Check "USB debugging".
|
| + * Un-check "Verify apps over USB".
|
|
|
| ### Screen
|
|
|
| @@ -33,7 +34,7 @@ tests will break in exciting ways if stay awake is off).
|
|
|
| ### Enable Asserts!
|
|
|
| -`adb shell setprop debug.assert 1`
|
| + adb shell setprop debug.assert 1
|
|
|
| ### Disable Verify Apps
|
|
|
|
|