Home | History | Annotate | Download | only in help

Lines Matching full:specify

94 option to specify the target device to which the command should be directed. </p>
323 <p>If multiple emulator/device instances are running, you must specify a target instance
329 <p>As shown, you specify the target instance for a command using its adb-assigned serial number.
347 <p>You can use adb to copy an application from your development computer and install it on an emulator/device instance. To do so, use the <code>install</code> command. With the command, you must specify the path to the .apk file that you want to install:</p>
466 <li>{@code --user &lt;USER_ID> | current}: Specify which user to run as; if not
480 <li>{@code --user &lt;USER_ID> | current}: Specify which user to run as; if not
504 <li>{@code --user &lt;USER_ID> | all | current}: Specify user whose processes to kill;
526 <li>{@code [--user &lt;USER_ID> | all | current]}: Specify which user to send to; if not
554 <li>{@code --user &lt;USER_ID> | current}: Specify which user instrumentation runs in;
584 specify user of process to dump; uses current user if not specified.
682 specify the intent with the following options:</p>
686 <dd>Specify the intent action, such as "android.intent.action.VIEW".
690 <dd>Specify the intent data URI, such as "content://contacts/people/1".
694 <dd>Specify the intent MIME type, such as "image/png".
698 <dd>Specify an intent category, such as "android.intent.category.APP_CONTACTS".
701 <dd>Specify the component name with package name prefix to create an explicit intent, such
812 <dd>You can directly specify a URI, package name, and component name when not qualified
947 <li>{@code -i &lt;INSTALLER_PACKAGE_NAME>}: Specify the installer package name.
1109 <p>To use <code>sqlite3</code>, enter a remote shell on the emulator instance, as described above, then invoke the tool using the <code>sqlite3</code> command. Optionally, when invoking <code>sqlite3</code> you can specify the full path to the database you want to explore. Emulator/device instances store SQLite3 databases in the folder <code><span chatdir="1"><span chatindex="259474B4B070F261">/data/data/<em>&lt;package_name&gt;</em>/databases</span></span>/</code>. </p>