diff options
author | Katie McCormick <kmccormick@google.com> | 2011-10-31 10:43:41 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-11-02 23:00:59 +0000 |
commit | 31a05f336ac99ab4ecfb5e227aca40f8fc7140cb (patch) | |
tree | f5cc986e8c13ef5e8e1b22ae06cc165c2b0b8362 | |
parent | b41d9f8a84a325241440b6e950dea6d240134823 (diff) | |
download | frameworks_base-31a05f336ac99ab4ecfb5e227aca40f8fc7140cb.zip frameworks_base-31a05f336ac99ab4ecfb5e227aca40f8fc7140cb.tar.gz frameworks_base-31a05f336ac99ab4ecfb5e227aca40f8fc7140cb.tar.bz2 |
Doc change: Update instructions to match ICS UI
Change-Id: I565ef27401d169ff28b21f1679e56a725c1ac470
-rw-r--r-- | docs/html/guide/developing/device.jd | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/html/guide/developing/device.jd b/docs/html/guide/developing/device.jd index 9ce3649..deb7a2d 100644 --- a/docs/html/guide/developing/device.jd +++ b/docs/html/guide/developing/device.jd @@ -58,14 +58,17 @@ would on the emulator. Before you can start, there are just a few things to do:< element.</p> </li> <li>Set up your device to allow installation of non-Market applications. <p>On -the device, go to <strong>Settings > Applications</strong> and enable +the device, go to <strong>Settings > Applications</strong> and enable -<strong>Unknown sources</strong>.</p> +<strong>Unknown sources</strong> (on an Android 4.0 device, the setting is +located in <strong>Settings > Security</strong>).</p> </li> <li>Turn on "USB Debugging" on your device. - <p>On the device, go to <strong>Settings > Applications > Development</strong> - and enable <strong>USB debugging</strong>.</p> + <p>On the device, go to <strong>Settings > Applications > Development</strong> + and enable <strong>USB debugging</strong> + (on an Android 4.0 device, the setting is +located in <strong>Settings > Developer options</strong>).</p> </li> <li>Set up your system to detect your device. <ul> |