android 常用命令

來源:互聯網
上載者:User

標籤:

1.查看當前手機介面的 Activity

dumpsys | grep "mFocusedActivity"

2.查看所有的包

pm list packages

查看關鍵字的包

pm list packages | grep "android" 或者(引號都可以不要) pm list packages "android"

3.查看應用的相關資訊 dumpsys package _package_name

dumpsys package com.example.coolweather.app
也可以用下面的命令,但是不是所有的機器上都能執行,推薦用第一種

pm dump com.example.coolweather.app

4.安裝和卸載應用

pm install 和 pm uninstall

5.查看apk檔案的安裝資訊 aapt dump badging _file_name.apk

aapt dump badging a.apk

6.啟動應用

am start -n com.android.settings/.Settings

am start -a android.intent.action.DIAL -d tel:10086 

am start -a android.intent.action.SENDTO -d mailto:[email protected]

am start -a android.intent.action.VIEW -d http://www.baidu.com

am start -a android.intent.action.VIEW -d file:////mnt/sdcard/ttpod/song/nemo.mp3 -t audio/*

am start -a android.intent.action.VIEW -d "file:////mnt/sdcard/11/Bye Bye Beautiful.mp4" -t video/* 

am start -a android.intent.action.VIEW  -t image/* -d file:////mnt/sdcard/CGB/downloading_imgs/100000000325.png

 

參考:

http://blog.chinaunix.net/uid-20564848-id-74753.html

android 常用命令

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.