Android.App.AliasActivity Class
Stub activity that launches another activity (and then finishes itself) based on information in its component's manifest meta-data.

See Also: AliasActivity Members

Syntax

[Android.Runtime.Register("android/app/AliasActivity", DoNotGenerateAcw=true)]
public class AliasActivity : Activity

Remarks

Stub activity that launches another activity (and then finishes itself) based on information in its component's manifest meta-data. This is a simple way to implement an alias-like mechanism. To use this activity, you should include in the manifest for the associated component an entry named "android.app.alias". It is a reference to an XML resource describing an intent that launches the real application.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1