android.rst
changeset 2254 b01b5f568c5a
parent 2228 837f1337c59b
child 2487 3554b388e7a2
equal deleted inserted replaced
2253:6bb039213d89 2254:b01b5f568c5a
   209   $ adb install -r /path/to/application.apk
   209   $ adb install -r /path/to/application.apk
   210 
   210 
   211 List installed package names (with path to ``.apk`` files!)::
   211 List installed package names (with path to ``.apk`` files!)::
   212 
   212 
   213   $ adb shell 'pm list packages -f'
   213   $ adb shell 'pm list packages -f'
       
   214   $ adb shell 'cmd package list packages -f'
   214 
   215 
   215 Uninstall application by its package name::
   216 Uninstall application by its package name::
   216 
   217 
   217   $ adb uninstall PACKAGE_NAME
   218   $ adb uninstall PACKAGE_NAME
   218 
   219