Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified cheatsheet.pdf
Binary file not shown.
11 changes: 9 additions & 2 deletions cheatsheet.tex
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,16 @@ \subsection{Common actions}
\parbox{0.30\textwidth}{
To open the URL:

\vspace*{1mm}

\texttt{\$ am start -a android.intent.action.VIEW -d URL}

To launch camera:

\texttt{\$ am start -a android.media.action.IMAGE\_CAPTURE}

To launch Device Adminstrator Settings:

\texttt{\$ am start -S "'com.android.settings.Settings\$
DeviceAdminSettingsActivity'"}
}

\subsection{Logs}
Expand Down