File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -178,7 +178,17 @@ <h1 class="menu-title">Android CLI</h1>
178178 < div id ="content " class ="content ">
179179 < main >
180180 < h1 id ="android-shell "> < a class ="header " href ="#android-shell "> android shell</ a > </ h1 >
181- < p > TODO</ p >
181+ < pre > < code class ="language-ignore "> USAGE:
182+ android shell
183+
184+ OPTIONS:
185+ -h, --help Print help information
186+ </ code > </ pre >
187+ < h2 id ="what-it-does "> < a class ="header " href ="#what-it-does "> What it does</ a > </ h2 >
188+ < p > It simply asks < code > adb</ code > to attach a shell to your connected android device / emulator by executing < code > adb shell</ code > .</ p >
189+ < h2 id ="example "> < a class ="header " href ="#example "> Example</ a > </ h2 >
190+ < pre > < code class ="language-sh "> $ android shell
191+ </ code > </ pre >
182192
183193 </ main >
184194
Original file line number Diff line number Diff line change @@ -298,7 +298,17 @@ <h2 id="example-1"><a class="header" href="#example-1">Example</a></h2>
298298< pre > < code class ="language-sh "> $ android devices
299299</ code > </ pre >
300300< div style ="break-before: page; page-break-before: always; "> </ div > < h1 id ="android-shell "> < a class ="header " href ="#android-shell "> android shell</ a > </ h1 >
301- < p > TODO</ p >
301+ < pre > < code class ="language-ignore "> USAGE:
302+ android shell
303+
304+ OPTIONS:
305+ -h, --help Print help information
306+ </ code > </ pre >
307+ < h2 id ="what-it-does-5 "> < a class ="header " href ="#what-it-does-5 "> What it does</ a > </ h2 >
308+ < p > It simply asks < code > adb</ code > to attach a shell to your connected android device / emulator by executing < code > adb shell</ code > .</ p >
309+ < h2 id ="example-2 "> < a class ="header " href ="#example-2 "> Example</ a > </ h2 >
310+ < pre > < code class ="language-sh "> $ android shell
311+ </ code > </ pre >
302312< div style ="break-before: page; page-break-before: always; "> </ div > < h1 id ="android-emulator "> < a class ="header " href ="#android-emulator "> android emulator</ a > </ h1 >
303313< p > TODO</ p >
304314< div style ="break-before: page; page-break-before: always; "> </ div > < h1 id ="dot-android "> < a class ="header " href ="#dot-android "> Dot Android</ a > </ h1 >
Load diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments