ActivityManager.MetaHomeAlternate Field

Definition

<meta-data> name for a 'home' Activity that declares a package that is to be uninstalled in lieu of the declaring one.
[Android.Runtime.Register("META_HOME_ALTERNATE")]
public const string MetaHomeAlternate;
[<Android.Runtime.Register("META_HOME_ALTERNATE")>]
val mutable MetaHomeAlternate : string

Field Value

Attributes

Remarks

<meta-data> name for a 'home' Activity that declares a package that is to be uninstalled in lieu of the declaring one. The package named here must be signed with the same certificate as the one declaring the <meta-data>.

Java documentation for android.app.ActivityManager.META_HOME_ALTERNATE.

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