Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

Latest commit

 

History

History
34 lines (23 loc) · 946 Bytes

File metadata and controls

34 lines (23 loc) · 946 Bytes
id title
EE30ECEB-B37B-412F-826F-464E97ED14B3
Mono.Android.dll

Mono.Android.dll

Namespace: Android.App

Type Changed: Android.App.Activity

Removed:

public class Activity : Android.Views.ContextThemeWrapper, Window.Android.Views.ICallback, KeyEvent.Android.Views.ICallback, Android.Content.IComponentCallbacks, LayoutInflater.Android.Views.IFactory, View.Android.Views.IOnCreateContextMenuListener {

Added:

public class Activity : Android.Views.ContextThemeWrapper, KeyEvent.Android.Views.ICallback, Window.Android.Views.ICallback, Android.Content.IComponentCallbacks, LayoutInflater.Android.Views.IFactory, View.Android.Views.IOnCreateContextMenuListener {

Namespace: Android.Runtime

Type Changed: Android.Runtime.JNIEnv

Added:

public static IntPtr Handle {
 		get;
 	}