See: Description
| Class | Description |
|---|---|
| FileContentProvider |
This provider allows other applications read-only access to this application's files under its
private directory under internal storage, as well as its asset files within the APK's "assets"
directory or within Google Play expansion files.
|
| FileServices |
Provides easy seamless access to files that are external to the application, files within the APK's
"assets" directory, and files within Google Play expansion files.
|
| PackageServices |
Provides easy access to information about various packages installed on an Android device.
|
| UniqueFileNameBuilder |
Generates a unique file name in a given directory.
|
| ZipFileEntryInputStream |
Stream used to read decompressed data from one entry within a zip file.
|
| Enum | Description |
|---|---|
| PackageState |
Enum giving the state of a package on an Android device.
|