LocalCommandClient.InstallCustomAppCommandHelper

public interface LocalCommandClient.InstallCustomAppCommandHelper


Provides utilities for the InstallCustomApp command.

Summary

Public methods

abstract @NonNull File

Returns the directory where custom app APKs should be placed before issuing the InstallCustomApp command.

Public methods

getCustomApksStorageDirectory

abstract @NonNull File getCustomApksStorageDirectory()

Returns the directory where custom app APKs should be placed before issuing the InstallCustomApp command.

This directory is used by the SDK to provide the APK file to Android Device Policy.

Returns
@NonNull File

File representing the directory path to be used for storing custom app APKs.