LauncherApps.ArchiveCompatibilityParams


public static class LauncherApps.ArchiveCompatibilityParams
extends Object

java.lang.Object
   ↳ android.content.pm.LauncherApps.ArchiveCompatibilityParams


Used to enable Archiving compatibility options with LauncherApps.setArchiveCompatibility(ArchiveCompatibilityParams).

Summary

Public constructors

ArchiveCompatibilityParams()

Public methods

void setEnableIconOverlay(boolean enableIconOverlay)

If true, provides a cloud overlay for archived apps to ensure users are aware that a certain app is archived.

void setEnableUnarchivalConfirmation(boolean enableUnarchivalConfirmation)

If true, the user is shown a confirmation dialog when they click an archived app, which explains that the app will be downloaded and restored in the background.

Inherited methods

Public constructors

ArchiveCompatibilityParams

public ArchiveCompatibilityParams ()

Public methods

setEnableIconOverlay

public void setEnableIconOverlay (boolean enableIconOverlay)

If true, provides a cloud overlay for archived apps to ensure users are aware that a certain app is archived. True by default.

Launchers might want to disable this operation if they want to provide custom user experience to differentiate archived apps.

Parameters
enableIconOverlay boolean

setEnableUnarchivalConfirmation

public void setEnableUnarchivalConfirmation (boolean enableUnarchivalConfirmation)

If true, the user is shown a confirmation dialog when they click an archived app, which explains that the app will be downloaded and restored in the background. True by default.

Launchers might want to disable this operation if they provide sufficient, alternative user guidance to highlight that an unarchival is starting and ongoing once an archived app is tapped. E.g., this could be achieved by showing the unarchival progress around the icon.

Parameters
enableUnarchivalConfirmation boolean