Example usage for Java android.content.pm PackageInstaller fields, constructors, methods, implement or subclass
The text is from its open source code.
String | ACTION_CONFIRM_PERMISSIONS |
String | EXTRA_SESSION_ID An integer session ID that an operation is working with. |
int | createSession(@NonNull SessionParams params) Create a new session using the given parameters, returning a unique ID that represents the session. |
Session | openSession(int sessionId) Open an existing session to actively perform work. |