diff --git a/src/net/Netdroid/Generated/Android/Bluetooth/BluetoothA2dp.cs b/src/net/Netdroid/Generated/Android/Bluetooth/BluetoothA2dp.cs index fc2213c6b..966faa512 100644 --- a/src/net/Netdroid/Generated/Android/Bluetooth/BluetoothA2dp.cs +++ b/src/net/Netdroid/Generated/Android/Bluetooth/BluetoothA2dp.cs @@ -104,13 +104,6 @@ public int GetConnectionState(Android.Bluetooth.BluetoothDevice arg0) { return IExecuteWithSignature>("getDevicesMatchingConnectionStates", "([I)Ljava/util/List;", new object[] { arg0 }); } - /// - /// - /// - public void Finalize() - { - IExecuteWithSignature("finalize", "()V"); - } #endregion diff --git a/src/net/Netdroid/Generated/Android/Net/Ipsec/Ike/IkeSession.cs b/src/net/Netdroid/Generated/Android/Net/Ipsec/Ike/IkeSession.cs index 78d2182ed..17be86915 100644 --- a/src/net/Netdroid/Generated/Android/Net/Ipsec/Ike/IkeSession.cs +++ b/src/net/Netdroid/Generated/Android/Net/Ipsec/Ike/IkeSession.cs @@ -74,13 +74,6 @@ public void CloseChildSession(Android.Net.Ipsec.Ike.ChildSessionCallback arg0) IExecuteWithSignature("closeChildSession", "(Landroid/net/ipsec/ike/ChildSessionCallback;)V", arg0); } /// - /// - /// - public void Finalize() - { - IExecuteWithSignature("finalize", "()V"); - } - /// /// /// public void Kill() diff --git a/src/net/Netdroid/Generated/Android/Widget/AutoCompleteTextView.cs b/src/net/Netdroid/Generated/Android/Widget/AutoCompleteTextView.cs index 3e26d4fec..6bda6485a 100644 --- a/src/net/Netdroid/Generated/Android/Widget/AutoCompleteTextView.cs +++ b/src/net/Netdroid/Generated/Android/Widget/AutoCompleteTextView.cs @@ -99,7 +99,7 @@ public AutoCompleteTextView(Android.Content.Context arg0) /// /// /// - /// + /// public void SetAdapter(T arg0) where T : Android.Widget.IListAdapter, Android.Widget.IFilterable, new() { IExecuteWithSignature("setAdapter", "(Landroid/widget/ListAdapter;)V", arg0);