
MC40 Integrator Guide
Package List File
A Package List file is a text file that lists package names that can be imported into the Packages list. The file makes
it easier to enter package name into the application. The text file contains one line for each package name.
Example:
com.motorolasolutions.example1
com.motorolasolutions.example2
com.motorolasolutions.example3
com.motorolasolutions.example4
6.7.1 Determining Applications Installed on the Device
To determine the names of applications installed on the device for use with the Enterprise Administrator application:
Procedure Steps
1
Connect the device to the host computer.
See
9.2 Development Tools, page 9-2
for information on installing the USB driver for use with adb.
2
On the host computer, open a command prompt (or a terminal in Ubuntu) and run the following:
adb devices
. This returns the device id.
adb shell
$pm list packages -f > sdcard/pkglist.txt
$exit
3
A pkglist.txt file is created in the root of the On-device Storage. The file lists all the .apk files installed with
their package names.
6.8 Secure Storage
Secure Storage Administrator application allows:
• installation and deletion of encrypted keys
• creation, mounting, un-mounting and deletion of the encrypted file systems.
6.8.1 Installing a Key
Procedure Steps
6-20
MN000112A01 - September 2013