Language

LauncherApps.SetArchiveCompatibility Method

Definition

Disable different archive compatibility options of the launcher for the caller of this method.

[Android.Runtime.Register("setArchiveCompatibility", "(Landroid/content/pm/LauncherApps$ArchiveCompatibilityParams;)V", "GetSetArchiveCompatibility_Landroid_content_pm_LauncherApps_ArchiveCompatibilityParams_Handler", ApiSince=35)]
public virtual void SetArchiveCompatibility(Android.Content.PM.LauncherApps.ArchiveCompatibilityParams params);
[<Android.Runtime.Register("setArchiveCompatibility", "(Landroid/content/pm/LauncherApps$ArchiveCompatibilityParams;)V", "GetSetArchiveCompatibility_Landroid_content_pm_LauncherApps_ArchiveCompatibilityParams_Handler", ApiSince=35)>]
abstract member SetArchiveCompatibility : Android.Content.PM.LauncherApps.ArchiveCompatibilityParams -> unit
override this.SetArchiveCompatibility : Android.Content.PM.LauncherApps.ArchiveCompatibilityParams -> unit

Parameters

Attributes

Remarks

Disable different archive compatibility options of the launcher for the caller of this method.

Android reference for android.content.pm.LauncherApps.setArchiveCompatibility.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to