diff --git a/external/Java.Interop b/external/Java.Interop
index 377c4c7ab50..186174c0377 160000
--- a/external/Java.Interop
+++ b/external/Java.Interop
@@ -1 +1 @@
-Subproject commit 377c4c7ab50d1f25082c7079214b8075eb25de35
+Subproject commit 186174c0377a525308e0123160f2b4a96d2ed4aa
diff --git a/src/Mono.Android/Mono.Android.targets b/src/Mono.Android/Mono.Android.targets
index 6a240f7b621..76f9388fb5f 100644
--- a/src/Mono.Android/Mono.Android.targets
+++ b/src/Mono.Android/Mono.Android.targets
@@ -108,7 +108,6 @@
<_Fixup>--fixup=metadata
<_Enums1>--preserve-enums --enumflags=enumflags --enumfields=map.csv --enummethods=methodmap.csv
<_Enums2>--enummetadata=$(IntermediateOutputPath)mcw\enummetadata
- <_Versions>@(_ApiVersion->'--apiversions="%(Identity)"', ' ')
<_Annotations>--annotations="$(AndroidSdkDirectory)\platform-tools\api\annotations.zip"
<_Assembly>--assembly="Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null"
<_TypeMap>--type-map-report=$(IntermediateOutputPath)mcw\type-mapping.txt
diff --git a/src/Mono.Android/metadata b/src/Mono.Android/metadata
index 111d4ef06fb..3d9341d8a44 100644
--- a/src/Mono.Android/metadata
+++ b/src/Mono.Android/metadata
@@ -1596,10 +1596,6 @@
true
true
-
- true
- true
-
Implement onStartCommand(android.content.Intent, int, int) instead.
@@ -1628,4 +1624,30 @@
true
true
true
+
+
+
+
+
+ true
+ true
+
+
+ 22
+ 23
+ 24
+ 25
+ 26
+ 27
+ 28
+ 29
+ 30
+ 30
diff --git a/tests/api-compatibility/acceptable-breakages-v10.0.txt b/tests/api-compatibility/acceptable-breakages-v10.0.txt
index 82f36ac1a45..7f28b4160d3 100644
--- a/tests/api-compatibility/acceptable-breakages-v10.0.txt
+++ b/tests/api-compatibility/acceptable-breakages-v10.0.txt
@@ -1,9 +1,4 @@
Compat issues with assembly Mono.Android:
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.NavigationBarDividerColor' changed from '[RegisterAttribute("navigationBarDividerColor", ApiSince=28)]' in the contract to '[RegisterAttribute("navigationBarDividerColor", ApiSince=27)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.WindowLayoutInDisplayCutoutMode' changed from '[RegisterAttribute("windowLayoutInDisplayCutoutMode", ApiSince=28)]' in the contract to '[RegisterAttribute("windowLayoutInDisplayCutoutMode", ApiSince=27)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.WindowLightNavigationBar' changed from '[RegisterAttribute("windowLightNavigationBar", ApiSince=28)]' in the contract to '[RegisterAttribute("windowLightNavigationBar", ApiSince=27)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Backup.FileBackupHelperBase' changed from '[RegisterAttribute("android/app/backup/FileBackupHelperBase", DoNotGenerateAcw=true, ApiSince=8)]' in the contract to '[RegisterAttribute("android/app/backup/FileBackupHelperBase", DoNotGenerateAcw=true)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Icu.Util.CECalendar' changed from '[RegisterAttribute("android/icu/util/CECalendar", DoNotGenerateAcw=true, ApiSince=24)]' in the contract to '[RegisterAttribute("android/icu/util/CECalendar", DoNotGenerateAcw=true)]' in the implementation.
MembersMustExist : Member 'public void Android.Media.AudioRecord.add_RoutingChanged(System.EventHandler)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'public void Android.Media.AudioRecord.remove_RoutingChanged(System.EventHandler)' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'public void Android.Media.AudioTrack.add_RoutingChanged(System.EventHandler)' does not exist in the implementation but it does exist in the contract.
@@ -22,9 +17,6 @@ CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.
CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WpsInfo.Creator' in the contract but not the implementation.
CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WpsInfo.Pin' in the contract but not the implementation.
CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WpsInfo.Setup' in the contract but not the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Nfc.Tech.BasicTagTechnology' changed from '[RegisterAttribute("android/nfc/tech/BasicTagTechnology", DoNotGenerateAcw=true, ApiSince=10)]' in the contract to '[RegisterAttribute("android/nfc/tech/BasicTagTechnology", DoNotGenerateAcw=true)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.ClipboardManager..ctor()' changed from '[RegisterAttribute(".ctor", "()V", "")]' in the contract to '[RegisterAttribute(".ctor", "()V", "", ApiSince=11)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.SpannableStringInternal' changed from '[RegisterAttribute("android/text/SpannableStringInternal", DoNotGenerateAcw=true, ApiSince=1)]' in the contract to '[RegisterAttribute("android/text/SpannableStringInternal", DoNotGenerateAcw=true)]' in the implementation.
CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.SpannableStringInternal.CharAt(System.Int32)' changed from '[RegisterAttribute("charAt", "(I)C", "")]' in the contract to '[RegisterAttribute("charAt", "(I)C", "GetCharAt_IHandler")]' in the implementation.
CannotMakeMemberAbstract : Member 'public System.Char Android.Text.SpannableStringInternal.CharAt(System.Int32)' is abstract in the implementation but is not abstract in the contract.
CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.SpannableStringInternal.GetChars(System.Int32, System.Int32, System.Char[], System.Int32)' changed from '[RegisterAttribute("getChars", "(II[CI)V", "")]' in the contract to '[RegisterAttribute("getChars", "(II[CI)V", "GetGetChars_IIarrayCIHandler")]' in the implementation.
@@ -33,44 +25,12 @@ CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Androi
CannotMakeMemberAbstract : Member 'public System.Int32 Android.Text.SpannableStringInternal.Length()' is abstract in the implementation but is not abstract in the contract.
CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.SpannableStringInternal.ToString()' changed from '[RegisterAttribute("toString", "()Ljava/lang/String;", "")]' in the contract to '[RegisterAttribute("toString", "()Ljava/lang/String;", "GetToStringHandler")]' in the implementation.
CannotMakeMemberAbstract : Member 'public System.String Android.Text.SpannableStringInternal.ToString()' is abstract in the implementation but is not abstract in the contract.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.DragAndDropPermissions.Creator' changed from '[RegisterAttribute("CREATOR", ApiSince=25)]' in the contract to '[RegisterAttribute("CREATOR")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.CookieManager..ctor()' changed from '[RegisterAttribute(".ctor", "()V", "")]' in the contract to '[RegisterAttribute(".ctor", "()V", "", ApiSince=22)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.CookieSyncManager.ResetSync()' changed from '[RegisterAttribute("resetSync", "()V", "")]' in the contract to '[RegisterAttribute("resetSync", "()V", "", ApiSince=9)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.CookieSyncManager.StartSync()' changed from '[RegisterAttribute("startSync", "()V", "")]' in the contract to '[RegisterAttribute("startSync", "()V", "", ApiSince=9)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.CookieSyncManager.StopSync()' changed from '[RegisterAttribute("stopSync", "()V", "")]' in the contract to '[RegisterAttribute("stopSync", "()V", "", ApiSince=9)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.CookieSyncManager.Sync()' changed from '[RegisterAttribute("sync", "()V", "")]' in the contract to '[RegisterAttribute("sync", "()V", "", ApiSince=9)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.WebBackForwardList..ctor()' changed from '[RegisterAttribute(".ctor", "()V", "")]' in the contract to '[RegisterAttribute(".ctor", "()V", "", ApiSince=22)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.WebHistoryItem..ctor()' changed from '[RegisterAttribute(".ctor", "()V", "")]' in the contract to '[RegisterAttribute(".ctor", "()V", "", ApiSince=22)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.WebIconDatabase..ctor()' changed from '[RegisterAttribute(".ctor", "()V", "")]' in the contract to '[RegisterAttribute(".ctor", "()V", "", ApiSince=22)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.WebSettings..ctor()' changed from '[RegisterAttribute(".ctor", "()V", "")]' in the contract to '[RegisterAttribute(".ctor", "()V", "", ApiSince=22)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.WebSyncManager' changed from '[RegisterAttribute("android/webkit/WebSyncManager", DoNotGenerateAcw=true, ApiSince=1)]' in the contract to '[RegisterAttribute("android/webkit/WebSyncManager", DoNotGenerateAcw=true)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.WebViewDatabase..ctor()' changed from '[RegisterAttribute(".ctor", "()V", "")]' in the contract to '[RegisterAttribute(".ctor", "()V", "", ApiSince=22)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.AbstractStringBuilder' changed from '[RegisterAttribute("java/lang/AbstractStringBuilder", DoNotGenerateAcw=true, ApiSince=1)]' in the contract to '[RegisterAttribute("java/lang/AbstractStringBuilder", DoNotGenerateAcw=true)]' in the implementation.
CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuffer.Append(Java.Lang.ICharSequence)' changed from '[RegisterAttribute("append", "(Ljava/lang/CharSequence;)Ljava/lang/Appendable;", "")]' in the contract to '[RegisterAttribute("append", "(Ljava/lang/CharSequence;)Ljava/lang/StringBuffer;", "")]' in the implementation.
CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuffer.Append(Java.Lang.ICharSequence, System.Int32, System.Int32)' changed from '[RegisterAttribute("append", "(Ljava/lang/CharSequence;II)Ljava/lang/Appendable;", "")]' in the contract to '[RegisterAttribute("append", "(Ljava/lang/CharSequence;II)Ljava/lang/StringBuffer;", "")]' in the implementation.
CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuffer.Append(System.Char)' changed from '[RegisterAttribute("append", "(C)Ljava/lang/Appendable;", "")]' in the contract to '[RegisterAttribute("append", "(C)Ljava/lang/StringBuffer;", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuffer.Capacity()' changed from '[RegisterAttribute("capacity", "()I", "")]' in the contract to '[RegisterAttribute("capacity", "()I", "", ApiSince=9)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuffer.IndexOf(System.String)' changed from '[RegisterAttribute("indexOf", "(Ljava/lang/String;)I", "")]' in the contract to '[RegisterAttribute("indexOf", "(Ljava/lang/String;)I", "", ApiSince=9)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuffer.LastIndexOf(System.String)' changed from '[RegisterAttribute("lastIndexOf", "(Ljava/lang/String;)I", "")]' in the contract to '[RegisterAttribute("lastIndexOf", "(Ljava/lang/String;)I", "", ApiSince=9)]' in the implementation.
CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.Append(Java.Lang.ICharSequence)' changed from '[RegisterAttribute("append", "(Ljava/lang/CharSequence;)Ljava/lang/Appendable;", "")]' in the contract to '[RegisterAttribute("append", "(Ljava/lang/CharSequence;)Ljava/lang/StringBuilder;", "")]' in the implementation.
CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.Append(Java.Lang.ICharSequence, System.Int32, System.Int32)' changed from '[RegisterAttribute("append", "(Ljava/lang/CharSequence;II)Ljava/lang/Appendable;", "")]' in the contract to '[RegisterAttribute("append", "(Ljava/lang/CharSequence;II)Ljava/lang/StringBuilder;", "")]' in the implementation.
CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.Append(System.Char)' changed from '[RegisterAttribute("append", "(C)Ljava/lang/Appendable;", "")]' in the contract to '[RegisterAttribute("append", "(C)Ljava/lang/StringBuilder;", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.Capacity()' changed from '[RegisterAttribute("capacity", "()I", "")]' in the contract to '[RegisterAttribute("capacity", "()I", "", ApiSince=9)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.CodePointAt(System.Int32)' changed from '[RegisterAttribute("codePointAt", "(I)I", "")]' in the contract to '[RegisterAttribute("codePointAt", "(I)I", "", ApiSince=9)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.CodePointBefore(System.Int32)' changed from '[RegisterAttribute("codePointBefore", "(I)I", "")]' in the contract to '[RegisterAttribute("codePointBefore", "(I)I", "", ApiSince=9)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.CodePointCount(System.Int32, System.Int32)' changed from '[RegisterAttribute("codePointCount", "(II)I", "")]' in the contract to '[RegisterAttribute("codePointCount", "(II)I", "", ApiSince=9)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.EnsureCapacity(System.Int32)' changed from '[RegisterAttribute("ensureCapacity", "(I)V", "")]' in the contract to '[RegisterAttribute("ensureCapacity", "(I)V", "", ApiSince=9)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.GetChars(System.Int32, System.Int32, System.Char[], System.Int32)' changed from '[RegisterAttribute("getChars", "(II[CI)V", "")]' in the contract to '[RegisterAttribute("getChars", "(II[CI)V", "", ApiSince=9)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.IndexOf(System.String)' changed from '[RegisterAttribute("indexOf", "(Ljava/lang/String;)I", "")]' in the contract to '[RegisterAttribute("indexOf", "(Ljava/lang/String;)I", "", ApiSince=9)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.IndexOf(System.String, System.Int32)' changed from '[RegisterAttribute("indexOf", "(Ljava/lang/String;I)I", "")]' in the contract to '[RegisterAttribute("indexOf", "(Ljava/lang/String;I)I", "", ApiSince=9)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.LastIndexOf(System.String)' changed from '[RegisterAttribute("lastIndexOf", "(Ljava/lang/String;)I", "")]' in the contract to '[RegisterAttribute("lastIndexOf", "(Ljava/lang/String;)I", "", ApiSince=9)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.LastIndexOf(System.String, System.Int32)' changed from '[RegisterAttribute("lastIndexOf", "(Ljava/lang/String;I)I", "")]' in the contract to '[RegisterAttribute("lastIndexOf", "(Ljava/lang/String;I)I", "", ApiSince=9)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.OffsetByCodePoints(System.Int32, System.Int32)' changed from '[RegisterAttribute("offsetByCodePoints", "(II)I", "")]' in the contract to '[RegisterAttribute("offsetByCodePoints", "(II)I", "", ApiSince=9)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.SetCharAt(System.Int32, System.Char)' changed from '[RegisterAttribute("setCharAt", "(IC)V", "")]' in the contract to '[RegisterAttribute("setCharAt", "(IC)V", "", ApiSince=9)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.SetLength(System.Int32)' changed from '[RegisterAttribute("setLength", "(I)V", "")]' in the contract to '[RegisterAttribute("setLength", "(I)V", "", ApiSince=9)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.Substring(System.Int32)' changed from '[RegisterAttribute("substring", "(I)Ljava/lang/String;", "")]' in the contract to '[RegisterAttribute("substring", "(I)Ljava/lang/String;", "", ApiSince=9)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.Substring(System.Int32, System.Int32)' changed from '[RegisterAttribute("substring", "(II)Ljava/lang/String;", "")]' in the contract to '[RegisterAttribute("substring", "(II)Ljava/lang/String;", "", ApiSince=9)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.TrimToSize()' changed from '[RegisterAttribute("trimToSize", "()V", "")]' in the contract to '[RegisterAttribute("trimToSize", "()V", "", ApiSince=9)]' in the implementation.
CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Nio.Buffer.Clear()' changed from '[RegisterAttribute("clear", "()Ljava/nio/Buffer;", "")]' in the contract to '[RegisterAttribute("clear", "()Ljava/nio/Buffer;", "GetClearHandler")]' in the implementation.
CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Nio.Buffer.Flip()' changed from '[RegisterAttribute("flip", "()Ljava/nio/Buffer;", "")]' in the contract to '[RegisterAttribute("flip", "()Ljava/nio/Buffer;", "GetFlipHandler")]' in the implementation.
CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Nio.Buffer.Limit(System.Int32)' changed from '[RegisterAttribute("limit", "(I)Ljava/nio/Buffer;", "")]' in the contract to '[RegisterAttribute("limit", "(I)Ljava/nio/Buffer;", "GetLimit_IHandler")]' in the implementation.
@@ -82,4 +42,4 @@ CannotRemoveBaseTypeOrInterface : Type 'Java.Util.Concurrent.Atomic.DoubleAccumu
CannotRemoveBaseTypeOrInterface : Type 'Java.Util.Concurrent.Atomic.DoubleAdder' does not inherit from base type 'Java.Util.Concurrent.Atomic.Striped64' in the implementation but it does in the contract.
CannotRemoveBaseTypeOrInterface : Type 'Java.Util.Concurrent.Atomic.LongAccumulator' does not inherit from base type 'Java.Util.Concurrent.Atomic.Striped64' in the implementation but it does in the contract.
CannotRemoveBaseTypeOrInterface : Type 'Java.Util.Concurrent.Atomic.LongAdder' does not inherit from base type 'Java.Util.Concurrent.Atomic.Striped64' in the implementation but it does in the contract.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Util.Concurrent.Atomic.Striped64' changed from '[RegisterAttribute("java/util/concurrent/atomic/Striped64", DoNotGenerateAcw=true, ApiSince=24)]' in the contract to '[RegisterAttribute("java/util/concurrent/atomic/Striped64", DoNotGenerateAcw=true)]' in the implementation.
\ No newline at end of file
+CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.Color.set(Android.Graphics.Color)' changed from '[RegisterAttribute("setColor", "(I)V", "GetSetColor_IHandler")]' in the contract to '[RegisterAttribute("setColor", "(I)V", "GetSetColor_IHandler", ApiSince=29)]' in the implementation.
\ No newline at end of file
diff --git a/tests/api-compatibility/acceptable-breakages-v8.0.txt b/tests/api-compatibility/acceptable-breakages-v8.0.txt
index 456769e06cb..a85dc6cfe9c 100644
--- a/tests/api-compatibility/acceptable-breakages-v8.0.txt
+++ b/tests/api-compatibility/acceptable-breakages-v8.0.txt
@@ -11,7 +11,6 @@ CannotAddAbstractMembers : Member 'public Android.App.FragmentTransaction Androi
CannotAddAbstractMembers : Member 'public Android.App.FragmentTransaction Android.App.FragmentTransaction.SetPrimaryNavigationFragment(Android.App.Fragment)' is abstract in the implementation but is missing in the contract.
CannotAddAbstractMembers : Member 'public Android.App.FragmentTransaction Android.App.FragmentTransaction.SetReorderingAllowed(System.Boolean)' is abstract in the implementation but is missing in the contract.
CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.Builder.SetNumber(System.Int32)' in the contract but not the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Backup.FileBackupHelperBase' changed from '[RegisterAttribute("android/app/backup/FileBackupHelperBase", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/app/backup/FileBackupHelperBase", DoNotGenerateAcw=true, ApiSince=8)]' in the implementation.
CannotAddAbstractMembers : Member 'public System.Int32 Android.App.Job.JobScheduler.Enqueue(Android.App.Job.JobInfo, Android.App.Job.JobWorkItem)' is abstract in the implementation but is missing in the contract.
CannotAddAbstractMembers : Member 'public Android.Content.Context Android.Content.Context.CreateContextForSplit(System.String)' is abstract in the implementation but is missing in the contract.
CannotAddAbstractMembers : Member 'public Android.Content.Intent Android.Content.Context.RegisterReceiver(Android.Content.BroadcastReceiver, Android.Content.IntentFilter, Android.Content.ActivityFlags)' is abstract in the implementation but is missing in the contract.
@@ -35,8 +34,6 @@ CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'System.S
CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'System.String Android.Hardware.Camera.ActionNewVideo' in the contract but not the implementation.
CannotAddAbstractMembers : Member 'public void Android.Hardware.Camera2.CameraCaptureSession.FinalizeOutputConfigurations(System.Collections.Generic.IList)' is abstract in the implementation but is missing in the contract.
CannotAddAbstractMembers : Member 'public System.Collections.Generic.IList Android.Icu.Text.LocaleDisplayNames.GetUiListCompareWholeItems(System.Collections.Generic.ICollection, Java.Util.IComparator)' is abstract in the implementation but is missing in the contract.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Icu.Util.CECalendar' changed from '[RegisterAttribute("android/icu/util/CECalendar", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/icu/util/CECalendar", DoNotGenerateAcw=true, ApiSince=24)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Nfc.Tech.BasicTagTechnology' changed from '[RegisterAttribute("android/nfc/tech/BasicTagTechnology", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/nfc/tech/BasicTagTechnology", DoNotGenerateAcw=true, ApiSince=10)]' in the implementation.
CannotAddAbstractMembers : Member 'public System.Boolean Android.OS.Vibrator.HasAmplitudeControl' is abstract in the implementation but is missing in the contract.
CannotAddAbstractMembers : Member 'public System.Boolean Android.OS.Vibrator.HasAmplitudeControl.get()' is abstract in the implementation but is missing in the contract.
CannotChangeAttribute : Attribute 'Android.Runtime.IntDefinitionAttribute' on 'Android.Telecom.ConnectionProperties Android.Telecom.ConnectionProperties.SelfManaged' changed from '[IntDefinitionAttribute(null, JniField="android/telecom/Connection.PROPERTY_SELF_MANAGED")]' in the contract to '[IntDefinitionAttribute("Android.Telecom.Connection.PropertySelfManaged", JniField="android/telecom/Connection.PROPERTY_SELF_MANAGED")]' in the implementation.
@@ -44,9 +41,6 @@ CannotRemoveAttribute : Attribute 'Android.Runtime.RegisterAttribute' exists on
CannotRemoveAttribute : Attribute 'Android.Runtime.RegisterAttribute' exists on 'Android.Text.BidiFormatter.UnicodeWrap(System.String, Android.Text.ITextDirectionHeuristic)' in the contract but not the implementation.
CannotRemoveAttribute : Attribute 'Android.Runtime.RegisterAttribute' exists on 'Android.Text.BidiFormatter.UnicodeWrap(System.String, Android.Text.ITextDirectionHeuristic, System.Boolean)' in the contract but not the implementation.
CannotRemoveAttribute : Attribute 'Android.Runtime.RegisterAttribute' exists on 'Android.Text.BidiFormatter.UnicodeWrap(System.String, System.Boolean)' in the contract but not the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.ClipboardManager..ctor()' changed from '[RegisterAttribute(".ctor", "()V", "", ApiSince=11)]' in the contract to '[RegisterAttribute(".ctor", "()V", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.SpannableStringInternal' changed from '[RegisterAttribute("android/text/SpannableStringInternal", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/text/SpannableStringInternal", DoNotGenerateAcw=true, ApiSince=1)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.DragAndDropPermissions.Creator' changed from '[RegisterAttribute("CREATOR")]' in the contract to '[RegisterAttribute("CREATOR", ApiSince=25)]' in the implementation.
InterfacesShouldHaveSameMembers : Interface member 'public Android.Views.View Android.Views.IViewParent.KeyboardNavigationClusterSearch(Android.Views.View, Android.Views.FocusSearchDirection)' is present in the implementation but not in the contract.
CannotAddAbstractMembers : Member 'public Android.Views.Autofill.AutofillId Android.Views.ViewStructure.AutofillId' is abstract in the implementation but is missing in the contract.
CannotAddAbstractMembers : Member 'public Android.Views.Autofill.AutofillId Android.Views.ViewStructure.AutofillId.get()' is abstract in the implementation but is missing in the contract.
@@ -63,51 +57,20 @@ CannotAddAbstractMembers : Member 'public void Android.Views.ViewStructure.SetIn
CannotAddAbstractMembers : Member 'public void Android.Views.ViewStructure.SetLocaleList(Android.OS.LocaleList)' is abstract in the implementation but is missing in the contract.
CannotAddAbstractMembers : Member 'public void Android.Views.ViewStructure.SetOpaque(System.Boolean)' is abstract in the implementation but is missing in the contract.
CannotAddAbstractMembers : Member 'public void Android.Views.ViewStructure.SetWebDomain(System.String)' is abstract in the implementation but is missing in the contract.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.CookieManager..ctor()' changed from '[RegisterAttribute(".ctor", "()V", "", ApiSince=22)]' in the contract to '[RegisterAttribute(".ctor", "()V", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.CookieSyncManager.ResetSync()' changed from '[RegisterAttribute("resetSync", "()V", "", ApiSince=9)]' in the contract to '[RegisterAttribute("resetSync", "()V", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.CookieSyncManager.StartSync()' changed from '[RegisterAttribute("startSync", "()V", "", ApiSince=9)]' in the contract to '[RegisterAttribute("startSync", "()V", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.CookieSyncManager.StopSync()' changed from '[RegisterAttribute("stopSync", "()V", "", ApiSince=9)]' in the contract to '[RegisterAttribute("stopSync", "()V", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.CookieSyncManager.Sync()' changed from '[RegisterAttribute("sync", "()V", "", ApiSince=9)]' in the contract to '[RegisterAttribute("sync", "()V", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.WebBackForwardList..ctor()' changed from '[RegisterAttribute(".ctor", "()V", "", ApiSince=22)]' in the contract to '[RegisterAttribute(".ctor", "()V", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.WebHistoryItem..ctor()' changed from '[RegisterAttribute(".ctor", "()V", "", ApiSince=22)]' in the contract to '[RegisterAttribute(".ctor", "()V", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.WebIconDatabase..ctor()' changed from '[RegisterAttribute(".ctor", "()V", "", ApiSince=22)]' in the contract to '[RegisterAttribute(".ctor", "()V", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.WebSettings..ctor()' changed from '[RegisterAttribute(".ctor", "()V", "", ApiSince=22)]' in the contract to '[RegisterAttribute(".ctor", "()V", "")]' in the implementation.
CannotAddAbstractMembers : Member 'public System.Boolean Android.Webkit.WebSettings.SafeBrowsingEnabled' is abstract in the implementation but is missing in the contract.
CannotAddAbstractMembers : Member 'public System.Boolean Android.Webkit.WebSettings.SafeBrowsingEnabled.get()' is abstract in the implementation but is missing in the contract.
CannotAddAbstractMembers : Member 'public void Android.Webkit.WebSettings.SafeBrowsingEnabled.set(System.Boolean)' is abstract in the implementation but is missing in the contract.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.WebSyncManager' changed from '[RegisterAttribute("android/webkit/WebSyncManager", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/webkit/WebSyncManager", DoNotGenerateAcw=true, ApiSince=1)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.WebViewDatabase..ctor()' changed from '[RegisterAttribute(".ctor", "()V", "", ApiSince=22)]' in the contract to '[RegisterAttribute(".ctor", "()V", "")]' in the implementation.
CannotAddAbstractMembers : Member 'public System.String[] Android.Webkit.WebViewDatabase.GetHttpAuthUsernamePassword(System.String, System.String)' is abstract in the implementation but is missing in the contract.
CannotAddAbstractMembers : Member 'public void Android.Webkit.WebViewDatabase.SetHttpAuthUsernamePassword(System.String, System.String, System.String, System.String)' is abstract in the implementation but is missing in the contract.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.AbstractStringBuilder' changed from '[RegisterAttribute("java/lang/AbstractStringBuilder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("java/lang/AbstractStringBuilder", DoNotGenerateAcw=true, ApiSince=1)]' in the implementation.
CannotAddAbstractMembers : Member 'public System.String Java.Lang.AbstractStringBuilder.ToString()' is abstract in the implementation but is missing in the contract.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.Class.GetAnnotationsByType(Java.Lang.Class)' changed from '[RegisterAttribute("getAnnotationsByType", "(Ljava/lang/Class;)[Ljava/lang/Object;", "")]' in the contract to '[RegisterAttribute("getAnnotationsByType", "(Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.Class.GetDeclaredAnnotation(Java.Lang.Class)' changed from '[RegisterAttribute("getDeclaredAnnotation", "(Ljava/lang/Class;)Ljava/lang/Object;", "")]' in the contract to '[RegisterAttribute("getDeclaredAnnotation", "(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;", "")]' in the implementation.
+CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.Class.GetAnnotationsByType(Java.Lang.Class)' changed from '[RegisterAttribute("getAnnotationsByType", "(Ljava/lang/Class;)[Ljava/lang/Object;", "", ApiSince=24)]' in the contract to '[RegisterAttribute("getAnnotationsByType", "(Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;", "", ApiSince=24)]' in the implementation.
+CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.Class.GetDeclaredAnnotation(Java.Lang.Class)' changed from '[RegisterAttribute("getDeclaredAnnotation", "(Ljava/lang/Class;)Ljava/lang/Object;", "", ApiSince=24)]' in the contract to '[RegisterAttribute("getDeclaredAnnotation", "(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;", "", ApiSince=24)]' in the implementation.
CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuffer.Append(Java.Lang.ICharSequence)' changed from '[RegisterAttribute("append", "(Ljava/lang/CharSequence;)Ljava/lang/StringBuffer;", "")]' in the contract to '[RegisterAttribute("append", "(Ljava/lang/CharSequence;)Ljava/lang/Appendable;", "")]' in the implementation.
CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuffer.Append(Java.Lang.ICharSequence, System.Int32, System.Int32)' changed from '[RegisterAttribute("append", "(Ljava/lang/CharSequence;II)Ljava/lang/StringBuffer;", "")]' in the contract to '[RegisterAttribute("append", "(Ljava/lang/CharSequence;II)Ljava/lang/Appendable;", "")]' in the implementation.
CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuffer.Append(System.Char)' changed from '[RegisterAttribute("append", "(C)Ljava/lang/StringBuffer;", "")]' in the contract to '[RegisterAttribute("append", "(C)Ljava/lang/Appendable;", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuffer.Capacity()' changed from '[RegisterAttribute("capacity", "()I", "", ApiSince=9)]' in the contract to '[RegisterAttribute("capacity", "()I", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuffer.IndexOf(System.String)' changed from '[RegisterAttribute("indexOf", "(Ljava/lang/String;)I", "", ApiSince=9)]' in the contract to '[RegisterAttribute("indexOf", "(Ljava/lang/String;)I", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuffer.LastIndexOf(System.String)' changed from '[RegisterAttribute("lastIndexOf", "(Ljava/lang/String;)I", "", ApiSince=9)]' in the contract to '[RegisterAttribute("lastIndexOf", "(Ljava/lang/String;)I", "")]' in the implementation.
CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.Append(Java.Lang.ICharSequence)' changed from '[RegisterAttribute("append", "(Ljava/lang/CharSequence;)Ljava/lang/StringBuilder;", "")]' in the contract to '[RegisterAttribute("append", "(Ljava/lang/CharSequence;)Ljava/lang/Appendable;", "")]' in the implementation.
CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.Append(Java.Lang.ICharSequence, System.Int32, System.Int32)' changed from '[RegisterAttribute("append", "(Ljava/lang/CharSequence;II)Ljava/lang/StringBuilder;", "")]' in the contract to '[RegisterAttribute("append", "(Ljava/lang/CharSequence;II)Ljava/lang/Appendable;", "")]' in the implementation.
CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.Append(System.Char)' changed from '[RegisterAttribute("append", "(C)Ljava/lang/StringBuilder;", "")]' in the contract to '[RegisterAttribute("append", "(C)Ljava/lang/Appendable;", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.Capacity()' changed from '[RegisterAttribute("capacity", "()I", "", ApiSince=9)]' in the contract to '[RegisterAttribute("capacity", "()I", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.CodePointAt(System.Int32)' changed from '[RegisterAttribute("codePointAt", "(I)I", "", ApiSince=9)]' in the contract to '[RegisterAttribute("codePointAt", "(I)I", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.CodePointBefore(System.Int32)' changed from '[RegisterAttribute("codePointBefore", "(I)I", "", ApiSince=9)]' in the contract to '[RegisterAttribute("codePointBefore", "(I)I", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.CodePointCount(System.Int32, System.Int32)' changed from '[RegisterAttribute("codePointCount", "(II)I", "", ApiSince=9)]' in the contract to '[RegisterAttribute("codePointCount", "(II)I", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.EnsureCapacity(System.Int32)' changed from '[RegisterAttribute("ensureCapacity", "(I)V", "", ApiSince=9)]' in the contract to '[RegisterAttribute("ensureCapacity", "(I)V", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.GetChars(System.Int32, System.Int32, System.Char[], System.Int32)' changed from '[RegisterAttribute("getChars", "(II[CI)V", "", ApiSince=9)]' in the contract to '[RegisterAttribute("getChars", "(II[CI)V", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.IndexOf(System.String)' changed from '[RegisterAttribute("indexOf", "(Ljava/lang/String;)I", "", ApiSince=9)]' in the contract to '[RegisterAttribute("indexOf", "(Ljava/lang/String;)I", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.IndexOf(System.String, System.Int32)' changed from '[RegisterAttribute("indexOf", "(Ljava/lang/String;I)I", "", ApiSince=9)]' in the contract to '[RegisterAttribute("indexOf", "(Ljava/lang/String;I)I", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.LastIndexOf(System.String)' changed from '[RegisterAttribute("lastIndexOf", "(Ljava/lang/String;)I", "", ApiSince=9)]' in the contract to '[RegisterAttribute("lastIndexOf", "(Ljava/lang/String;)I", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.LastIndexOf(System.String, System.Int32)' changed from '[RegisterAttribute("lastIndexOf", "(Ljava/lang/String;I)I", "", ApiSince=9)]' in the contract to '[RegisterAttribute("lastIndexOf", "(Ljava/lang/String;I)I", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.OffsetByCodePoints(System.Int32, System.Int32)' changed from '[RegisterAttribute("offsetByCodePoints", "(II)I", "", ApiSince=9)]' in the contract to '[RegisterAttribute("offsetByCodePoints", "(II)I", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.SetCharAt(System.Int32, System.Char)' changed from '[RegisterAttribute("setCharAt", "(IC)V", "", ApiSince=9)]' in the contract to '[RegisterAttribute("setCharAt", "(IC)V", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.SetLength(System.Int32)' changed from '[RegisterAttribute("setLength", "(I)V", "", ApiSince=9)]' in the contract to '[RegisterAttribute("setLength", "(I)V", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.Substring(System.Int32)' changed from '[RegisterAttribute("substring", "(I)Ljava/lang/String;", "", ApiSince=9)]' in the contract to '[RegisterAttribute("substring", "(I)Ljava/lang/String;", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.Substring(System.Int32, System.Int32)' changed from '[RegisterAttribute("substring", "(II)Ljava/lang/String;", "", ApiSince=9)]' in the contract to '[RegisterAttribute("substring", "(II)Ljava/lang/String;", "")]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Lang.StringBuilder.TrimToSize()' changed from '[RegisterAttribute("trimToSize", "()V", "", ApiSince=9)]' in the contract to '[RegisterAttribute("trimToSize", "()V", "")]' in the implementation.
TypesMustExist : Type 'Java.Lang.Reflect.Constructor.InterfaceConsts' does not exist in the implementation but it does exist in the contract.
TypesMustExist : Type 'Java.Lang.Reflect.Method.InterfaceConsts' does not exist in the implementation but it does exist in the contract.
CannotAddAbstractMembers : Member 'public Java.Net.SocketAddress Java.Nio.Channels.DatagramChannel.LocalAddress' is abstract in the implementation but is missing in the contract.
@@ -116,5 +79,4 @@ CannotAddAbstractMembers : Member 'public Java.Net.SocketAddress Java.Nio.Channe
CannotAddAbstractMembers : Member 'public Java.Net.SocketAddress Java.Nio.Channels.ServerSocketChannel.LocalAddress.get()' is abstract in the implementation but is missing in the contract.
CannotAddAbstractMembers : Member 'public Java.Net.SocketAddress Java.Nio.Channels.SocketChannel.LocalAddress' is abstract in the implementation but is missing in the contract.
CannotAddAbstractMembers : Member 'public Java.Net.SocketAddress Java.Nio.Channels.SocketChannel.LocalAddress.get()' is abstract in the implementation but is missing in the contract.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Java.Util.Concurrent.Atomic.Striped64' changed from '[RegisterAttribute("java/util/concurrent/atomic/Striped64", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("java/util/concurrent/atomic/Striped64", DoNotGenerateAcw=true, ApiSince=24)]' in the implementation.
CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Notification.Number' in the contract but not the implementation.
\ No newline at end of file
diff --git a/tests/api-compatibility/acceptable-breakages-v9.0.txt b/tests/api-compatibility/acceptable-breakages-v9.0.txt
index 647069ccfdf..bcdbc643442 100644
--- a/tests/api-compatibility/acceptable-breakages-v9.0.txt
+++ b/tests/api-compatibility/acceptable-breakages-v9.0.txt
@@ -6,6 +6,3 @@ TypesMustExist : Type 'Android.Telephony.CellIdentityCdma.InterfaceConsts' does
TypesMustExist : Type 'Android.Telephony.CellIdentityGsm.InterfaceConsts' does not exist in the implementation but it does exist in the contract.
TypesMustExist : Type 'Android.Telephony.CellIdentityLte.InterfaceConsts' does not exist in the implementation but it does exist in the contract.
TypesMustExist : Type 'Android.Telephony.CellIdentityWcdma.InterfaceConsts' does not exist in the implementation but it does exist in the contract.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.NavigationBarDividerColor' changed from '[RegisterAttribute("navigationBarDividerColor", ApiSince=27)]' in the contract to '[RegisterAttribute("navigationBarDividerColor", ApiSince=28)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.WindowLayoutInDisplayCutoutMode' changed from '[RegisterAttribute("windowLayoutInDisplayCutoutMode", ApiSince=27)]' in the contract to '[RegisterAttribute("windowLayoutInDisplayCutoutMode", ApiSince=28)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.WindowLightNavigationBar' changed from '[RegisterAttribute("windowLightNavigationBar", ApiSince=27)]' in the contract to '[RegisterAttribute("windowLightNavigationBar", ApiSince=28)]' in the implementation.
\ No newline at end of file
diff --git a/tests/api-compatibility/acceptable-breakages-vReference.txt b/tests/api-compatibility/acceptable-breakages-vReference.txt
index 73bfb041132..e69de29bb2d 100644
--- a/tests/api-compatibility/acceptable-breakages-vReference.txt
+++ b/tests/api-compatibility/acceptable-breakages-vReference.txt
@@ -1,5060 +0,0 @@
-Compat issues with assembly Mono.Android:
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Manifest.Permission.AccessBackgroundLocation' changed from '[RegisterAttribute("ACCESS_BACKGROUND_LOCATION")]' in the contract to '[RegisterAttribute("ACCESS_BACKGROUND_LOCATION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Manifest.Permission.AccessMediaLocation' changed from '[RegisterAttribute("ACCESS_MEDIA_LOCATION")]' in the contract to '[RegisterAttribute("ACCESS_MEDIA_LOCATION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Manifest.Permission.ActivityRecognition' changed from '[RegisterAttribute("ACTIVITY_RECOGNITION")]' in the contract to '[RegisterAttribute("ACTIVITY_RECOGNITION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Manifest.Permission.BindCarrierMessagingClientService' changed from '[RegisterAttribute("BIND_CARRIER_MESSAGING_CLIENT_SERVICE")]' in the contract to '[RegisterAttribute("BIND_CARRIER_MESSAGING_CLIENT_SERVICE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Manifest.Permission.RequestPasswordComplexity' changed from '[RegisterAttribute("REQUEST_PASSWORD_COMPLEXITY")]' in the contract to '[RegisterAttribute("REQUEST_PASSWORD_COMPLEXITY", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Manifest.Permission.SmsFinancialTransactions' changed from '[RegisterAttribute("SMS_FINANCIAL_TRANSACTIONS")]' in the contract to '[RegisterAttribute("SMS_FINANCIAL_TRANSACTIONS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Manifest.Permission.UseFullScreenIntent' changed from '[RegisterAttribute("USE_FULL_SCREEN_INTENT")]' in the contract to '[RegisterAttribute("USE_FULL_SCREEN_INTENT", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Manifest.Permission_group.ActivityRecognition' changed from '[RegisterAttribute("ACTIVITY_RECOGNITION")]' in the contract to '[RegisterAttribute("ACTIVITY_RECOGNITION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.AllowAudioPlaybackCapture' changed from '[RegisterAttribute("allowAudioPlaybackCapture")]' in the contract to '[RegisterAttribute("allowAudioPlaybackCapture", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.EnforceNavigationBarContrast' changed from '[RegisterAttribute("enforceNavigationBarContrast")]' in the contract to '[RegisterAttribute("enforceNavigationBarContrast", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.EnforceStatusBarContrast' changed from '[RegisterAttribute("enforceStatusBarContrast")]' in the contract to '[RegisterAttribute("enforceStatusBarContrast", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.ForceDarkAllowed' changed from '[RegisterAttribute("forceDarkAllowed")]' in the contract to '[RegisterAttribute("forceDarkAllowed", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.ForceUriPermissions' changed from '[RegisterAttribute("forceUriPermissions")]' in the contract to '[RegisterAttribute("forceUriPermissions", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.ForegroundServiceType' changed from '[RegisterAttribute("foregroundServiceType")]' in the contract to '[RegisterAttribute("foregroundServiceType", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.HasFragileUserData' changed from '[RegisterAttribute("hasFragileUserData")]' in the contract to '[RegisterAttribute("hasFragileUserData", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.Identifier' changed from '[RegisterAttribute("identifier")]' in the contract to '[RegisterAttribute("identifier", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.InheritShowWhenLocked' changed from '[RegisterAttribute("inheritShowWhenLocked")]' in the contract to '[RegisterAttribute("inheritShowWhenLocked", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.InteractiveUiTimeout' changed from '[RegisterAttribute("interactiveUiTimeout")]' in the contract to '[RegisterAttribute("interactiveUiTimeout", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.IsLightTheme' changed from '[RegisterAttribute("isLightTheme")]' in the contract to '[RegisterAttribute("isLightTheme", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.IsSplitRequired' changed from '[RegisterAttribute("isSplitRequired")]' in the contract to '[RegisterAttribute("isSplitRequired", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.MinAspectRatio' changed from '[RegisterAttribute("minAspectRatio")]' in the contract to '[RegisterAttribute("minAspectRatio", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.NonInteractiveUiTimeout' changed from '[RegisterAttribute("nonInteractiveUiTimeout")]' in the contract to '[RegisterAttribute("nonInteractiveUiTimeout", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.OpticalInsetBottom' changed from '[RegisterAttribute("opticalInsetBottom")]' in the contract to '[RegisterAttribute("opticalInsetBottom", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.OpticalInsetLeft' changed from '[RegisterAttribute("opticalInsetLeft")]' in the contract to '[RegisterAttribute("opticalInsetLeft", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.OpticalInsetRight' changed from '[RegisterAttribute("opticalInsetRight")]' in the contract to '[RegisterAttribute("opticalInsetRight", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.OpticalInsetTop' changed from '[RegisterAttribute("opticalInsetTop")]' in the contract to '[RegisterAttribute("opticalInsetTop", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.PackageType' changed from '[RegisterAttribute("packageType")]' in the contract to '[RegisterAttribute("packageType", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.RequestLegacyExternalStorage' changed from '[RegisterAttribute("requestLegacyExternalStorage")]' in the contract to '[RegisterAttribute("requestLegacyExternalStorage", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.SecureElementName' changed from '[RegisterAttribute("secureElementName")]' in the contract to '[RegisterAttribute("secureElementName", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.SelectionDividerHeight' changed from '[RegisterAttribute("selectionDividerHeight")]' in the contract to '[RegisterAttribute("selectionDividerHeight", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.SettingsSliceUri' changed from '[RegisterAttribute("settingsSliceUri")]' in the contract to '[RegisterAttribute("settingsSliceUri", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.Shell' changed from '[RegisterAttribute("shell")]' in the contract to '[RegisterAttribute("shell", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.SupportsMultipleDisplays' changed from '[RegisterAttribute("supportsMultipleDisplays")]' in the contract to '[RegisterAttribute("supportsMultipleDisplays", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.TextLocale' changed from '[RegisterAttribute("textLocale")]' in the contract to '[RegisterAttribute("textLocale", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.UseAppZygote' changed from '[RegisterAttribute("useAppZygote")]' in the contract to '[RegisterAttribute("useAppZygote", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.UseEmbeddedDex' changed from '[RegisterAttribute("useEmbeddedDex")]' in the contract to '[RegisterAttribute("useEmbeddedDex", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Attribute.ZygotePreloadName' changed from '[RegisterAttribute("zygotePreloadName")]' in the contract to '[RegisterAttribute("zygotePreloadName", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Id.AccessibilityActionPageDown' changed from '[RegisterAttribute("accessibilityActionPageDown")]' in the contract to '[RegisterAttribute("accessibilityActionPageDown", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Id.AccessibilityActionPageLeft' changed from '[RegisterAttribute("accessibilityActionPageLeft")]' in the contract to '[RegisterAttribute("accessibilityActionPageLeft", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Id.AccessibilityActionPageRight' changed from '[RegisterAttribute("accessibilityActionPageRight")]' in the contract to '[RegisterAttribute("accessibilityActionPageRight", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Id.AccessibilityActionPageUp' changed from '[RegisterAttribute("accessibilityActionPageUp")]' in the contract to '[RegisterAttribute("accessibilityActionPageUp", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Style.ThemeDeviceDefaultDayNight' changed from '[RegisterAttribute("Theme_DeviceDefault_DayNight")]' in the contract to '[RegisterAttribute("Theme_DeviceDefault_DayNight", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Resource.Style.ThemeOverlayDeviceDefaultAccentDayNight' changed from '[RegisterAttribute("ThemeOverlay_DeviceDefault_Accent_DayNight")]' in the contract to '[RegisterAttribute("ThemeOverlay_DeviceDefault_Accent_DayNight", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.AccessibilityServices.AccessibilityServiceShowMode Android.AccessibilityServices.AccessibilityService.ShowModeIgnoreHardKeyboard' changed from '[RegisterAttribute("SHOW_MODE_IGNORE_HARD_KEYBOARD")]' in the contract to '[RegisterAttribute("SHOW_MODE_IGNORE_HARD_KEYBOARD", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.AccessibilityServices.AccessibilityServiceFlags Android.AccessibilityServices.AccessibilityServiceInfo.FlagRequestShortcutWarningDialogSpokenFeedback' changed from '[RegisterAttribute("FLAG_REQUEST_SHORTCUT_WARNING_DIALOG_SPOKEN_FEEDBACK")]' in the contract to '[RegisterAttribute("FLAG_REQUEST_SHORTCUT_WARNING_DIALOG_SPOKEN_FEEDBACK", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.AccessibilityServices.AccessibilityServiceInfo.InteractiveUiTimeoutMillis.get()' changed from '[RegisterAttribute("getInteractiveUiTimeoutMillis", "()I", "GetGetInteractiveUiTimeoutMillisHandler")]' in the contract to '[RegisterAttribute("getInteractiveUiTimeoutMillis", "()I", "GetGetInteractiveUiTimeoutMillisHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.AccessibilityServices.AccessibilityServiceInfo.InteractiveUiTimeoutMillis.set(System.Int32)' changed from '[RegisterAttribute("setInteractiveUiTimeoutMillis", "(I)V", "GetSetInteractiveUiTimeoutMillis_IHandler")]' in the contract to '[RegisterAttribute("setInteractiveUiTimeoutMillis", "(I)V", "GetSetInteractiveUiTimeoutMillis_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.AccessibilityServices.AccessibilityServiceInfo.NonInteractiveUiTimeoutMillis.get()' changed from '[RegisterAttribute("getNonInteractiveUiTimeoutMillis", "()I", "GetGetNonInteractiveUiTimeoutMillisHandler")]' in the contract to '[RegisterAttribute("getNonInteractiveUiTimeoutMillis", "()I", "GetGetNonInteractiveUiTimeoutMillisHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.AccessibilityServices.AccessibilityServiceInfo.NonInteractiveUiTimeoutMillis.set(System.Int32)' changed from '[RegisterAttribute("setNonInteractiveUiTimeoutMillis", "(I)V", "GetSetNonInteractiveUiTimeoutMillis_IHandler")]' in the contract to '[RegisterAttribute("setNonInteractiveUiTimeoutMillis", "(I)V", "GetSetNonInteractiveUiTimeoutMillis_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Activity.OnGetDirectActions(Android.OS.CancellationSignal, Java.Util.Functions.IConsumer)' changed from '[RegisterAttribute("onGetDirectActions", "(Landroid/os/CancellationSignal;Ljava/util/function/Consumer;)V", "GetOnGetDirectActions_Landroid_os_CancellationSignal_Ljava_util_function_Consumer_Handler")]' in the contract to '[RegisterAttribute("onGetDirectActions", "(Landroid/os/CancellationSignal;Ljava/util/function/Consumer;)V", "GetOnGetDirectActions_Landroid_os_CancellationSignal_Ljava_util_function_Consumer_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Activity.OnPerformDirectAction(System.String, Android.OS.Bundle, Android.OS.CancellationSignal, Java.Util.Functions.IConsumer)' changed from '[RegisterAttribute("onPerformDirectAction", "(Ljava/lang/String;Landroid/os/Bundle;Landroid/os/CancellationSignal;Ljava/util/function/Consumer;)V", "GetOnPerformDirectAction_Ljava_lang_String_Landroid_os_Bundle_Landroid_os_CancellationSignal_Ljava_util_function_Consumer_Handler")]' in the contract to '[RegisterAttribute("onPerformDirectAction", "(Ljava/lang/String;Landroid/os/Bundle;Landroid/os/CancellationSignal;Ljava/util/function/Consumer;)V", "GetOnPerformDirectAction_Ljava_lang_String_Landroid_os_Bundle_Landroid_os_CancellationSignal_Ljava_util_function_Consumer_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Activity.OnTopResumedActivityChanged(System.Boolean)' changed from '[RegisterAttribute("onTopResumedActivityChanged", "(Z)V", "GetOnTopResumedActivityChanged_ZHandler")]' in the contract to '[RegisterAttribute("onTopResumedActivityChanged", "(Z)V", "GetOnTopResumedActivityChanged_ZHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Activity.RegisterActivityLifecycleCallbacks(Android.App.Application.IActivityLifecycleCallbacks)' changed from '[RegisterAttribute("registerActivityLifecycleCallbacks", "(Landroid/app/Application$ActivityLifecycleCallbacks;)V", "GetRegisterActivityLifecycleCallbacks_Landroid_app_Application_ActivityLifecycleCallbacks_Handler")]' in the contract to '[RegisterAttribute("registerActivityLifecycleCallbacks", "(Landroid/app/Application$ActivityLifecycleCallbacks;)V", "GetRegisterActivityLifecycleCallbacks_Landroid_app_Application_ActivityLifecycleCallbacks_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Activity.SetInheritShowWhenLocked(System.Boolean)' changed from '[RegisterAttribute("setInheritShowWhenLocked", "(Z)V", "GetSetInheritShowWhenLocked_ZHandler")]' in the contract to '[RegisterAttribute("setInheritShowWhenLocked", "(Z)V", "GetSetInheritShowWhenLocked_ZHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Activity.UnregisterActivityLifecycleCallbacks(Android.App.Application.IActivityLifecycleCallbacks)' changed from '[RegisterAttribute("unregisterActivityLifecycleCallbacks", "(Landroid/app/Application$ActivityLifecycleCallbacks;)V", "GetUnregisterActivityLifecycleCallbacks_Landroid_app_Application_ActivityLifecycleCallbacks_Handler")]' in the contract to '[RegisterAttribute("unregisterActivityLifecycleCallbacks", "(Landroid/app/Application$ActivityLifecycleCallbacks;)V", "GetUnregisterActivityLifecycleCallbacks_Landroid_app_Application_ActivityLifecycleCallbacks_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.ActivityManager.IsActivityStartAllowedOnDisplay(Android.Content.Context, System.Int32, Android.Content.Intent)' changed from '[RegisterAttribute("isActivityStartAllowedOnDisplay", "(Landroid/content/Context;ILandroid/content/Intent;)Z", "GetIsActivityStartAllowedOnDisplay_Landroid_content_Context_ILandroid_content_Intent_Handler")]' in the contract to '[RegisterAttribute("isActivityStartAllowedOnDisplay", "(Landroid/content/Context;ILandroid/content/Intent;)Z", "GetIsActivityStartAllowedOnDisplay_Landroid_content_Context_ILandroid_content_Intent_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.ActivityManager.IsRunningInUserTestHarness.get()' changed from '[RegisterAttribute("isRunningInUserTestHarness", "()Z", "")]' in the contract to '[RegisterAttribute("isRunningInUserTestHarness", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.AppOpsManagerMode Android.App.AppOpsManager.ModeForeground' changed from '[RegisterAttribute("MODE_FOREGROUND")]' in the contract to '[RegisterAttribute("MODE_FOREGROUND", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.WatchForeground Android.App.AppOpsManager.WatchForegroundChanges' changed from '[RegisterAttribute("WATCH_FOREGROUND_CHANGES")]' in the contract to '[RegisterAttribute("WATCH_FOREGROUND_CHANGES", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.AppOpsManager.NoteProxyOpNoThrow(System.String, System.String, System.Int32)' changed from '[RegisterAttribute("noteProxyOpNoThrow", "(Ljava/lang/String;Ljava/lang/String;I)I", "GetNoteProxyOpNoThrow_Ljava_lang_String_Ljava_lang_String_IHandler")]' in the contract to '[RegisterAttribute("noteProxyOpNoThrow", "(Ljava/lang/String;Ljava/lang/String;I)I", "GetNoteProxyOpNoThrow_Ljava_lang_String_Ljava_lang_String_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.AutomaticZenRule..ctor(System.String, Android.Content.ComponentName, Android.Content.ComponentName, Android.Net.Uri, Android.Service.Notification.ZenPolicy, System.Int32, System.Boolean)' changed from '[RegisterAttribute(".ctor", "(Ljava/lang/String;Landroid/content/ComponentName;Landroid/content/ComponentName;Landroid/net/Uri;Landroid/service/notification/ZenPolicy;IZ)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(Ljava/lang/String;Landroid/content/ComponentName;Landroid/content/ComponentName;Landroid/net/Uri;Landroid/service/notification/ZenPolicy;IZ)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.AutomaticZenRule.ConfigurationActivity.get()' changed from '[RegisterAttribute("getConfigurationActivity", "()Landroid/content/ComponentName;", "")]' in the contract to '[RegisterAttribute("getConfigurationActivity", "()Landroid/content/ComponentName;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.AutomaticZenRule.ConfigurationActivity.set(Android.Content.ComponentName)' changed from '[RegisterAttribute("setConfigurationActivity", "(Landroid/content/ComponentName;)V", "")]' in the contract to '[RegisterAttribute("setConfigurationActivity", "(Landroid/content/ComponentName;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.AutomaticZenRule.ZenPolicy.get()' changed from '[RegisterAttribute("getZenPolicy", "()Landroid/service/notification/ZenPolicy;", "")]' in the contract to '[RegisterAttribute("getZenPolicy", "()Landroid/service/notification/ZenPolicy;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.AutomaticZenRule.ZenPolicy.set(Android.Service.Notification.ZenPolicy)' changed from '[RegisterAttribute("setZenPolicy", "(Landroid/service/notification/ZenPolicy;)V", "")]' in the contract to '[RegisterAttribute("setZenPolicy", "(Landroid/service/notification/ZenPolicy;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.DirectAction' changed from '[RegisterAttribute("android/app/DirectAction", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/app/DirectAction", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.DirectAction.Builder' changed from '[RegisterAttribute("android/app/DirectAction$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/app/DirectAction$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.IZygotePreload' changed from '[RegisterAttribute("android/app/ZygotePreload", "", "Android.App.IZygotePreloadInvoker")]' in the contract to '[RegisterAttribute("android/app/ZygotePreload", "", "Android.App.IZygotePreloadInvoker", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Notification.AllowSystemGeneratedContextualActions.get()' changed from '[RegisterAttribute("getAllowSystemGeneratedContextualActions", "()Z", "GetGetAllowSystemGeneratedContextualActionsHandler")]' in the contract to '[RegisterAttribute("getAllowSystemGeneratedContextualActions", "()Z", "GetGetAllowSystemGeneratedContextualActionsHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Notification.GetBubbleMetadata()' changed from '[RegisterAttribute("getBubbleMetadata", "()Landroid/app/Notification$BubbleMetadata;", "GetGetBubbleMetadataHandler")]' in the contract to '[RegisterAttribute("getBubbleMetadata", "()Landroid/app/Notification$BubbleMetadata;", "GetGetBubbleMetadataHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Notification.LocusId.get()' changed from '[RegisterAttribute("getLocusId", "()Landroid/content/LocusId;", "GetGetLocusIdHandler")]' in the contract to '[RegisterAttribute("getLocusId", "()Landroid/content/LocusId;", "GetGetLocusIdHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Notification.Action.IsContextual.get()' changed from '[RegisterAttribute("isContextual", "()Z", "GetIsContextualHandler")]' in the contract to '[RegisterAttribute("isContextual", "()Z", "GetIsContextualHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Notification.Action.Builder.SetContextual(System.Boolean)' changed from '[RegisterAttribute("setContextual", "(Z)Landroid/app/Notification$Action$Builder;", "")]' in the contract to '[RegisterAttribute("setContextual", "(Z)Landroid/app/Notification$Action$Builder;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Notification.BubbleMetadata' changed from '[RegisterAttribute("android/app/Notification$BubbleMetadata", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/app/Notification$BubbleMetadata", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Notification.BubbleMetadata.Builder' changed from '[RegisterAttribute("android/app/Notification$BubbleMetadata$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/app/Notification$BubbleMetadata$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Notification.Builder.SetAllowSystemGeneratedContextualActions(System.Boolean)' changed from '[RegisterAttribute("setAllowSystemGeneratedContextualActions", "(Z)Landroid/app/Notification$Builder;", "GetSetAllowSystemGeneratedContextualActions_ZHandler")]' in the contract to '[RegisterAttribute("setAllowSystemGeneratedContextualActions", "(Z)Landroid/app/Notification$Builder;", "GetSetAllowSystemGeneratedContextualActions_ZHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Notification.Builder.SetBubbleMetadata(Android.App.Notification.BubbleMetadata)' changed from '[RegisterAttribute("setBubbleMetadata", "(Landroid/app/Notification$BubbleMetadata;)Landroid/app/Notification$Builder;", "GetSetBubbleMetadata_Landroid_app_Notification_BubbleMetadata_Handler")]' in the contract to '[RegisterAttribute("setBubbleMetadata", "(Landroid/app/Notification$BubbleMetadata;)Landroid/app/Notification$Builder;", "GetSetBubbleMetadata_Landroid_app_Notification_BubbleMetadata_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Notification.Builder.SetLocusId(Android.Content.LocusId)' changed from '[RegisterAttribute("setLocusId", "(Landroid/content/LocusId;)Landroid/app/Notification$Builder;", "GetSetLocusId_Landroid_content_LocusId_Handler")]' in the contract to '[RegisterAttribute("setLocusId", "(Landroid/content/LocusId;)Landroid/app/Notification$Builder;", "GetSetLocusId_Landroid_content_LocusId_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.NotificationChannel.CanBubble()' changed from '[RegisterAttribute("canBubble", "()Z", "")]' in the contract to '[RegisterAttribute("canBubble", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.NotificationChannel.HasUserSetImportance.get()' changed from '[RegisterAttribute("hasUserSetImportance", "()Z", "")]' in the contract to '[RegisterAttribute("hasUserSetImportance", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.NotificationChannel.SetAllowBubbles(System.Boolean)' changed from '[RegisterAttribute("setAllowBubbles", "(Z)V", "")]' in the contract to '[RegisterAttribute("setAllowBubbles", "(Z)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.App.NotificationManager.ActionAutomaticZenRule' changed from '[RegisterAttribute("ACTION_AUTOMATIC_ZEN_RULE")]' in the contract to '[RegisterAttribute("ACTION_AUTOMATIC_ZEN_RULE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.App.NotificationManager.ExtraAutomaticRuleId' changed from '[RegisterAttribute("EXTRA_AUTOMATIC_RULE_ID")]' in the contract to '[RegisterAttribute("EXTRA_AUTOMATIC_RULE_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.App.NotificationManager.MetaDataAutomaticRuleType' changed from '[RegisterAttribute("META_DATA_AUTOMATIC_RULE_TYPE")]' in the contract to '[RegisterAttribute("META_DATA_AUTOMATIC_RULE_TYPE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.App.NotificationManager.MetaDataRuleInstanceLimit' changed from '[RegisterAttribute("META_DATA_RULE_INSTANCE_LIMIT")]' in the contract to '[RegisterAttribute("META_DATA_RULE_INSTANCE_LIMIT", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.NotificationManager.AreBubblesAllowed()' changed from '[RegisterAttribute("areBubblesAllowed", "()Z", "GetAreBubblesAllowedHandler")]' in the contract to '[RegisterAttribute("areBubblesAllowed", "()Z", "GetAreBubblesAllowedHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.NotificationManager.AreNotificationsPaused()' changed from '[RegisterAttribute("areNotificationsPaused", "()Z", "GetAreNotificationsPausedHandler")]' in the contract to '[RegisterAttribute("areNotificationsPaused", "()Z", "GetAreNotificationsPausedHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.NotificationManager.CanNotifyAsPackage(System.String)' changed from '[RegisterAttribute("canNotifyAsPackage", "(Ljava/lang/String;)Z", "GetCanNotifyAsPackage_Ljava_lang_String_Handler")]' in the contract to '[RegisterAttribute("canNotifyAsPackage", "(Ljava/lang/String;)Z", "GetCanNotifyAsPackage_Ljava_lang_String_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.NotificationManager.NotificationDelegate.get()' changed from '[RegisterAttribute("getNotificationDelegate", "()Ljava/lang/String;", "GetGetNotificationDelegateHandler")]' in the contract to '[RegisterAttribute("getNotificationDelegate", "()Ljava/lang/String;", "GetGetNotificationDelegateHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.NotificationManager.NotificationDelegate.set(System.String)' changed from '[RegisterAttribute("setNotificationDelegate", "(Ljava/lang/String;)V", "GetSetNotificationDelegate_Ljava_lang_String_Handler")]' in the contract to '[RegisterAttribute("setNotificationDelegate", "(Ljava/lang/String;)V", "GetSetNotificationDelegate_Ljava_lang_String_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.NotificationManager.NotifyAsPackage(System.String, System.String, System.Int32, Android.App.Notification)' changed from '[RegisterAttribute("notifyAsPackage", "(Ljava/lang/String;Ljava/lang/String;ILandroid/app/Notification;)V", "GetNotifyAsPackage_Ljava_lang_String_Ljava_lang_String_ILandroid_app_Notification_Handler")]' in the contract to '[RegisterAttribute("notifyAsPackage", "(Ljava/lang/String;Ljava/lang/String;ILandroid/app/Notification;)V", "GetNotifyAsPackage_Ljava_lang_String_Ljava_lang_String_ILandroid_app_Notification_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.NotificationManager.SetAutomaticZenRuleState(System.String, Android.Service.Notification.Condition)' changed from '[RegisterAttribute("setAutomaticZenRuleState", "(Ljava/lang/String;Landroid/service/notification/Condition;)V", "GetSetAutomaticZenRuleState_Ljava_lang_String_Landroid_service_notification_Condition_Handler")]' in the contract to '[RegisterAttribute("setAutomaticZenRuleState", "(Ljava/lang/String;Landroid/service/notification/Condition;)V", "GetSetAutomaticZenRuleState_Ljava_lang_String_Landroid_service_notification_Condition_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.NotificationManager.ShouldHideSilentStatusBarIcons()' changed from '[RegisterAttribute("shouldHideSilentStatusBarIcons", "()Z", "GetShouldHideSilentStatusBarIconsHandler")]' in the contract to '[RegisterAttribute("shouldHideSilentStatusBarIcons", "()Z", "GetShouldHideSilentStatusBarIconsHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.RecoverableSecurityException' changed from '[RegisterAttribute("android/app/RecoverableSecurityException", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/app/RecoverableSecurityException", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.EditChoices Android.App.RemoteInput.EditChoicesBeforeSendingAuto' changed from '[RegisterAttribute("EDIT_CHOICES_BEFORE_SENDING_AUTO")]' in the contract to '[RegisterAttribute("EDIT_CHOICES_BEFORE_SENDING_AUTO", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.EditChoices Android.App.RemoteInput.EditChoicesBeforeSendingDisabled' changed from '[RegisterAttribute("EDIT_CHOICES_BEFORE_SENDING_DISABLED")]' in the contract to '[RegisterAttribute("EDIT_CHOICES_BEFORE_SENDING_DISABLED", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.EditChoices Android.App.RemoteInput.EditChoicesBeforeSendingEnabled' changed from '[RegisterAttribute("EDIT_CHOICES_BEFORE_SENDING_ENABLED")]' in the contract to '[RegisterAttribute("EDIT_CHOICES_BEFORE_SENDING_ENABLED", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.RemoteInput.EditChoicesBeforeSending.get()' changed from '[RegisterAttribute("getEditChoicesBeforeSending", "()I", "")]' in the contract to '[RegisterAttribute("getEditChoicesBeforeSending", "()I", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.RemoteInput.Builder.SetEditChoicesBeforeSending(Android.App.EditChoices)' changed from '[RegisterAttribute("setEditChoicesBeforeSending", "(I)Landroid/app/RemoteInput$Builder;", "")]' in the contract to '[RegisterAttribute("setEditChoicesBeforeSending", "(I)Landroid/app/RemoteInput$Builder;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.StatusBarManager' changed from '[RegisterAttribute("android/app/StatusBarManager", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/app/StatusBarManager", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.TaskInfo' changed from '[RegisterAttribute("android/app/TaskInfo", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/app/TaskInfo", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.UiAutomation.AdoptShellPermissionIdentity(System.String[])' changed from '[RegisterAttribute("adoptShellPermissionIdentity", "([Ljava/lang/String;)V", "")]' in the contract to '[RegisterAttribute("adoptShellPermissionIdentity", "([Ljava/lang/String;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.VoiceInteractor.IsDestroyed.get()' changed from '[RegisterAttribute("isDestroyed", "()Z", "")]' in the contract to '[RegisterAttribute("isDestroyed", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.VoiceInteractor.NotifyDirectActionsChanged()' changed from '[RegisterAttribute("notifyDirectActionsChanged", "()V", "")]' in the contract to '[RegisterAttribute("notifyDirectActionsChanged", "()V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.VoiceInteractor.RegisterOnDestroyedCallback(Java.Util.Concurrent.IExecutor, Java.Lang.IRunnable)' changed from '[RegisterAttribute("registerOnDestroyedCallback", "(Ljava/util/concurrent/Executor;Ljava/lang/Runnable;)Z", "")]' in the contract to '[RegisterAttribute("registerOnDestroyedCallback", "(Ljava/util/concurrent/Executor;Ljava/lang/Runnable;)Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.VoiceInteractor.UnregisterOnDestroyedCallback(Java.Lang.IRunnable)' changed from '[RegisterAttribute("unregisterOnDestroyedCallback", "(Ljava/lang/Runnable;)Z", "")]' in the contract to '[RegisterAttribute("unregisterOnDestroyedCallback", "(Ljava/lang/Runnable;)Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.WallpaperInfo.SettingsSliceUri.get()' changed from '[RegisterAttribute("getSettingsSliceUri", "()Landroid/net/Uri;", "")]' in the contract to '[RegisterAttribute("getSettingsSliceUri", "()Landroid/net/Uri;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.WallpaperInfo.SupportsMultipleDisplays()' changed from '[RegisterAttribute("supportsMultipleDisplays", "()Z", "")]' in the contract to '[RegisterAttribute("supportsMultipleDisplays", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Admin.DelegatedAdminReceiver' changed from '[RegisterAttribute("android/app/admin/DelegatedAdminReceiver", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/app/admin/DelegatedAdminReceiver", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.App.Admin.DeviceAdminReceiver.ActionChoosePrivateKeyAlias' changed from '[RegisterAttribute("ACTION_CHOOSE_PRIVATE_KEY_ALIAS")]' in the contract to '[RegisterAttribute("ACTION_CHOOSE_PRIVATE_KEY_ALIAS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.App.Admin.DeviceAdminReceiver.ActionNetworkLogsAvailable' changed from '[RegisterAttribute("ACTION_NETWORK_LOGS_AVAILABLE")]' in the contract to '[RegisterAttribute("ACTION_NETWORK_LOGS_AVAILABLE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Admin.PasswordComplexity Android.App.Admin.DevicePolicyManager.PasswordComplexityHigh' changed from '[RegisterAttribute("PASSWORD_COMPLEXITY_HIGH")]' in the contract to '[RegisterAttribute("PASSWORD_COMPLEXITY_HIGH", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Admin.PasswordComplexity Android.App.Admin.DevicePolicyManager.PasswordComplexityLow' changed from '[RegisterAttribute("PASSWORD_COMPLEXITY_LOW")]' in the contract to '[RegisterAttribute("PASSWORD_COMPLEXITY_LOW", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Admin.PasswordComplexity Android.App.Admin.DevicePolicyManager.PasswordComplexityMedium' changed from '[RegisterAttribute("PASSWORD_COMPLEXITY_MEDIUM")]' in the contract to '[RegisterAttribute("PASSWORD_COMPLEXITY_MEDIUM", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Admin.PasswordComplexity Android.App.Admin.DevicePolicyManager.PasswordComplexityNone' changed from '[RegisterAttribute("PASSWORD_COMPLEXITY_NONE")]' in the contract to '[RegisterAttribute("PASSWORD_COMPLEXITY_NONE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Admin.PrivateDnsMode Android.App.Admin.DevicePolicyManager.PrivateDnsModeOff' changed from '[RegisterAttribute("PRIVATE_DNS_MODE_OFF")]' in the contract to '[RegisterAttribute("PRIVATE_DNS_MODE_OFF", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Admin.PrivateDnsMode Android.App.Admin.DevicePolicyManager.PrivateDnsModeOpportunistic' changed from '[RegisterAttribute("PRIVATE_DNS_MODE_OPPORTUNISTIC")]' in the contract to '[RegisterAttribute("PRIVATE_DNS_MODE_OPPORTUNISTIC", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Admin.PrivateDnsMode Android.App.Admin.DevicePolicyManager.PrivateDnsModeProviderHostname' changed from '[RegisterAttribute("PRIVATE_DNS_MODE_PROVIDER_HOSTNAME")]' in the contract to '[RegisterAttribute("PRIVATE_DNS_MODE_PROVIDER_HOSTNAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Admin.PrivateDnsMode Android.App.Admin.DevicePolicyManager.PrivateDnsModeUnknown' changed from '[RegisterAttribute("PRIVATE_DNS_MODE_UNKNOWN")]' in the contract to '[RegisterAttribute("PRIVATE_DNS_MODE_UNKNOWN", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Admin.PrivateDnsSet Android.App.Admin.DevicePolicyManager.PrivateDnsSetErrorFailureSetting' changed from '[RegisterAttribute("PRIVATE_DNS_SET_ERROR_FAILURE_SETTING")]' in the contract to '[RegisterAttribute("PRIVATE_DNS_SET_ERROR_FAILURE_SETTING", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Admin.PrivateDnsSet Android.App.Admin.DevicePolicyManager.PrivateDnsSetErrorHostNotServing' changed from '[RegisterAttribute("PRIVATE_DNS_SET_ERROR_HOST_NOT_SERVING")]' in the contract to '[RegisterAttribute("PRIVATE_DNS_SET_ERROR_HOST_NOT_SERVING", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Admin.PrivateDnsSet Android.App.Admin.DevicePolicyManager.PrivateDnsSetNoError' changed from '[RegisterAttribute("PRIVATE_DNS_SET_NO_ERROR")]' in the contract to '[RegisterAttribute("PRIVATE_DNS_SET_NO_ERROR", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.App.Admin.DevicePolicyManager.ProvisioningModeFullyManagedDevice' changed from '[RegisterAttribute("PROVISIONING_MODE_FULLY_MANAGED_DEVICE")]' in the contract to '[RegisterAttribute("PROVISIONING_MODE_FULLY_MANAGED_DEVICE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.App.Admin.DevicePolicyManager.ProvisioningModeManagedProfile' changed from '[RegisterAttribute("PROVISIONING_MODE_MANAGED_PROFILE")]' in the contract to '[RegisterAttribute("PROVISIONING_MODE_MANAGED_PROFILE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.App.Admin.DevicePolicyManager.WipeSilently' changed from '[RegisterAttribute("WIPE_SILENTLY")]' in the contract to '[RegisterAttribute("WIPE_SILENTLY", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.App.Admin.DevicePolicyManager.ActionAdminPolicyCompliance' changed from '[RegisterAttribute("ACTION_ADMIN_POLICY_COMPLIANCE")]' in the contract to '[RegisterAttribute("ACTION_ADMIN_POLICY_COMPLIANCE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.App.Admin.DevicePolicyManager.ActionGetProvisioningMode' changed from '[RegisterAttribute("ACTION_GET_PROVISIONING_MODE")]' in the contract to '[RegisterAttribute("ACTION_GET_PROVISIONING_MODE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.App.Admin.DevicePolicyManager.DelegationCertSelection' changed from '[RegisterAttribute("DELEGATION_CERT_SELECTION")]' in the contract to '[RegisterAttribute("DELEGATION_CERT_SELECTION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.App.Admin.DevicePolicyManager.DelegationNetworkLogging' changed from '[RegisterAttribute("DELEGATION_NETWORK_LOGGING")]' in the contract to '[RegisterAttribute("DELEGATION_NETWORK_LOGGING", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.App.Admin.DevicePolicyManager.ExtraPasswordComplexity' changed from '[RegisterAttribute("EXTRA_PASSWORD_COMPLEXITY")]' in the contract to '[RegisterAttribute("EXTRA_PASSWORD_COMPLEXITY", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.App.Admin.DevicePolicyManager.ExtraProvisioningImei' changed from '[RegisterAttribute("EXTRA_PROVISIONING_IMEI")]' in the contract to '[RegisterAttribute("EXTRA_PROVISIONING_IMEI", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.App.Admin.DevicePolicyManager.ExtraProvisioningMode' changed from '[RegisterAttribute("EXTRA_PROVISIONING_MODE")]' in the contract to '[RegisterAttribute("EXTRA_PROVISIONING_MODE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.App.Admin.DevicePolicyManager.ExtraProvisioningSerialNumber' changed from '[RegisterAttribute("EXTRA_PROVISIONING_SERIAL_NUMBER")]' in the contract to '[RegisterAttribute("EXTRA_PROVISIONING_SERIAL_NUMBER", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.App.Admin.DevicePolicyManager.ExtraProvisioningSkipEducationScreens' changed from '[RegisterAttribute("EXTRA_PROVISIONING_SKIP_EDUCATION_SCREENS")]' in the contract to '[RegisterAttribute("EXTRA_PROVISIONING_SKIP_EDUCATION_SCREENS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.App.Admin.DevicePolicyManager.ExtraProvisioningWifiAnonymousIdentity' changed from '[RegisterAttribute("EXTRA_PROVISIONING_WIFI_ANONYMOUS_IDENTITY")]' in the contract to '[RegisterAttribute("EXTRA_PROVISIONING_WIFI_ANONYMOUS_IDENTITY", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.App.Admin.DevicePolicyManager.ExtraProvisioningWifiCaCertificate' changed from '[RegisterAttribute("EXTRA_PROVISIONING_WIFI_CA_CERTIFICATE")]' in the contract to '[RegisterAttribute("EXTRA_PROVISIONING_WIFI_CA_CERTIFICATE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.App.Admin.DevicePolicyManager.ExtraProvisioningWifiDomain' changed from '[RegisterAttribute("EXTRA_PROVISIONING_WIFI_DOMAIN")]' in the contract to '[RegisterAttribute("EXTRA_PROVISIONING_WIFI_DOMAIN", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.App.Admin.DevicePolicyManager.ExtraProvisioningWifiEapMethod' changed from '[RegisterAttribute("EXTRA_PROVISIONING_WIFI_EAP_METHOD")]' in the contract to '[RegisterAttribute("EXTRA_PROVISIONING_WIFI_EAP_METHOD", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.App.Admin.DevicePolicyManager.ExtraProvisioningWifiIdentity' changed from '[RegisterAttribute("EXTRA_PROVISIONING_WIFI_IDENTITY")]' in the contract to '[RegisterAttribute("EXTRA_PROVISIONING_WIFI_IDENTITY", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.App.Admin.DevicePolicyManager.ExtraProvisioningWifiPhase2Auth' changed from '[RegisterAttribute("EXTRA_PROVISIONING_WIFI_PHASE2_AUTH")]' in the contract to '[RegisterAttribute("EXTRA_PROVISIONING_WIFI_PHASE2_AUTH", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.App.Admin.DevicePolicyManager.ExtraProvisioningWifiUserCertificate' changed from '[RegisterAttribute("EXTRA_PROVISIONING_WIFI_USER_CERTIFICATE")]' in the contract to '[RegisterAttribute("EXTRA_PROVISIONING_WIFI_USER_CERTIFICATE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Admin.DevicePolicyManager.GetCrossProfileCalendarPackages(Android.Content.ComponentName)' changed from '[RegisterAttribute("getCrossProfileCalendarPackages", "(Landroid/content/ComponentName;)Ljava/util/Set;", "GetGetCrossProfileCalendarPackages_Landroid_content_ComponentName_Handler")]' in the contract to '[RegisterAttribute("getCrossProfileCalendarPackages", "(Landroid/content/ComponentName;)Ljava/util/Set;", "GetGetCrossProfileCalendarPackages_Landroid_content_ComponentName_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Admin.DevicePolicyManager.GetGlobalPrivateDnsHost(Android.Content.ComponentName)' changed from '[RegisterAttribute("getGlobalPrivateDnsHost", "(Landroid/content/ComponentName;)Ljava/lang/String;", "GetGetGlobalPrivateDnsHost_Landroid_content_ComponentName_Handler")]' in the contract to '[RegisterAttribute("getGlobalPrivateDnsHost", "(Landroid/content/ComponentName;)Ljava/lang/String;", "GetGetGlobalPrivateDnsHost_Landroid_content_ComponentName_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Admin.DevicePolicyManager.GetGlobalPrivateDnsMode(Android.Content.ComponentName)' changed from '[RegisterAttribute("getGlobalPrivateDnsMode", "(Landroid/content/ComponentName;)I", "GetGetGlobalPrivateDnsMode_Landroid_content_ComponentName_Handler")]' in the contract to '[RegisterAttribute("getGlobalPrivateDnsMode", "(Landroid/content/ComponentName;)I", "GetGetGlobalPrivateDnsMode_Landroid_content_ComponentName_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Admin.DevicePolicyManager.InstallSystemUpdate(Android.Content.ComponentName, Android.Net.Uri, Java.Util.Concurrent.IExecutor, Android.App.Admin.DevicePolicyManager.InstallSystemUpdateCallback)' changed from '[RegisterAttribute("installSystemUpdate", "(Landroid/content/ComponentName;Landroid/net/Uri;Ljava/util/concurrent/Executor;Landroid/app/admin/DevicePolicyManager$InstallSystemUpdateCallback;)V", "GetInstallSystemUpdate_Landroid_content_ComponentName_Landroid_net_Uri_Ljava_util_concurrent_Executor_Landroid_app_admin_DevicePolicyManager_InstallSystemUpdateCallback_Handler")]' in the contract to '[RegisterAttribute("installSystemUpdate", "(Landroid/content/ComponentName;Landroid/net/Uri;Ljava/util/concurrent/Executor;Landroid/app/admin/DevicePolicyManager$InstallSystemUpdateCallback;)V", "GetInstallSystemUpdate_Landroid_content_ComponentName_Landroid_net_Uri_Ljava_util_concurrent_Executor_Landroid_app_admin_DevicePolicyManager_InstallSystemUpdateCallback_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Admin.DevicePolicyManager.PasswordComplexity.get()' changed from '[RegisterAttribute("getPasswordComplexity", "()I", "GetGetPasswordComplexityHandler")]' in the contract to '[RegisterAttribute("getPasswordComplexity", "()I", "GetGetPasswordComplexityHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Admin.DevicePolicyManager.SetCrossProfileCalendarPackages(Android.Content.ComponentName, System.Collections.Generic.ICollection)' changed from '[RegisterAttribute("setCrossProfileCalendarPackages", "(Landroid/content/ComponentName;Ljava/util/Set;)V", "GetSetCrossProfileCalendarPackages_Landroid_content_ComponentName_Ljava_util_Set_Handler")]' in the contract to '[RegisterAttribute("setCrossProfileCalendarPackages", "(Landroid/content/ComponentName;Ljava/util/Set;)V", "GetSetCrossProfileCalendarPackages_Landroid_content_ComponentName_Ljava_util_Set_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Admin.DevicePolicyManager.SetDefaultSmsApplication(Android.Content.ComponentName, System.String)' changed from '[RegisterAttribute("setDefaultSmsApplication", "(Landroid/content/ComponentName;Ljava/lang/String;)V", "GetSetDefaultSmsApplication_Landroid_content_ComponentName_Ljava_lang_String_Handler")]' in the contract to '[RegisterAttribute("setDefaultSmsApplication", "(Landroid/content/ComponentName;Ljava/lang/String;)V", "GetSetDefaultSmsApplication_Landroid_content_ComponentName_Ljava_lang_String_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Admin.DevicePolicyManager.SetGlobalPrivateDnsModeOpportunistic(Android.Content.ComponentName)' changed from '[RegisterAttribute("setGlobalPrivateDnsModeOpportunistic", "(Landroid/content/ComponentName;)I", "GetSetGlobalPrivateDnsModeOpportunistic_Landroid_content_ComponentName_Handler")]' in the contract to '[RegisterAttribute("setGlobalPrivateDnsModeOpportunistic", "(Landroid/content/ComponentName;)I", "GetSetGlobalPrivateDnsModeOpportunistic_Landroid_content_ComponentName_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Admin.DevicePolicyManager.SetGlobalPrivateDnsModeSpecifiedHost(Android.Content.ComponentName, System.String)' changed from '[RegisterAttribute("setGlobalPrivateDnsModeSpecifiedHost", "(Landroid/content/ComponentName;Ljava/lang/String;)I", "GetSetGlobalPrivateDnsModeSpecifiedHost_Landroid_content_ComponentName_Ljava_lang_String_Handler")]' in the contract to '[RegisterAttribute("setGlobalPrivateDnsModeSpecifiedHost", "(Landroid/content/ComponentName;Ljava/lang/String;)I", "GetSetGlobalPrivateDnsModeSpecifiedHost_Landroid_content_ComponentName_Ljava_lang_String_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Admin.DevicePolicyManager.InstallSystemUpdateCallback' changed from '[RegisterAttribute("android/app/admin/DevicePolicyManager$InstallSystemUpdateCallback", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/app/admin/DevicePolicyManager$InstallSystemUpdateCallback", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Backup.BackupManager.GetUserForAncestralSerialNumber(System.Int64)' changed from '[RegisterAttribute("getUserForAncestralSerialNumber", "(J)Landroid/os/UserHandle;", "GetGetUserForAncestralSerialNumber_JHandler")]' in the contract to '[RegisterAttribute("getUserForAncestralSerialNumber", "(J)Landroid/os/UserHandle;", "GetGetUserForAncestralSerialNumber_JHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Roles.RoleManager' changed from '[RegisterAttribute("android/app/role/RoleManager", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/app/role/RoleManager", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Usage.UsageStats.LastTimeForegroundServiceUsed.get()' changed from '[RegisterAttribute("getLastTimeForegroundServiceUsed", "()J", "")]' in the contract to '[RegisterAttribute("getLastTimeForegroundServiceUsed", "()J", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Usage.UsageStats.LastTimeVisible.get()' changed from '[RegisterAttribute("getLastTimeVisible", "()J", "")]' in the contract to '[RegisterAttribute("getLastTimeVisible", "()J", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Usage.UsageStats.TotalTimeForegroundServiceUsed.get()' changed from '[RegisterAttribute("getTotalTimeForegroundServiceUsed", "()J", "")]' in the contract to '[RegisterAttribute("getTotalTimeForegroundServiceUsed", "()J", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.App.Usage.UsageStats.TotalTimeVisible.get()' changed from '[RegisterAttribute("getTotalTimeVisible", "()J", "")]' in the contract to '[RegisterAttribute("getTotalTimeVisible", "()J", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Appwidget.AppWidgetHostView.SetOnLightBackground(System.Boolean)' changed from '[RegisterAttribute("setOnLightBackground", "(Z)V", "GetSetOnLightBackground_ZHandler")]' in the contract to '[RegisterAttribute("setOnLightBackground", "(Z)V", "GetSetOnLightBackground_ZHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.ContentProvider.ApplyBatch(System.String, System.Collections.Generic.IList)' changed from '[RegisterAttribute("applyBatch", "(Ljava/lang/String;Ljava/util/ArrayList;)[Landroid/content/ContentProviderResult;", "GetApplyBatch_Ljava_lang_String_Ljava_util_ArrayList_Handler")]' in the contract to '[RegisterAttribute("applyBatch", "(Ljava/lang/String;Ljava/util/ArrayList;)[Landroid/content/ContentProviderResult;", "GetApplyBatch_Ljava_lang_String_Ljava_util_ArrayList_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.ContentProvider.Call(System.String, System.String, System.String, Android.OS.Bundle)' changed from '[RegisterAttribute("call", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Landroid/os/Bundle;)Landroid/os/Bundle;", "GetCall_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Landroid_os_Bundle_Handler")]' in the contract to '[RegisterAttribute("call", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Landroid/os/Bundle;)Landroid/os/Bundle;", "GetCall_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Landroid_os_Bundle_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.ContentProvider.ClearCallingIdentity()' changed from '[RegisterAttribute("clearCallingIdentity", "()Landroid/content/ContentProvider$CallingIdentity;", "")]' in the contract to '[RegisterAttribute("clearCallingIdentity", "()Landroid/content/ContentProvider$CallingIdentity;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.ContentProvider.RestoreCallingIdentity(Android.Content.ContentProvider.CallingIdentity)' changed from '[RegisterAttribute("restoreCallingIdentity", "(Landroid/content/ContentProvider$CallingIdentity;)V", "")]' in the contract to '[RegisterAttribute("restoreCallingIdentity", "(Landroid/content/ContentProvider$CallingIdentity;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.ContentProvider.CallingIdentity' changed from '[RegisterAttribute("android/content/ContentProvider$CallingIdentity", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/content/ContentProvider$CallingIdentity", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.ContentProviderClient.ApplyBatch(System.String, System.Collections.Generic.IList)' changed from '[RegisterAttribute("applyBatch", "(Ljava/lang/String;Ljava/util/ArrayList;)[Landroid/content/ContentProviderResult;", "GetApplyBatch_Ljava_lang_String_Ljava_util_ArrayList_Handler")]' in the contract to '[RegisterAttribute("applyBatch", "(Ljava/lang/String;Ljava/util/ArrayList;)[Landroid/content/ContentProviderResult;", "GetApplyBatch_Ljava_lang_String_Ljava_util_ArrayList_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.ContentProviderClient.Call(System.String, System.String, System.String, Android.OS.Bundle)' changed from '[RegisterAttribute("call", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Landroid/os/Bundle;)Landroid/os/Bundle;", "GetCall_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Landroid_os_Bundle_Handler")]' in the contract to '[RegisterAttribute("call", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Landroid/os/Bundle;)Landroid/os/Bundle;", "GetCall_Ljava_lang_String_Ljava_lang_String_Ljava_lang_String_Landroid_os_Bundle_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.ContentProviderClient.OpenTypedAssetFile(Android.Net.Uri, System.String, Android.OS.Bundle, Android.OS.CancellationSignal)' changed from '[RegisterAttribute("openTypedAssetFile", "(Landroid/net/Uri;Ljava/lang/String;Landroid/os/Bundle;Landroid/os/CancellationSignal;)Landroid/content/res/AssetFileDescriptor;", "")]' in the contract to '[RegisterAttribute("openTypedAssetFile", "(Landroid/net/Uri;Ljava/lang/String;Landroid/os/Bundle;Landroid/os/CancellationSignal;)Landroid/content/res/AssetFileDescriptor;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.ContentResolver.Call(System.String, System.String, System.String, Android.OS.Bundle)' changed from '[RegisterAttribute("call", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Landroid/os/Bundle;)Landroid/os/Bundle;", "")]' in the contract to '[RegisterAttribute("call", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Landroid/os/Bundle;)Landroid/os/Bundle;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.ContentResolver.GetTypeInfo(System.String)' changed from '[RegisterAttribute("getTypeInfo", "(Ljava/lang/String;)Landroid/content/ContentResolver$MimeTypeInfo;", "")]' in the contract to '[RegisterAttribute("getTypeInfo", "(Ljava/lang/String;)Landroid/content/ContentResolver$MimeTypeInfo;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.ContentResolver.LoadThumbnail(Android.Net.Uri, Android.Util.Size, Android.OS.CancellationSignal)' changed from '[RegisterAttribute("loadThumbnail", "(Landroid/net/Uri;Landroid/util/Size;Landroid/os/CancellationSignal;)Landroid/graphics/Bitmap;", "GetLoadThumbnail_Landroid_net_Uri_Landroid_util_Size_Landroid_os_CancellationSignal_Handler")]' in the contract to '[RegisterAttribute("loadThumbnail", "(Landroid/net/Uri;Landroid/util/Size;Landroid/os/CancellationSignal;)Landroid/graphics/Bitmap;", "GetLoadThumbnail_Landroid_net_Uri_Landroid_util_Size_Landroid_os_CancellationSignal_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.ContentResolver.OpenAssetFile(Android.Net.Uri, System.String, Android.OS.CancellationSignal)' changed from '[RegisterAttribute("openAssetFile", "(Landroid/net/Uri;Ljava/lang/String;Landroid/os/CancellationSignal;)Landroid/content/res/AssetFileDescriptor;", "")]' in the contract to '[RegisterAttribute("openAssetFile", "(Landroid/net/Uri;Ljava/lang/String;Landroid/os/CancellationSignal;)Landroid/content/res/AssetFileDescriptor;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.ContentResolver.OpenFile(Android.Net.Uri, System.String, Android.OS.CancellationSignal)' changed from '[RegisterAttribute("openFile", "(Landroid/net/Uri;Ljava/lang/String;Landroid/os/CancellationSignal;)Landroid/os/ParcelFileDescriptor;", "")]' in the contract to '[RegisterAttribute("openFile", "(Landroid/net/Uri;Ljava/lang/String;Landroid/os/CancellationSignal;)Landroid/os/ParcelFileDescriptor;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.ContentResolver.OpenTypedAssetFile(Android.Net.Uri, System.String, Android.OS.Bundle, Android.OS.CancellationSignal)' changed from '[RegisterAttribute("openTypedAssetFile", "(Landroid/net/Uri;Ljava/lang/String;Landroid/os/Bundle;Landroid/os/CancellationSignal;)Landroid/content/res/AssetFileDescriptor;", "")]' in the contract to '[RegisterAttribute("openTypedAssetFile", "(Landroid/net/Uri;Ljava/lang/String;Landroid/os/Bundle;Landroid/os/CancellationSignal;)Landroid/content/res/AssetFileDescriptor;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.ContentResolver.Wrap(Android.Content.ContentProvider)' changed from '[RegisterAttribute("wrap", "(Landroid/content/ContentProvider;)Landroid/content/ContentResolver;", "")]' in the contract to '[RegisterAttribute("wrap", "(Landroid/content/ContentProvider;)Landroid/content/ContentResolver;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.ContentResolver.Wrap(Android.Content.ContentProviderClient)' changed from '[RegisterAttribute("wrap", "(Landroid/content/ContentProviderClient;)Landroid/content/ContentResolver;", "")]' in the contract to '[RegisterAttribute("wrap", "(Landroid/content/ContentProviderClient;)Landroid/content/ContentResolver;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.ContentResolver.MimeTypeInfo' changed from '[RegisterAttribute("android/content/ContentResolver$MimeTypeInfo", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/content/ContentResolver$MimeTypeInfo", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.ContentUris.RemoveId(Android.Net.Uri)' changed from '[RegisterAttribute("removeId", "(Landroid/net/Uri;)Landroid/net/Uri;", "")]' in the contract to '[RegisterAttribute("removeId", "(Landroid/net/Uri;)Landroid/net/Uri;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Content.Context.BiometricService' changed from '[RegisterAttribute("BIOMETRIC_SERVICE")]' in the contract to '[RegisterAttribute("BIOMETRIC_SERVICE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Content.Context.RoleService' changed from '[RegisterAttribute("ROLE_SERVICE")]' in the contract to '[RegisterAttribute("ROLE_SERVICE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.Context.BindService(Android.Content.Intent, Android.Content.Bind, Java.Util.Concurrent.IExecutor, Android.Content.IServiceConnection)' changed from '[RegisterAttribute("bindService", "(Landroid/content/Intent;ILjava/util/concurrent/Executor;Landroid/content/ServiceConnection;)Z", "GetBindService_Landroid_content_Intent_ILjava_util_concurrent_Executor_Landroid_content_ServiceConnection_Handler")]' in the contract to '[RegisterAttribute("bindService", "(Landroid/content/Intent;ILjava/util/concurrent/Executor;Landroid/content/ServiceConnection;)Z", "GetBindService_Landroid_content_Intent_ILjava_util_concurrent_Executor_Landroid_content_ServiceConnection_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.Context.OpPackageName.get()' changed from '[RegisterAttribute("getOpPackageName", "()Ljava/lang/String;", "GetGetOpPackageNameHandler")]' in the contract to '[RegisterAttribute("getOpPackageName", "()Ljava/lang/String;", "GetGetOpPackageNameHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.Context.UpdateServiceGroup(Android.Content.IServiceConnection, System.Int32, System.Int32)' changed from '[RegisterAttribute("updateServiceGroup", "(Landroid/content/ServiceConnection;II)V", "GetUpdateServiceGroup_Landroid_content_ServiceConnection_IIHandler")]' in the contract to '[RegisterAttribute("updateServiceGroup", "(Landroid/content/ServiceConnection;II)V", "GetUpdateServiceGroup_Landroid_content_ServiceConnection_IIHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Content.Intent.ActionDefine' changed from '[RegisterAttribute("ACTION_DEFINE")]' in the contract to '[RegisterAttribute("ACTION_DEFINE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Content.Intent.ActionTranslate' changed from '[RegisterAttribute("ACTION_TRANSLATE")]' in the contract to '[RegisterAttribute("ACTION_TRANSLATE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Content.Intent.ActionViewLocus' changed from '[RegisterAttribute("ACTION_VIEW_LOCUS")]' in the contract to '[RegisterAttribute("ACTION_VIEW_LOCUS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Content.Intent.CategoryAppFiles' changed from '[RegisterAttribute("CATEGORY_APP_FILES")]' in the contract to '[RegisterAttribute("CATEGORY_APP_FILES", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Content.Intent.CategorySecondaryHome' changed from '[RegisterAttribute("CATEGORY_SECONDARY_HOME")]' in the contract to '[RegisterAttribute("CATEGORY_SECONDARY_HOME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Content.Intent.ExtraAutoLaunchSingleChoice' changed from '[RegisterAttribute("EXTRA_AUTO_LAUNCH_SINGLE_CHOICE")]' in the contract to '[RegisterAttribute("EXTRA_AUTO_LAUNCH_SINGLE_CHOICE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Content.Intent.ExtraContentQuery' changed from '[RegisterAttribute("EXTRA_CONTENT_QUERY")]' in the contract to '[RegisterAttribute("EXTRA_CONTENT_QUERY", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Content.Intent.ExtraDurationMillis' changed from '[RegisterAttribute("EXTRA_DURATION_MILLIS")]' in the contract to '[RegisterAttribute("EXTRA_DURATION_MILLIS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Content.Intent.ExtraLocusId' changed from '[RegisterAttribute("EXTRA_LOCUS_ID")]' in the contract to '[RegisterAttribute("EXTRA_LOCUS_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Content.Intent.ExtraShortcutId' changed from '[RegisterAttribute("EXTRA_SHORTCUT_ID")]' in the contract to '[RegisterAttribute("EXTRA_SHORTCUT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.Intent.Identifier.get()' changed from '[RegisterAttribute("getIdentifier", "()Ljava/lang/String;", "GetGetIdentifierHandler")]' in the contract to '[RegisterAttribute("getIdentifier", "()Ljava/lang/String;", "GetGetIdentifierHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.Intent.SetIdentifier(System.String)' changed from '[RegisterAttribute("setIdentifier", "(Ljava/lang/String;)Landroid/content/Intent;", "GetSetIdentifier_Ljava_lang_String_Handler")]' in the contract to '[RegisterAttribute("setIdentifier", "(Ljava/lang/String;)Landroid/content/Intent;", "GetSetIdentifier_Ljava_lang_String_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.LocusId' changed from '[RegisterAttribute("android/content/LocusId", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/content/LocusId", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.ApplicationInfo.IsProfileableByShell.get()' changed from '[RegisterAttribute("isProfileableByShell", "()Z", "GetIsProfileableByShellHandler")]' in the contract to '[RegisterAttribute("isProfileableByShell", "()Z", "GetIsProfileableByShellHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.ApplicationInfo.IsResourceOverlay.get()' changed from '[RegisterAttribute("isResourceOverlay", "()Z", "GetIsResourceOverlayHandler")]' in the contract to '[RegisterAttribute("isResourceOverlay", "()Z", "GetIsResourceOverlayHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.LauncherApps.AllPackageInstallerSessions.get()' changed from '[RegisterAttribute("getAllPackageInstallerSessions", "()Ljava/util/List;", "GetGetAllPackageInstallerSessionsHandler")]' in the contract to '[RegisterAttribute("getAllPackageInstallerSessions", "()Ljava/util/List;", "GetGetAllPackageInstallerSessionsHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.LauncherApps.RegisterPackageInstallerSessionCallback(Java.Util.Concurrent.IExecutor, Android.Content.PM.PackageInstaller.SessionCallback)' changed from '[RegisterAttribute("registerPackageInstallerSessionCallback", "(Ljava/util/concurrent/Executor;Landroid/content/pm/PackageInstaller$SessionCallback;)V", "GetRegisterPackageInstallerSessionCallback_Ljava_util_concurrent_Executor_Landroid_content_pm_PackageInstaller_SessionCallback_Handler")]' in the contract to '[RegisterAttribute("registerPackageInstallerSessionCallback", "(Ljava/util/concurrent/Executor;Landroid/content/pm/PackageInstaller$SessionCallback;)V", "GetRegisterPackageInstallerSessionCallback_Ljava_util_concurrent_Executor_Landroid_content_pm_PackageInstaller_SessionCallback_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.LauncherApps.ShouldHideFromSuggestions(System.String, Android.OS.UserHandle)' changed from '[RegisterAttribute("shouldHideFromSuggestions", "(Ljava/lang/String;Landroid/os/UserHandle;)Z", "GetShouldHideFromSuggestions_Ljava_lang_String_Landroid_os_UserHandle_Handler")]' in the contract to '[RegisterAttribute("shouldHideFromSuggestions", "(Ljava/lang/String;Landroid/os/UserHandle;)Z", "GetShouldHideFromSuggestions_Ljava_lang_String_Landroid_os_UserHandle_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.LauncherApps.StartPackageInstallerSessionDetailsActivity(Android.Content.PM.PackageInstaller.SessionInfo, Android.Graphics.Rect, Android.OS.Bundle)' changed from '[RegisterAttribute("startPackageInstallerSessionDetailsActivity", "(Landroid/content/pm/PackageInstaller$SessionInfo;Landroid/graphics/Rect;Landroid/os/Bundle;)V", "GetStartPackageInstallerSessionDetailsActivity_Landroid_content_pm_PackageInstaller_SessionInfo_Landroid_graphics_Rect_Landroid_os_Bundle_Handler")]' in the contract to '[RegisterAttribute("startPackageInstallerSessionDetailsActivity", "(Landroid/content/pm/PackageInstaller$SessionInfo;Landroid/graphics/Rect;Landroid/os/Bundle;)V", "GetStartPackageInstallerSessionDetailsActivity_Landroid_content_pm_PackageInstaller_SessionInfo_Landroid_graphics_Rect_Landroid_os_Bundle_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.LauncherApps.UnregisterPackageInstallerSessionCallback(Android.Content.PM.PackageInstaller.SessionCallback)' changed from '[RegisterAttribute("unregisterPackageInstallerSessionCallback", "(Landroid/content/pm/PackageInstaller$SessionCallback;)V", "GetUnregisterPackageInstallerSessionCallback_Landroid_content_pm_PackageInstaller_SessionCallback_Handler")]' in the contract to '[RegisterAttribute("unregisterPackageInstallerSessionCallback", "(Landroid/content/pm/PackageInstaller$SessionCallback;)V", "GetUnregisterPackageInstallerSessionCallback_Landroid_content_pm_PackageInstaller_SessionCallback_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.ModuleInfo' changed from '[RegisterAttribute("android/content/pm/ModuleInfo", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/content/pm/ModuleInfo", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Content.PM.PackageInstaller.ActionSessionUpdated' changed from '[RegisterAttribute("ACTION_SESSION_UPDATED")]' in the contract to '[RegisterAttribute("ACTION_SESSION_UPDATED", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.ActiveStagedSession.get()' changed from '[RegisterAttribute("getActiveStagedSession", "()Landroid/content/pm/PackageInstaller$SessionInfo;", "GetGetActiveStagedSessionHandler")]' in the contract to '[RegisterAttribute("getActiveStagedSession", "()Landroid/content/pm/PackageInstaller$SessionInfo;", "GetGetActiveStagedSessionHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.InstallExistingPackage(System.String, Android.Content.PM.InstallReason, Android.Content.IntentSender)' changed from '[RegisterAttribute("installExistingPackage", "(Ljava/lang/String;ILandroid/content/IntentSender;)V", "GetInstallExistingPackage_Ljava_lang_String_ILandroid_content_IntentSender_Handler")]' in the contract to '[RegisterAttribute("installExistingPackage", "(Ljava/lang/String;ILandroid/content/IntentSender;)V", "GetInstallExistingPackage_Ljava_lang_String_ILandroid_content_IntentSender_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.StagedSessions.get()' changed from '[RegisterAttribute("getStagedSessions", "()Ljava/util/List;", "GetGetStagedSessionsHandler")]' in the contract to '[RegisterAttribute("getStagedSessions", "()Ljava/util/List;", "GetGetStagedSessionsHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.Session.AddChildSessionId(System.Int32)' changed from '[RegisterAttribute("addChildSessionId", "(I)V", "GetAddChildSessionId_IHandler")]' in the contract to '[RegisterAttribute("addChildSessionId", "(I)V", "GetAddChildSessionId_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.Session.GetChildSessionIds()' changed from '[RegisterAttribute("getChildSessionIds", "()[I", "GetGetChildSessionIdsHandler")]' in the contract to '[RegisterAttribute("getChildSessionIds", "()[I", "GetGetChildSessionIdsHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.Session.IsMultiPackage.get()' changed from '[RegisterAttribute("isMultiPackage", "()Z", "GetIsMultiPackageHandler")]' in the contract to '[RegisterAttribute("isMultiPackage", "()Z", "GetIsMultiPackageHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.Session.IsStaged.get()' changed from '[RegisterAttribute("isStaged", "()Z", "GetIsStagedHandler")]' in the contract to '[RegisterAttribute("isStaged", "()Z", "GetIsStagedHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.Session.ParentSessionId.get()' changed from '[RegisterAttribute("getParentSessionId", "()I", "GetGetParentSessionIdHandler")]' in the contract to '[RegisterAttribute("getParentSessionId", "()I", "GetGetParentSessionIdHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.Session.RemoveChildSessionId(System.Int32)' changed from '[RegisterAttribute("removeChildSessionId", "(I)V", "GetRemoveChildSessionId_IHandler")]' in the contract to '[RegisterAttribute("removeChildSessionId", "(I)V", "GetRemoveChildSessionId_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.StagedSession Android.Content.PM.PackageInstaller.SessionInfo.StagedSessionActivationFailed' changed from '[RegisterAttribute("STAGED_SESSION_ACTIVATION_FAILED")]' in the contract to '[RegisterAttribute("STAGED_SESSION_ACTIVATION_FAILED", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.StagedSession Android.Content.PM.PackageInstaller.SessionInfo.StagedSessionNoError' changed from '[RegisterAttribute("STAGED_SESSION_NO_ERROR")]' in the contract to '[RegisterAttribute("STAGED_SESSION_NO_ERROR", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.StagedSession Android.Content.PM.PackageInstaller.SessionInfo.StagedSessionUnknown' changed from '[RegisterAttribute("STAGED_SESSION_UNKNOWN")]' in the contract to '[RegisterAttribute("STAGED_SESSION_UNKNOWN", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.StagedSession Android.Content.PM.PackageInstaller.SessionInfo.StagedSessionVerificationFailed' changed from '[RegisterAttribute("STAGED_SESSION_VERIFICATION_FAILED")]' in the contract to '[RegisterAttribute("STAGED_SESSION_VERIFICATION_FAILED", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Content.PM.PackageInstaller.SessionInfo.InvalidId' changed from '[RegisterAttribute("INVALID_ID")]' in the contract to '[RegisterAttribute("INVALID_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.SessionInfo.GetChildSessionIds()' changed from '[RegisterAttribute("getChildSessionIds", "()[I", "GetGetChildSessionIdsHandler")]' in the contract to '[RegisterAttribute("getChildSessionIds", "()[I", "GetGetChildSessionIdsHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.SessionInfo.IsCommitted.get()' changed from '[RegisterAttribute("isCommitted", "()Z", "GetIsCommittedHandler")]' in the contract to '[RegisterAttribute("isCommitted", "()Z", "GetIsCommittedHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.SessionInfo.IsMultiPackage.get()' changed from '[RegisterAttribute("isMultiPackage", "()Z", "GetIsMultiPackageHandler")]' in the contract to '[RegisterAttribute("isMultiPackage", "()Z", "GetIsMultiPackageHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.SessionInfo.IsStaged.get()' changed from '[RegisterAttribute("isStaged", "()Z", "GetIsStagedHandler")]' in the contract to '[RegisterAttribute("isStaged", "()Z", "GetIsStagedHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.SessionInfo.IsStagedSessionApplied.get()' changed from '[RegisterAttribute("isStagedSessionApplied", "()Z", "GetIsStagedSessionAppliedHandler")]' in the contract to '[RegisterAttribute("isStagedSessionApplied", "()Z", "GetIsStagedSessionAppliedHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.SessionInfo.IsStagedSessionFailed.get()' changed from '[RegisterAttribute("isStagedSessionFailed", "()Z", "GetIsStagedSessionFailedHandler")]' in the contract to '[RegisterAttribute("isStagedSessionFailed", "()Z", "GetIsStagedSessionFailedHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.SessionInfo.IsStagedSessionReady.get()' changed from '[RegisterAttribute("isStagedSessionReady", "()Z", "GetIsStagedSessionReadyHandler")]' in the contract to '[RegisterAttribute("isStagedSessionReady", "()Z", "GetIsStagedSessionReadyHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.SessionInfo.ParentSessionId.get()' changed from '[RegisterAttribute("getParentSessionId", "()I", "GetGetParentSessionIdHandler")]' in the contract to '[RegisterAttribute("getParentSessionId", "()I", "GetGetParentSessionIdHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.SessionInfo.StagedSessionErrorCode.get()' changed from '[RegisterAttribute("getStagedSessionErrorCode", "()I", "GetGetStagedSessionErrorCodeHandler")]' in the contract to '[RegisterAttribute("getStagedSessionErrorCode", "()I", "GetGetStagedSessionErrorCodeHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.SessionInfo.StagedSessionErrorMessage.get()' changed from '[RegisterAttribute("getStagedSessionErrorMessage", "()Ljava/lang/String;", "GetGetStagedSessionErrorMessageHandler")]' in the contract to '[RegisterAttribute("getStagedSessionErrorMessage", "()Ljava/lang/String;", "GetGetStagedSessionErrorMessageHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.SessionInfo.UpdatedMillis.get()' changed from '[RegisterAttribute("getUpdatedMillis", "()J", "GetGetUpdatedMillisHandler")]' in the contract to '[RegisterAttribute("getUpdatedMillis", "()J", "GetGetUpdatedMillisHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.SessionInfo.User.get()' changed from '[RegisterAttribute("getUser", "()Landroid/os/UserHandle;", "GetGetUserHandler")]' in the contract to '[RegisterAttribute("getUser", "()Landroid/os/UserHandle;", "GetGetUserHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.SessionParams.RestrictedPermissionsAll' changed from '[RegisterAttribute("RESTRICTED_PERMISSIONS_ALL")]' in the contract to '[RegisterAttribute("RESTRICTED_PERMISSIONS_ALL", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.SessionParams.SetMultiPackage()' changed from '[RegisterAttribute("setMultiPackage", "()V", "GetSetMultiPackageHandler")]' in the contract to '[RegisterAttribute("setMultiPackage", "()V", "GetSetMultiPackageHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageInstaller.SessionParams.SetWhitelistedRestrictedPermissions(System.Collections.Generic.ICollection)' changed from '[RegisterAttribute("setWhitelistedRestrictedPermissions", "(Ljava/util/Set;)V", "GetSetWhitelistedRestrictedPermissions_Ljava_util_Set_Handler")]' in the contract to '[RegisterAttribute("setWhitelistedRestrictedPermissions", "(Ljava/util/Set;)V", "GetSetWhitelistedRestrictedPermissions_Ljava_util_Set_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.FlagPermission Android.Content.PM.PackageManager.FlagPermissionWhitelistInstaller' changed from '[RegisterAttribute("FLAG_PERMISSION_WHITELIST_INSTALLER")]' in the contract to '[RegisterAttribute("FLAG_PERMISSION_WHITELIST_INSTALLER", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.FlagPermission Android.Content.PM.PackageManager.FlagPermissionWhitelistSystem' changed from '[RegisterAttribute("FLAG_PERMISSION_WHITELIST_SYSTEM")]' in the contract to '[RegisterAttribute("FLAG_PERMISSION_WHITELIST_SYSTEM", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.FlagPermission Android.Content.PM.PackageManager.FlagPermissionWhitelistUpgrade' changed from '[RegisterAttribute("FLAG_PERMISSION_WHITELIST_UPGRADE")]' in the contract to '[RegisterAttribute("FLAG_PERMISSION_WHITELIST_UPGRADE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Content.PM.PackageManager.MatchDirectBootAuto' changed from '[RegisterAttribute("MATCH_DIRECT_BOOT_AUTO")]' in the contract to '[RegisterAttribute("MATCH_DIRECT_BOOT_AUTO", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Content.PM.PackageManager.FeatureFace' changed from '[RegisterAttribute("FEATURE_FACE")]' in the contract to '[RegisterAttribute("FEATURE_FACE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Content.PM.PackageManager.FeatureIris' changed from '[RegisterAttribute("FEATURE_IRIS")]' in the contract to '[RegisterAttribute("FEATURE_IRIS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Content.PM.PackageManager.FeatureSecureLockScreen' changed from '[RegisterAttribute("FEATURE_SECURE_LOCK_SCREEN")]' in the contract to '[RegisterAttribute("FEATURE_SECURE_LOCK_SCREEN", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageManager.AddWhitelistedRestrictedPermission(System.String, System.String, Android.Content.PM.FlagPermission)' changed from '[RegisterAttribute("addWhitelistedRestrictedPermission", "(Ljava/lang/String;Ljava/lang/String;I)Z", "GetAddWhitelistedRestrictedPermission_Ljava_lang_String_Ljava_lang_String_IHandler")]' in the contract to '[RegisterAttribute("addWhitelistedRestrictedPermission", "(Ljava/lang/String;Ljava/lang/String;I)Z", "GetAddWhitelistedRestrictedPermission_Ljava_lang_String_Ljava_lang_String_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageManager.GetInstalledModules(System.Int32)' changed from '[RegisterAttribute("getInstalledModules", "(I)Ljava/util/List;", "GetGetInstalledModules_IHandler")]' in the contract to '[RegisterAttribute("getInstalledModules", "(I)Ljava/util/List;", "GetGetInstalledModules_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageManager.GetModuleInfo(System.String, System.Int32)' changed from '[RegisterAttribute("getModuleInfo", "(Ljava/lang/String;I)Landroid/content/pm/ModuleInfo;", "GetGetModuleInfo_Ljava_lang_String_IHandler")]' in the contract to '[RegisterAttribute("getModuleInfo", "(Ljava/lang/String;I)Landroid/content/pm/ModuleInfo;", "GetGetModuleInfo_Ljava_lang_String_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageManager.GetSyntheticAppDetailsActivityEnabled(System.String)' changed from '[RegisterAttribute("getSyntheticAppDetailsActivityEnabled", "(Ljava/lang/String;)Z", "GetGetSyntheticAppDetailsActivityEnabled_Ljava_lang_String_Handler")]' in the contract to '[RegisterAttribute("getSyntheticAppDetailsActivityEnabled", "(Ljava/lang/String;)Z", "GetGetSyntheticAppDetailsActivityEnabled_Ljava_lang_String_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageManager.GetWhitelistedRestrictedPermissions(System.String, Android.Content.PM.FlagPermission)' changed from '[RegisterAttribute("getWhitelistedRestrictedPermissions", "(Ljava/lang/String;I)Ljava/util/Set;", "GetGetWhitelistedRestrictedPermissions_Ljava_lang_String_IHandler")]' in the contract to '[RegisterAttribute("getWhitelistedRestrictedPermissions", "(Ljava/lang/String;I)Ljava/util/Set;", "GetGetWhitelistedRestrictedPermissions_Ljava_lang_String_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageManager.InvokeIsPackageSuspended(System.String)' changed from '[RegisterAttribute("isPackageSuspended", "(Ljava/lang/String;)Z", "GetInvokeIsPackageSuspended_Ljava_lang_String_Handler")]' in the contract to '[RegisterAttribute("isPackageSuspended", "(Ljava/lang/String;)Z", "GetInvokeIsPackageSuspended_Ljava_lang_String_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageManager.IsDeviceUpgrading.get()' changed from '[RegisterAttribute("isDeviceUpgrading", "()Z", "GetIsDeviceUpgradingHandler")]' in the contract to '[RegisterAttribute("isDeviceUpgrading", "()Z", "GetIsDeviceUpgradingHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PackageManager.RemoveWhitelistedRestrictedPermission(System.String, System.String, Android.Content.PM.FlagPermission)' changed from '[RegisterAttribute("removeWhitelistedRestrictedPermission", "(Ljava/lang/String;Ljava/lang/String;I)Z", "GetRemoveWhitelistedRestrictedPermission_Ljava_lang_String_Ljava_lang_String_IHandler")]' in the contract to '[RegisterAttribute("removeWhitelistedRestrictedPermission", "(Ljava/lang/String;Ljava/lang/String;I)Z", "GetRemoveWhitelistedRestrictedPermission_Ljava_lang_String_Ljava_lang_String_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PermissionInfoFlags Android.Content.PM.PermissionInfo.FlagHardRestricted' changed from '[RegisterAttribute("FLAG_HARD_RESTRICTED")]' in the contract to '[RegisterAttribute("FLAG_HARD_RESTRICTED", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PermissionInfoFlags Android.Content.PM.PermissionInfo.FlagImmutablyRestricted' changed from '[RegisterAttribute("FLAG_IMMUTABLY_RESTRICTED")]' in the contract to '[RegisterAttribute("FLAG_IMMUTABLY_RESTRICTED", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.PermissionInfoFlags Android.Content.PM.PermissionInfo.FlagSoftRestricted' changed from '[RegisterAttribute("FLAG_SOFT_RESTRICTED")]' in the contract to '[RegisterAttribute("FLAG_SOFT_RESTRICTED", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.ProviderInfo.ForceUriPermissions' changed from '[RegisterAttribute("forceUriPermissions")]' in the contract to '[RegisterAttribute("forceUriPermissions", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.ForegroundService Android.Content.PM.ServiceInfo.ForegroundServiceTypeConnectedDevice' changed from '[RegisterAttribute("FOREGROUND_SERVICE_TYPE_CONNECTED_DEVICE")]' in the contract to '[RegisterAttribute("FOREGROUND_SERVICE_TYPE_CONNECTED_DEVICE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.ForegroundService Android.Content.PM.ServiceInfo.ForegroundServiceTypeDataSync' changed from '[RegisterAttribute("FOREGROUND_SERVICE_TYPE_DATA_SYNC")]' in the contract to '[RegisterAttribute("FOREGROUND_SERVICE_TYPE_DATA_SYNC", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.ForegroundService Android.Content.PM.ServiceInfo.ForegroundServiceTypeLocation' changed from '[RegisterAttribute("FOREGROUND_SERVICE_TYPE_LOCATION")]' in the contract to '[RegisterAttribute("FOREGROUND_SERVICE_TYPE_LOCATION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.ForegroundService Android.Content.PM.ServiceInfo.ForegroundServiceTypeManifest' changed from '[RegisterAttribute("FOREGROUND_SERVICE_TYPE_MANIFEST")]' in the contract to '[RegisterAttribute("FOREGROUND_SERVICE_TYPE_MANIFEST", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.ForegroundService Android.Content.PM.ServiceInfo.ForegroundServiceTypeMediaPlayback' changed from '[RegisterAttribute("FOREGROUND_SERVICE_TYPE_MEDIA_PLAYBACK")]' in the contract to '[RegisterAttribute("FOREGROUND_SERVICE_TYPE_MEDIA_PLAYBACK", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.ForegroundService Android.Content.PM.ServiceInfo.ForegroundServiceTypeMediaProjection' changed from '[RegisterAttribute("FOREGROUND_SERVICE_TYPE_MEDIA_PROJECTION")]' in the contract to '[RegisterAttribute("FOREGROUND_SERVICE_TYPE_MEDIA_PROJECTION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.ForegroundService Android.Content.PM.ServiceInfo.ForegroundServiceTypeNone' changed from '[RegisterAttribute("FOREGROUND_SERVICE_TYPE_NONE")]' in the contract to '[RegisterAttribute("FOREGROUND_SERVICE_TYPE_NONE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.ForegroundService Android.Content.PM.ServiceInfo.ForegroundServiceTypePhoneCall' changed from '[RegisterAttribute("FOREGROUND_SERVICE_TYPE_PHONE_CALL")]' in the contract to '[RegisterAttribute("FOREGROUND_SERVICE_TYPE_PHONE_CALL", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.ServiceInfoFlags Android.Content.PM.ServiceInfo.FlagUseAppZygote' changed from '[RegisterAttribute("FLAG_USE_APP_ZYGOTE")]' in the contract to '[RegisterAttribute("FLAG_USE_APP_ZYGOTE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.ServiceInfo.ForegroundServiceType.get()' changed from '[RegisterAttribute("getForegroundServiceType", "()I", "GetGetForegroundServiceTypeHandler")]' in the contract to '[RegisterAttribute("getForegroundServiceType", "()I", "GetGetForegroundServiceTypeHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.ShortcutInfo.LocusId.get()' changed from '[RegisterAttribute("getLocusId", "()Landroid/content/LocusId;", "")]' in the contract to '[RegisterAttribute("getLocusId", "()Landroid/content/LocusId;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.ShortcutInfo.Builder.SetLocusId(Android.Content.LocusId)' changed from '[RegisterAttribute("setLocusId", "(Landroid/content/LocusId;)Landroid/content/pm/ShortcutInfo$Builder;", "GetSetLocusId_Landroid_content_LocusId_Handler")]' in the contract to '[RegisterAttribute("setLocusId", "(Landroid/content/LocusId;)Landroid/content/pm/ShortcutInfo$Builder;", "GetSetLocusId_Landroid_content_LocusId_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.ShortcutInfo.Builder.SetLongLived(System.Boolean)' changed from '[RegisterAttribute("setLongLived", "(Z)Landroid/content/pm/ShortcutInfo$Builder;", "GetSetLongLived_ZHandler")]' in the contract to '[RegisterAttribute("setLongLived", "(Z)Landroid/content/pm/ShortcutInfo$Builder;", "GetSetLongLived_ZHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.ShortcutInfo.Builder.SetPerson(Android.App.Person)' changed from '[RegisterAttribute("setPerson", "(Landroid/app/Person;)Landroid/content/pm/ShortcutInfo$Builder;", "GetSetPerson_Landroid_app_Person_Handler")]' in the contract to '[RegisterAttribute("setPerson", "(Landroid/app/Person;)Landroid/content/pm/ShortcutInfo$Builder;", "GetSetPerson_Landroid_app_Person_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.PM.ShortcutInfo.Builder.SetPersons(Android.App.Person[])' changed from '[RegisterAttribute("setPersons", "([Landroid/app/Person;)Landroid/content/pm/ShortcutInfo$Builder;", "GetSetPersons_arrayLandroid_app_Person_Handler")]' in the contract to '[RegisterAttribute("setPersons", "([Landroid/app/Person;)Landroid/content/pm/ShortcutInfo$Builder;", "GetSetPersons_arrayLandroid_app_Person_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Content.Res.Resources.IdNull' changed from '[RegisterAttribute("ID_NULL")]' in the contract to '[RegisterAttribute("ID_NULL", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.Res.Resources.GetAttributeSetSourceResId(Android.Util.IAttributeSet)' changed from '[RegisterAttribute("getAttributeSetSourceResId", "(Landroid/util/AttributeSet;)I", "")]' in the contract to '[RegisterAttribute("getAttributeSetSourceResId", "(Landroid/util/AttributeSet;)I", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.Res.Resources.GetFloat(System.Int32)' changed from '[RegisterAttribute("getFloat", "(I)F", "GetGetFloat_IHandler")]' in the contract to '[RegisterAttribute("getFloat", "(I)F", "GetGetFloat_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.Res.Resources.Theme.GetAttributeResolutionStack(System.Int32, System.Int32, System.Int32)' changed from '[RegisterAttribute("getAttributeResolutionStack", "(III)[I", "")]' in the contract to '[RegisterAttribute("getAttributeResolutionStack", "(III)[I", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.Res.Resources.Theme.GetExplicitStyle(Android.Util.IAttributeSet)' changed from '[RegisterAttribute("getExplicitStyle", "(Landroid/util/AttributeSet;)I", "")]' in the contract to '[RegisterAttribute("getExplicitStyle", "(Landroid/util/AttributeSet;)I", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.Res.Resources.Theme.Rebase()' changed from '[RegisterAttribute("rebase", "()V", "")]' in the contract to '[RegisterAttribute("rebase", "()V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Content.Res.TypedArray.GetSourceResourceId(System.Int32, System.Int32)' changed from '[RegisterAttribute("getSourceResourceId", "(II)I", "GetGetSourceResourceId_IIHandler")]' in the contract to '[RegisterAttribute("getSourceResourceId", "(II)I", "GetGetSourceResourceId_IIHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Database.Sqlite.SQLiteQueryBuilder.CursorFactory.get()' changed from '[RegisterAttribute("getCursorFactory", "()Landroid/database/sqlite/SQLiteDatabase$CursorFactory;", "GetGetCursorFactoryHandler")]' in the contract to '[RegisterAttribute("getCursorFactory", "()Landroid/database/sqlite/SQLiteDatabase$CursorFactory;", "GetGetCursorFactoryHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Database.Sqlite.SQLiteQueryBuilder.IsDistinct.get()' changed from '[RegisterAttribute("isDistinct", "()Z", "GetIsDistinctHandler")]' in the contract to '[RegisterAttribute("isDistinct", "()Z", "GetIsDistinctHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Database.Sqlite.SQLiteQueryBuilder.IsStrict.get()' changed from '[RegisterAttribute("isStrict", "()Z", "GetIsStrictHandler")]' in the contract to '[RegisterAttribute("isStrict", "()Z", "GetIsStrictHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Database.Sqlite.SQLiteQueryBuilder.ProjectionMap.get()' changed from '[RegisterAttribute("getProjectionMap", "()Ljava/util/Map;", "GetGetProjectionMapHandler")]' in the contract to '[RegisterAttribute("getProjectionMap", "()Ljava/util/Map;", "GetGetProjectionMapHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Bitmap.ColorSpace.set(Android.Graphics.ColorSpace)' changed from '[RegisterAttribute("setColorSpace", "(Landroid/graphics/ColorSpace;)V", "")]' in the contract to '[RegisterAttribute("setColorSpace", "(Landroid/graphics/ColorSpace;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Bitmap.EraseColor(System.Int64)' changed from '[RegisterAttribute("eraseColor", "(J)V", "")]' in the contract to '[RegisterAttribute("eraseColor", "(J)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Bitmap.GetColor(System.Int32, System.Int32)' changed from '[RegisterAttribute("getColor", "(II)Landroid/graphics/Color;", "")]' in the contract to '[RegisterAttribute("getColor", "(II)Landroid/graphics/Color;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Bitmap.WrapHardwareBuffer(Android.Hardware.HardwareBuffer, Android.Graphics.ColorSpace)' changed from '[RegisterAttribute("wrapHardwareBuffer", "(Landroid/hardware/HardwareBuffer;Landroid/graphics/ColorSpace;)Landroid/graphics/Bitmap;", "")]' in the contract to '[RegisterAttribute("wrapHardwareBuffer", "(Landroid/hardware/HardwareBuffer;Landroid/graphics/ColorSpace;)Landroid/graphics/Bitmap;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.BlendMode' changed from '[RegisterAttribute("android/graphics/BlendMode", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/graphics/BlendMode", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.BlendModeColorFilter' changed from '[RegisterAttribute("android/graphics/BlendModeColorFilter", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/graphics/BlendModeColorFilter", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Canvas.DisableZ()' changed from '[RegisterAttribute("disableZ", "()V", "GetDisableZHandler")]' in the contract to '[RegisterAttribute("disableZ", "()V", "GetDisableZHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Canvas.DrawColor(Android.Graphics.Color, Android.Graphics.BlendMode)' changed from '[RegisterAttribute("drawColor", "(ILandroid/graphics/BlendMode;)V", "GetDrawColor_ILandroid_graphics_BlendMode_Handler")]' in the contract to '[RegisterAttribute("drawColor", "(ILandroid/graphics/BlendMode;)V", "GetDrawColor_ILandroid_graphics_BlendMode_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Canvas.DrawColor(System.Int64)' changed from '[RegisterAttribute("drawColor", "(J)V", "GetDrawColor_JHandler")]' in the contract to '[RegisterAttribute("drawColor", "(J)V", "GetDrawColor_JHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Canvas.DrawColor(System.Int64, Android.Graphics.BlendMode)' changed from '[RegisterAttribute("drawColor", "(JLandroid/graphics/BlendMode;)V", "GetDrawColor_JLandroid_graphics_BlendMode_Handler")]' in the contract to '[RegisterAttribute("drawColor", "(JLandroid/graphics/BlendMode;)V", "GetDrawColor_JLandroid_graphics_BlendMode_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Canvas.DrawDoubleRoundRect(Android.Graphics.RectF, System.Single, System.Single, Android.Graphics.RectF, System.Single, System.Single, Android.Graphics.Paint)' changed from '[RegisterAttribute("drawDoubleRoundRect", "(Landroid/graphics/RectF;FFLandroid/graphics/RectF;FFLandroid/graphics/Paint;)V", "GetDrawDoubleRoundRect_Landroid_graphics_RectF_FFLandroid_graphics_RectF_FFLandroid_graphics_Paint_Handler")]' in the contract to '[RegisterAttribute("drawDoubleRoundRect", "(Landroid/graphics/RectF;FFLandroid/graphics/RectF;FFLandroid/graphics/Paint;)V", "GetDrawDoubleRoundRect_Landroid_graphics_RectF_FFLandroid_graphics_RectF_FFLandroid_graphics_Paint_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Canvas.DrawDoubleRoundRect(Android.Graphics.RectF, System.Single[], Android.Graphics.RectF, System.Single[], Android.Graphics.Paint)' changed from '[RegisterAttribute("drawDoubleRoundRect", "(Landroid/graphics/RectF;[FLandroid/graphics/RectF;[FLandroid/graphics/Paint;)V", "GetDrawDoubleRoundRect_Landroid_graphics_RectF_arrayFLandroid_graphics_RectF_arrayFLandroid_graphics_Paint_Handler")]' in the contract to '[RegisterAttribute("drawDoubleRoundRect", "(Landroid/graphics/RectF;[FLandroid/graphics/RectF;[FLandroid/graphics/Paint;)V", "GetDrawDoubleRoundRect_Landroid_graphics_RectF_arrayFLandroid_graphics_RectF_arrayFLandroid_graphics_Paint_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Canvas.DrawRenderNode(Android.Graphics.RenderNode)' changed from '[RegisterAttribute("drawRenderNode", "(Landroid/graphics/RenderNode;)V", "GetDrawRenderNode_Landroid_graphics_RenderNode_Handler")]' in the contract to '[RegisterAttribute("drawRenderNode", "(Landroid/graphics/RenderNode;)V", "GetDrawRenderNode_Landroid_graphics_RenderNode_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Canvas.DrawTextRun(Android.Graphics.Text.MeasuredText, System.Int32, System.Int32, System.Int32, System.Int32, System.Single, System.Single, System.Boolean, Android.Graphics.Paint)' changed from '[RegisterAttribute("drawTextRun", "(Landroid/graphics/text/MeasuredText;IIIIFFZLandroid/graphics/Paint;)V", "GetDrawTextRun_Landroid_graphics_text_MeasuredText_IIIIFFZLandroid_graphics_Paint_Handler")]' in the contract to '[RegisterAttribute("drawTextRun", "(Landroid/graphics/text/MeasuredText;IIIIFFZLandroid/graphics/Paint;)V", "GetDrawTextRun_Landroid_graphics_text_MeasuredText_IIIIFFZLandroid_graphics_Paint_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Canvas.EnableZ()' changed from '[RegisterAttribute("enableZ", "()V", "GetEnableZHandler")]' in the contract to '[RegisterAttribute("enableZ", "()V", "GetEnableZHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.ComposeShader..ctor(Android.Graphics.Shader, Android.Graphics.Shader, Android.Graphics.BlendMode)' changed from '[RegisterAttribute(".ctor", "(Landroid/graphics/Shader;Landroid/graphics/Shader;Landroid/graphics/BlendMode;)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(Landroid/graphics/Shader;Landroid/graphics/Shader;Landroid/graphics/BlendMode;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.HardwareRenderer' changed from '[RegisterAttribute("android/graphics/HardwareRenderer", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/graphics/HardwareRenderer", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.HardwareRenderer.FrameRenderRequest' changed from '[RegisterAttribute("android/graphics/HardwareRenderer$FrameRenderRequest", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/graphics/HardwareRenderer$FrameRenderRequest", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.ImageDecoder.CreateSource(Java.Util.Concurrent.ICallable)' changed from '[RegisterAttribute("createSource", "(Ljava/util/concurrent/Callable;)Landroid/graphics/ImageDecoder$Source;", "")]' in the contract to '[RegisterAttribute("createSource", "(Ljava/util/concurrent/Callable;)Landroid/graphics/ImageDecoder$Source;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.ImageDecoder.IsMimeTypeSupported(System.String)' changed from '[RegisterAttribute("isMimeTypeSupported", "(Ljava/lang/String;)Z", "")]' in the contract to '[RegisterAttribute("isMimeTypeSupported", "(Ljava/lang/String;)Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.DepthJpeg' changed from '[RegisterAttribute("DEPTH_JPEG")]' in the contract to '[RegisterAttribute("DEPTH_JPEG", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.Heic' changed from '[RegisterAttribute("HEIC")]' in the contract to '[RegisterAttribute("HEIC", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.Y8' changed from '[RegisterAttribute("Y8")]' in the contract to '[RegisterAttribute("Y8", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Insets' changed from '[RegisterAttribute("android/graphics/Insets", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/graphics/Insets", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.LinearGradient..ctor(System.Single, System.Single, System.Single, System.Single, System.Int64, System.Int64, Android.Graphics.Shader.TileMode)' changed from '[RegisterAttribute(".ctor", "(FFFFJJLandroid/graphics/Shader$TileMode;)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(FFFFJJLandroid/graphics/Shader$TileMode;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.LinearGradient..ctor(System.Single, System.Single, System.Single, System.Single, System.Int64[], System.Single[], Android.Graphics.Shader.TileMode)' changed from '[RegisterAttribute(".ctor", "(FFFF[J[FLandroid/graphics/Shader$TileMode;)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(FFFF[J[FLandroid/graphics/Shader$TileMode;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Cursor Android.Graphics.Paint.CursorAfter' changed from '[RegisterAttribute("CURSOR_AFTER")]' in the contract to '[RegisterAttribute("CURSOR_AFTER", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Cursor Android.Graphics.Paint.CursorAt' changed from '[RegisterAttribute("CURSOR_AT")]' in the contract to '[RegisterAttribute("CURSOR_AT", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Cursor Android.Graphics.Paint.CursorAtOrAfter' changed from '[RegisterAttribute("CURSOR_AT_OR_AFTER")]' in the contract to '[RegisterAttribute("CURSOR_AT_OR_AFTER", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Cursor Android.Graphics.Paint.CursorAtOrBefore' changed from '[RegisterAttribute("CURSOR_AT_OR_BEFORE")]' in the contract to '[RegisterAttribute("CURSOR_AT_OR_BEFORE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Cursor Android.Graphics.Paint.CursorBefore' changed from '[RegisterAttribute("CURSOR_BEFORE")]' in the contract to '[RegisterAttribute("CURSOR_BEFORE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Graphics.Paint.EndHyphenEditInsertArmenianHyphen' changed from '[RegisterAttribute("END_HYPHEN_EDIT_INSERT_ARMENIAN_HYPHEN")]' in the contract to '[RegisterAttribute("END_HYPHEN_EDIT_INSERT_ARMENIAN_HYPHEN", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Graphics.Paint.EndHyphenEditInsertHyphen' changed from '[RegisterAttribute("END_HYPHEN_EDIT_INSERT_HYPHEN")]' in the contract to '[RegisterAttribute("END_HYPHEN_EDIT_INSERT_HYPHEN", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Graphics.Paint.EndHyphenEditInsertMaqaf' changed from '[RegisterAttribute("END_HYPHEN_EDIT_INSERT_MAQAF")]' in the contract to '[RegisterAttribute("END_HYPHEN_EDIT_INSERT_MAQAF", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Graphics.Paint.EndHyphenEditInsertUcasHyphen' changed from '[RegisterAttribute("END_HYPHEN_EDIT_INSERT_UCAS_HYPHEN")]' in the contract to '[RegisterAttribute("END_HYPHEN_EDIT_INSERT_UCAS_HYPHEN", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Graphics.Paint.EndHyphenEditInsertZwjAndHyphen' changed from '[RegisterAttribute("END_HYPHEN_EDIT_INSERT_ZWJ_AND_HYPHEN")]' in the contract to '[RegisterAttribute("END_HYPHEN_EDIT_INSERT_ZWJ_AND_HYPHEN", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Graphics.Paint.EndHyphenEditNoEdit' changed from '[RegisterAttribute("END_HYPHEN_EDIT_NO_EDIT")]' in the contract to '[RegisterAttribute("END_HYPHEN_EDIT_NO_EDIT", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Graphics.Paint.EndHyphenEditReplaceWithHyphen' changed from '[RegisterAttribute("END_HYPHEN_EDIT_REPLACE_WITH_HYPHEN")]' in the contract to '[RegisterAttribute("END_HYPHEN_EDIT_REPLACE_WITH_HYPHEN", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Graphics.Paint.StartHyphenEditInsertHyphen' changed from '[RegisterAttribute("START_HYPHEN_EDIT_INSERT_HYPHEN")]' in the contract to '[RegisterAttribute("START_HYPHEN_EDIT_INSERT_HYPHEN", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Graphics.Paint.StartHyphenEditInsertZwj' changed from '[RegisterAttribute("START_HYPHEN_EDIT_INSERT_ZWJ")]' in the contract to '[RegisterAttribute("START_HYPHEN_EDIT_INSERT_ZWJ", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Graphics.Paint.StartHyphenEditNoEdit' changed from '[RegisterAttribute("START_HYPHEN_EDIT_NO_EDIT")]' in the contract to '[RegisterAttribute("START_HYPHEN_EDIT_NO_EDIT", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.BlendMode.get()' changed from '[RegisterAttribute("getBlendMode", "()Landroid/graphics/BlendMode;", "GetGetBlendModeHandler")]' in the contract to '[RegisterAttribute("getBlendMode", "()Landroid/graphics/BlendMode;", "GetGetBlendModeHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.BlendMode.set(Android.Graphics.BlendMode)' changed from '[RegisterAttribute("setBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetBlendMode_Landroid_graphics_BlendMode_Handler")]' in the contract to '[RegisterAttribute("setBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.ColorLong.get()' changed from '[RegisterAttribute("getColorLong", "()J", "GetGetColorLongHandler")]' in the contract to '[RegisterAttribute("getColorLong", "()J", "GetGetColorLongHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.EndHyphenEdit.get()' changed from '[RegisterAttribute("getEndHyphenEdit", "()I", "GetGetEndHyphenEditHandler")]' in the contract to '[RegisterAttribute("getEndHyphenEdit", "()I", "GetGetEndHyphenEditHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.EndHyphenEdit.set(System.Int32)' changed from '[RegisterAttribute("setEndHyphenEdit", "(I)V", "GetSetEndHyphenEdit_IHandler")]' in the contract to '[RegisterAttribute("setEndHyphenEdit", "(I)V", "GetSetEndHyphenEdit_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.GetTextBounds(Java.Lang.ICharSequence, System.Int32, System.Int32, Android.Graphics.Rect)' changed from '[RegisterAttribute("getTextBounds", "(Ljava/lang/CharSequence;IILandroid/graphics/Rect;)V", "GetGetTextBounds_Ljava_lang_CharSequence_IILandroid_graphics_Rect_Handler")]' in the contract to '[RegisterAttribute("getTextBounds", "(Ljava/lang/CharSequence;IILandroid/graphics/Rect;)V", "GetGetTextBounds_Ljava_lang_CharSequence_IILandroid_graphics_Rect_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.GetTextRunAdvances(System.Char[], System.Int32, System.Int32, System.Int32, System.Int32, System.Boolean, System.Single[], System.Int32)' changed from '[RegisterAttribute("getTextRunAdvances", "([CIIIIZ[FI)F", "GetGetTextRunAdvances_arrayCIIIIZarrayFIHandler")]' in the contract to '[RegisterAttribute("getTextRunAdvances", "([CIIIIZ[FI)F", "GetGetTextRunAdvances_arrayCIIIIZarrayFIHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.GetTextRunCursor(Java.Lang.ICharSequence, System.Int32, System.Int32, System.Boolean, System.Int32, System.Int32)' changed from '[RegisterAttribute("getTextRunCursor", "(Ljava/lang/CharSequence;IIZII)I", "GetGetTextRunCursor_Ljava_lang_CharSequence_IIZIIHandler")]' in the contract to '[RegisterAttribute("getTextRunCursor", "(Ljava/lang/CharSequence;IIZII)I", "GetGetTextRunCursor_Ljava_lang_CharSequence_IIZIIHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.GetTextRunCursor(System.Char[], System.Int32, System.Int32, System.Boolean, System.Int32, System.Int32)' changed from '[RegisterAttribute("getTextRunCursor", "([CIIZII)I", "GetGetTextRunCursor_arrayCIIZIIHandler")]' in the contract to '[RegisterAttribute("getTextRunCursor", "([CIIZII)I", "GetGetTextRunCursor_arrayCIIZIIHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.SetShadowLayer(System.Single, System.Single, System.Single, System.Int64)' changed from '[RegisterAttribute("setShadowLayer", "(FFFJ)V", "GetSetShadowLayer_FFFJHandler")]' in the contract to '[RegisterAttribute("setShadowLayer", "(FFFJ)V", "GetSetShadowLayer_FFFJHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.ShadowLayerColor.get()' changed from '[RegisterAttribute("getShadowLayerColor", "()I", "GetGetShadowLayerColorHandler")]' in the contract to '[RegisterAttribute("getShadowLayerColor", "()I", "GetGetShadowLayerColorHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.ShadowLayerColorLong.get()' changed from '[RegisterAttribute("getShadowLayerColorLong", "()J", "GetGetShadowLayerColorLongHandler")]' in the contract to '[RegisterAttribute("getShadowLayerColorLong", "()J", "GetGetShadowLayerColorLongHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.ShadowLayerDx.get()' changed from '[RegisterAttribute("getShadowLayerDx", "()F", "GetGetShadowLayerDxHandler")]' in the contract to '[RegisterAttribute("getShadowLayerDx", "()F", "GetGetShadowLayerDxHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.ShadowLayerDy.get()' changed from '[RegisterAttribute("getShadowLayerDy", "()F", "GetGetShadowLayerDyHandler")]' in the contract to '[RegisterAttribute("getShadowLayerDy", "()F", "GetGetShadowLayerDyHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.ShadowLayerRadius.get()' changed from '[RegisterAttribute("getShadowLayerRadius", "()F", "GetGetShadowLayerRadiusHandler")]' in the contract to '[RegisterAttribute("getShadowLayerRadius", "()F", "GetGetShadowLayerRadiusHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.StartHyphenEdit.get()' changed from '[RegisterAttribute("getStartHyphenEdit", "()I", "GetGetStartHyphenEditHandler")]' in the contract to '[RegisterAttribute("getStartHyphenEdit", "()I", "GetGetStartHyphenEditHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.StartHyphenEdit.set(System.Int32)' changed from '[RegisterAttribute("setStartHyphenEdit", "(I)V", "GetSetStartHyphenEdit_IHandler")]' in the contract to '[RegisterAttribute("setStartHyphenEdit", "(I)V", "GetSetStartHyphenEdit_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.StrikeThruPosition.get()' changed from '[RegisterAttribute("getStrikeThruPosition", "()F", "GetGetStrikeThruPositionHandler")]' in the contract to '[RegisterAttribute("getStrikeThruPosition", "()F", "GetGetStrikeThruPositionHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.StrikeThruThickness.get()' changed from '[RegisterAttribute("getStrikeThruThickness", "()F", "GetGetStrikeThruThicknessHandler")]' in the contract to '[RegisterAttribute("getStrikeThruThickness", "()F", "GetGetStrikeThruThicknessHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.UnderlinePosition.get()' changed from '[RegisterAttribute("getUnderlinePosition", "()F", "GetGetUnderlinePositionHandler")]' in the contract to '[RegisterAttribute("getUnderlinePosition", "()F", "GetGetUnderlinePositionHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.UnderlineThickness.get()' changed from '[RegisterAttribute("getUnderlineThickness", "()F", "GetGetUnderlineThicknessHandler")]' in the contract to '[RegisterAttribute("getUnderlineThickness", "()F", "GetGetUnderlineThicknessHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.WordSpacing.get()' changed from '[RegisterAttribute("getWordSpacing", "()F", "GetGetWordSpacingHandler")]' in the contract to '[RegisterAttribute("getWordSpacing", "()F", "GetGetWordSpacingHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Paint.WordSpacing.set(System.Single)' changed from '[RegisterAttribute("setWordSpacing", "(F)V", "GetSetWordSpacing_FHandler")]' in the contract to '[RegisterAttribute("setWordSpacing", "(F)V", "GetSetWordSpacing_FHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.RadialGradient..ctor(System.Single, System.Single, System.Single, System.Int64, System.Int64, Android.Graphics.Shader.TileMode)' changed from '[RegisterAttribute(".ctor", "(FFFJJLandroid/graphics/Shader$TileMode;)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(FFFJJLandroid/graphics/Shader$TileMode;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.RadialGradient..ctor(System.Single, System.Single, System.Single, System.Int64[], System.Single[], Android.Graphics.Shader.TileMode)' changed from '[RegisterAttribute(".ctor", "(FFF[J[FLandroid/graphics/Shader$TileMode;)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(FFF[J[FLandroid/graphics/Shader$TileMode;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.RecordingCanvas' changed from '[RegisterAttribute("android/graphics/RecordingCanvas", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/graphics/RecordingCanvas", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.RenderNode' changed from '[RegisterAttribute("android/graphics/RenderNode", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/graphics/RenderNode", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.SweepGradient..ctor(System.Single, System.Single, System.Int64, System.Int64)' changed from '[RegisterAttribute(".ctor", "(FFJJ)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(FFJJ)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.SweepGradient..ctor(System.Single, System.Single, System.Int64[], System.Single[])' changed from '[RegisterAttribute(".ctor", "(FF[J[F)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(FF[J[F)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Typeface.CustomFallbackBuilder' changed from '[RegisterAttribute("android/graphics/Typeface$CustomFallbackBuilder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/graphics/Typeface$CustomFallbackBuilder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Drawables.ColorStateListDrawable' changed from '[RegisterAttribute("android/graphics/drawable/ColorStateListDrawable", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/graphics/drawable/ColorStateListDrawable", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Drawables.Drawable.IsProjected.get()' changed from '[RegisterAttribute("isProjected", "()Z", "GetIsProjectedHandler")]' in the contract to '[RegisterAttribute("isProjected", "()Z", "GetIsProjectedHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Drawables.Drawable.OpticalInsets.get()' changed from '[RegisterAttribute("getOpticalInsets", "()Landroid/graphics/Insets;", "GetGetOpticalInsetsHandler")]' in the contract to '[RegisterAttribute("getOpticalInsets", "()Landroid/graphics/Insets;", "GetGetOpticalInsetsHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Drawables.Drawable.SetTintBlendMode(Android.Graphics.BlendMode)' changed from '[RegisterAttribute("setTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetTintBlendMode_Landroid_graphics_BlendMode_Handler")]' in the contract to '[RegisterAttribute("setTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Drawables.GradientDrawable.InnerRadius.get()' changed from '[RegisterAttribute("getInnerRadius", "()I", "GetGetInnerRadiusHandler")]' in the contract to '[RegisterAttribute("getInnerRadius", "()I", "GetGetInnerRadiusHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Drawables.GradientDrawable.InnerRadius.set(System.Int32)' changed from '[RegisterAttribute("setInnerRadius", "(I)V", "GetSetInnerRadius_IHandler")]' in the contract to '[RegisterAttribute("setInnerRadius", "(I)V", "GetSetInnerRadius_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Drawables.GradientDrawable.InnerRadiusRatio.get()' changed from '[RegisterAttribute("getInnerRadiusRatio", "()F", "GetGetInnerRadiusRatioHandler")]' in the contract to '[RegisterAttribute("getInnerRadiusRatio", "()F", "GetGetInnerRadiusRatioHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Drawables.GradientDrawable.InnerRadiusRatio.set(System.Single)' changed from '[RegisterAttribute("setInnerRadiusRatio", "(F)V", "GetSetInnerRadiusRatio_FHandler")]' in the contract to '[RegisterAttribute("setInnerRadiusRatio", "(F)V", "GetSetInnerRadiusRatio_FHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Drawables.GradientDrawable.SetColors(System.Int32[], System.Single[])' changed from '[RegisterAttribute("setColors", "([I[F)V", "GetSetColors_arrayIarrayFHandler")]' in the contract to '[RegisterAttribute("setColors", "([I[F)V", "GetSetColors_arrayIarrayFHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Drawables.GradientDrawable.SetPadding(System.Int32, System.Int32, System.Int32, System.Int32)' changed from '[RegisterAttribute("setPadding", "(IIII)V", "GetSetPadding_IIIIHandler")]' in the contract to '[RegisterAttribute("setPadding", "(IIII)V", "GetSetPadding_IIIIHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Drawables.GradientDrawable.Thickness.get()' changed from '[RegisterAttribute("getThickness", "()I", "GetGetThicknessHandler")]' in the contract to '[RegisterAttribute("getThickness", "()I", "GetGetThicknessHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Drawables.GradientDrawable.Thickness.set(System.Int32)' changed from '[RegisterAttribute("setThickness", "(I)V", "GetSetThickness_IHandler")]' in the contract to '[RegisterAttribute("setThickness", "(I)V", "GetSetThickness_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Drawables.GradientDrawable.ThicknessRatio.get()' changed from '[RegisterAttribute("getThicknessRatio", "()F", "GetGetThicknessRatioHandler")]' in the contract to '[RegisterAttribute("getThicknessRatio", "()F", "GetGetThicknessRatioHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Drawables.GradientDrawable.ThicknessRatio.set(System.Single)' changed from '[RegisterAttribute("setThicknessRatio", "(F)V", "GetSetThicknessRatio_FHandler")]' in the contract to '[RegisterAttribute("setThicknessRatio", "(F)V", "GetSetThicknessRatio_FHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Drawables.Icon.SetTintBlendMode(Android.Graphics.BlendMode)' changed from '[RegisterAttribute("setTintBlendMode", "(Landroid/graphics/BlendMode;)Landroid/graphics/drawable/Icon;", "")]' in the contract to '[RegisterAttribute("setTintBlendMode", "(Landroid/graphics/BlendMode;)Landroid/graphics/drawable/Icon;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Drawables.StateListDrawable.FindStateDrawableIndex(System.Int32[])' changed from '[RegisterAttribute("findStateDrawableIndex", "([I)I", "GetFindStateDrawableIndex_arrayIHandler")]' in the contract to '[RegisterAttribute("findStateDrawableIndex", "([I)I", "GetFindStateDrawableIndex_arrayIHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Drawables.StateListDrawable.GetStateDrawable(System.Int32)' changed from '[RegisterAttribute("getStateDrawable", "(I)Landroid/graphics/drawable/Drawable;", "GetGetStateDrawable_IHandler")]' in the contract to '[RegisterAttribute("getStateDrawable", "(I)Landroid/graphics/drawable/Drawable;", "GetGetStateDrawable_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Drawables.StateListDrawable.GetStateSet(System.Int32)' changed from '[RegisterAttribute("getStateSet", "(I)[I", "GetGetStateSet_IHandler")]' in the contract to '[RegisterAttribute("getStateSet", "(I)[I", "GetGetStateSet_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Drawables.StateListDrawable.StateCount.get()' changed from '[RegisterAttribute("getStateCount", "()I", "GetGetStateCountHandler")]' in the contract to '[RegisterAttribute("getStateCount", "()I", "GetGetStateCountHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Fonts.Font' changed from '[RegisterAttribute("android/graphics/fonts/Font", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/graphics/fonts/Font", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Fonts.Font.Builder' changed from '[RegisterAttribute("android/graphics/fonts/Font$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/graphics/fonts/Font$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Fonts.FontFamily' changed from '[RegisterAttribute("android/graphics/fonts/FontFamily", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/graphics/fonts/FontFamily", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Fonts.FontFamily.Builder' changed from '[RegisterAttribute("android/graphics/fonts/FontFamily$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/graphics/fonts/FontFamily$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Fonts.FontStyle' changed from '[RegisterAttribute("android/graphics/fonts/FontStyle", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/graphics/fonts/FontStyle", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Fonts.SystemFonts' changed from '[RegisterAttribute("android/graphics/fonts/SystemFonts", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/graphics/fonts/SystemFonts", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Text.LineBreaker' changed from '[RegisterAttribute("android/graphics/text/LineBreaker", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/graphics/text/LineBreaker", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Text.LineBreaker.Builder' changed from '[RegisterAttribute("android/graphics/text/LineBreaker$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/graphics/text/LineBreaker$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Text.LineBreaker.ParagraphConstraints' changed from '[RegisterAttribute("android/graphics/text/LineBreaker$ParagraphConstraints", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/graphics/text/LineBreaker$ParagraphConstraints", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Text.LineBreaker.Result' changed from '[RegisterAttribute("android/graphics/text/LineBreaker$Result", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/graphics/text/LineBreaker$Result", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Text.MeasuredText' changed from '[RegisterAttribute("android/graphics/text/MeasuredText", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/graphics/text/MeasuredText", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Graphics.Text.MeasuredText.Builder' changed from '[RegisterAttribute("android/graphics/text/MeasuredText$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/graphics/text/MeasuredText$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Hardware.Biometrics.BiometricManager' changed from '[RegisterAttribute("android/hardware/biometrics/BiometricManager", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/hardware/biometrics/BiometricManager", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Hardware.Biometrics.BiometricErrorCode Android.Hardware.Biometrics.BiometricPrompt.BiometricErrorNoDeviceCredential' changed from '[RegisterAttribute("BIOMETRIC_ERROR_NO_DEVICE_CREDENTIAL")]' in the contract to '[RegisterAttribute("BIOMETRIC_ERROR_NO_DEVICE_CREDENTIAL", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Hardware.Biometrics.BiometricPrompt.Builder.SetConfirmationRequired(System.Boolean)' changed from '[RegisterAttribute("setConfirmationRequired", "(Z)Landroid/hardware/biometrics/BiometricPrompt$Builder;", "GetSetConfirmationRequired_ZHandler")]' in the contract to '[RegisterAttribute("setConfirmationRequired", "(Z)Landroid/hardware/biometrics/BiometricPrompt$Builder;", "GetSetConfirmationRequired_ZHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Hardware.Biometrics.BiometricPrompt.Builder.SetDeviceCredentialAllowed(System.Boolean)' changed from '[RegisterAttribute("setDeviceCredentialAllowed", "(Z)Landroid/hardware/biometrics/BiometricPrompt$Builder;", "GetSetDeviceCredentialAllowed_ZHandler")]' in the contract to '[RegisterAttribute("setDeviceCredentialAllowed", "(Z)Landroid/hardware/biometrics/BiometricPrompt$Builder;", "GetSetDeviceCredentialAllowed_ZHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Hardware.Camera2.CameraCharacteristics.ScalerMandatoryStreamCombinations' changed from '[RegisterAttribute("SCALER_MANDATORY_STREAM_COMBINATIONS")]' in the contract to '[RegisterAttribute("SCALER_MANDATORY_STREAM_COMBINATIONS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Hardware.Camera2.CameraCharacteristics.GetRecommendedStreamConfigurationMap(Android.Hardware.Camera2.Params.UsecaseMode)' changed from '[RegisterAttribute("getRecommendedStreamConfigurationMap", "(I)Landroid/hardware/camera2/params/RecommendedStreamConfigurationMap;", "")]' in the contract to '[RegisterAttribute("getRecommendedStreamConfigurationMap", "(I)Landroid/hardware/camera2/params/RecommendedStreamConfigurationMap;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Hardware.Camera2.CameraCharacteristics.KeysNeedingPermission.get()' changed from '[RegisterAttribute("getKeysNeedingPermission", "()Ljava/util/List;", "")]' in the contract to '[RegisterAttribute("getKeysNeedingPermission", "()Ljava/util/List;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Hardware.Camera2.CameraCharacteristics.Key..ctor(System.String, Java.Lang.Class)' changed from '[RegisterAttribute(".ctor", "(Ljava/lang/String;Ljava/lang/Class;)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(Ljava/lang/String;Ljava/lang/Class;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Hardware.Camera2.CameraDevice.IsSessionConfigurationSupported(Android.Hardware.Camera2.Params.SessionConfiguration)' changed from '[RegisterAttribute("isSessionConfigurationSupported", "(Landroid/hardware/camera2/params/SessionConfiguration;)Z", "GetIsSessionConfigurationSupported_Landroid_hardware_camera2_params_SessionConfiguration_Handler")]' in the contract to '[RegisterAttribute("isSessionConfigurationSupported", "(Landroid/hardware/camera2/params/SessionConfiguration;)Z", "GetIsSessionConfigurationSupported_Landroid_hardware_camera2_params_SessionConfiguration_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Hardware.Camera2.CameraManager.AvailabilityCallback.OnCameraAccessPrioritiesChanged()' changed from '[RegisterAttribute("onCameraAccessPrioritiesChanged", "()V", "GetOnCameraAccessPrioritiesChangedHandler")]' in the contract to '[RegisterAttribute("onCameraAccessPrioritiesChanged", "()V", "GetOnCameraAccessPrioritiesChangedHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Hardware.Camera2.CaptureFailure.PhysicalCameraId.get()' changed from '[RegisterAttribute("getPhysicalCameraId", "()Ljava/lang/String;", "GetGetPhysicalCameraIdHandler")]' in the contract to '[RegisterAttribute("getPhysicalCameraId", "()Ljava/lang/String;", "GetGetPhysicalCameraIdHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Hardware.Camera2.CaptureRequest.Key..ctor(System.String, Java.Lang.Class)' changed from '[RegisterAttribute(".ctor", "(Ljava/lang/String;Ljava/lang/Class;)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(Ljava/lang/String;Ljava/lang/Class;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Hardware.Camera2.CaptureResult.LogicalMultiCameraActivePhysicalId' changed from '[RegisterAttribute("LOGICAL_MULTI_CAMERA_ACTIVE_PHYSICAL_ID")]' in the contract to '[RegisterAttribute("LOGICAL_MULTI_CAMERA_ACTIVE_PHYSICAL_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Hardware.Camera2.CaptureResult.Key..ctor(System.String, Java.Lang.Class)' changed from '[RegisterAttribute(".ctor", "(Ljava/lang/String;Ljava/lang/Class;)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(Ljava/lang/String;Ljava/lang/Class;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Hardware.Camera2.Params.MandatoryStreamCombination' changed from '[RegisterAttribute("android/hardware/camera2/params/MandatoryStreamCombination", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/hardware/camera2/params/MandatoryStreamCombination", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Hardware.Camera2.Params.MandatoryStreamCombination.MandatoryStreamInformation' changed from '[RegisterAttribute("android/hardware/camera2/params/MandatoryStreamCombination$MandatoryStreamInformation", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/hardware/camera2/params/MandatoryStreamCombination$MandatoryStreamInformation", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Hardware.Camera2.Params.RecommendedStreamConfigurationMap' changed from '[RegisterAttribute("android/hardware/camera2/params/RecommendedStreamConfigurationMap", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/hardware/camera2/params/RecommendedStreamConfigurationMap", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Hardware.Camera2.Params.SessionConfiguration.Creator' changed from '[RegisterAttribute("CREATOR")]' in the contract to '[RegisterAttribute("CREATOR", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Locations.GnssClock.ElapsedRealtimeNanos.get()' changed from '[RegisterAttribute("getElapsedRealtimeNanos", "()J", "")]' in the contract to '[RegisterAttribute("getElapsedRealtimeNanos", "()J", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Locations.GnssClock.ElapsedRealtimeUncertaintyNanos.get()' changed from '[RegisterAttribute("getElapsedRealtimeUncertaintyNanos", "()D", "")]' in the contract to '[RegisterAttribute("getElapsedRealtimeUncertaintyNanos", "()D", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Locations.GnssClock.HasElapsedRealtimeNanos.get()' changed from '[RegisterAttribute("hasElapsedRealtimeNanos", "()Z", "")]' in the contract to '[RegisterAttribute("hasElapsedRealtimeNanos", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Locations.GnssClock.HasElapsedRealtimeUncertaintyNanos.get()' changed from '[RegisterAttribute("hasElapsedRealtimeUncertaintyNanos", "()Z", "")]' in the contract to '[RegisterAttribute("hasElapsedRealtimeUncertaintyNanos", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Locations.GnssState Android.Locations.GnssMeasurement.State2ndCodeLock' changed from '[RegisterAttribute("STATE_2ND_CODE_LOCK")]' in the contract to '[RegisterAttribute("STATE_2ND_CODE_LOCK", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Locations.GnssMeasurement.CodeType.get()' changed from '[RegisterAttribute("getCodeType", "()Ljava/lang/String;", "")]' in the contract to '[RegisterAttribute("getCodeType", "()Ljava/lang/String;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Locations.GnssMeasurement.HasCodeType.get()' changed from '[RegisterAttribute("hasCodeType", "()Z", "")]' in the contract to '[RegisterAttribute("hasCodeType", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Locations.GnssConstellationType Android.Locations.GnssStatus.ConstellationIrnss' changed from '[RegisterAttribute("CONSTELLATION_IRNSS")]' in the contract to '[RegisterAttribute("CONSTELLATION_IRNSS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Locations.Location.ElapsedRealtimeUncertaintyNanos.get()' changed from '[RegisterAttribute("getElapsedRealtimeUncertaintyNanos", "()D", "GetGetElapsedRealtimeUncertaintyNanosHandler")]' in the contract to '[RegisterAttribute("getElapsedRealtimeUncertaintyNanos", "()D", "GetGetElapsedRealtimeUncertaintyNanosHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Locations.Location.ElapsedRealtimeUncertaintyNanos.set(System.Double)' changed from '[RegisterAttribute("setElapsedRealtimeUncertaintyNanos", "(D)V", "GetSetElapsedRealtimeUncertaintyNanos_DHandler")]' in the contract to '[RegisterAttribute("setElapsedRealtimeUncertaintyNanos", "(D)V", "GetSetElapsedRealtimeUncertaintyNanos_DHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Locations.Location.HasElapsedRealtimeUncertaintyNanos.get()' changed from '[RegisterAttribute("hasElapsedRealtimeUncertaintyNanos", "()Z", "GetHasElapsedRealtimeUncertaintyNanosHandler")]' in the contract to '[RegisterAttribute("hasElapsedRealtimeUncertaintyNanos", "()Z", "GetHasElapsedRealtimeUncertaintyNanosHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Locations.LocationManager.ExtraProviderName' changed from '[RegisterAttribute("EXTRA_PROVIDER_NAME")]' in the contract to '[RegisterAttribute("EXTRA_PROVIDER_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Locations.SettingInjectorService.RefreshSettings(Android.Content.Context)' changed from '[RegisterAttribute("refreshSettings", "(Landroid/content/Context;)V", "")]' in the contract to '[RegisterAttribute("refreshSettings", "(Landroid/content/Context;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.CapturePolicies Android.Media.AudioAttributes.AllowCaptureByAll' changed from '[RegisterAttribute("ALLOW_CAPTURE_BY_ALL")]' in the contract to '[RegisterAttribute("ALLOW_CAPTURE_BY_ALL", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.CapturePolicies Android.Media.AudioAttributes.AllowCaptureByNone' changed from '[RegisterAttribute("ALLOW_CAPTURE_BY_NONE")]' in the contract to '[RegisterAttribute("ALLOW_CAPTURE_BY_NONE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.CapturePolicies Android.Media.AudioAttributes.AllowCaptureBySystem' changed from '[RegisterAttribute("ALLOW_CAPTURE_BY_SYSTEM")]' in the contract to '[RegisterAttribute("ALLOW_CAPTURE_BY_SYSTEM", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioAttributes.AllowedCapturePolicy.get()' changed from '[RegisterAttribute("getAllowedCapturePolicy", "()I", "")]' in the contract to '[RegisterAttribute("getAllowedCapturePolicy", "()I", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioAttributes.AreHapticChannelsMuted()' changed from '[RegisterAttribute("areHapticChannelsMuted", "()Z", "")]' in the contract to '[RegisterAttribute("areHapticChannelsMuted", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioAttributes.Builder.SetAllowedCapturePolicy(Android.Media.CapturePolicies)' changed from '[RegisterAttribute("setAllowedCapturePolicy", "(I)Landroid/media/AudioAttributes$Builder;", "GetSetAllowedCapturePolicy_IHandler")]' in the contract to '[RegisterAttribute("setAllowedCapturePolicy", "(I)Landroid/media/AudioAttributes$Builder;", "GetSetAllowedCapturePolicy_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioAttributes.Builder.SetHapticChannelsMuted(System.Boolean)' changed from '[RegisterAttribute("setHapticChannelsMuted", "(Z)Landroid/media/AudioAttributes$Builder;", "GetSetHapticChannelsMuted_ZHandler")]' in the contract to '[RegisterAttribute("setHapticChannelsMuted", "(Z)Landroid/media/AudioAttributes$Builder;", "GetSetHapticChannelsMuted_ZHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioFormat.FrameSizeInBytes.get()' changed from '[RegisterAttribute("getFrameSizeInBytes", "()I", "GetGetFrameSizeInBytesHandler")]' in the contract to '[RegisterAttribute("getFrameSizeInBytes", "()I", "GetGetFrameSizeInBytesHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Media.AudioManager.ActionSpeakerphoneStateChanged' changed from '[RegisterAttribute("ACTION_SPEAKERPHONE_STATE_CHANGED")]' in the contract to '[RegisterAttribute("ACTION_SPEAKERPHONE_STATE_CHANGED", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioManager.AllowedCapturePolicy.get()' changed from '[RegisterAttribute("getAllowedCapturePolicy", "()I", "GetGetAllowedCapturePolicyHandler")]' in the contract to '[RegisterAttribute("getAllowedCapturePolicy", "()I", "GetGetAllowedCapturePolicyHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioManager.AllowedCapturePolicy.set(Android.Media.CapturePolicies)' changed from '[RegisterAttribute("setAllowedCapturePolicy", "(I)V", "GetSetAllowedCapturePolicy_IHandler")]' in the contract to '[RegisterAttribute("setAllowedCapturePolicy", "(I)V", "GetSetAllowedCapturePolicy_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioManager.IsHapticPlaybackSupported.get()' changed from '[RegisterAttribute("isHapticPlaybackSupported", "()Z", "")]' in the contract to '[RegisterAttribute("isHapticPlaybackSupported", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioManager.IsOffloadedPlaybackSupported(Android.Media.AudioFormat, Android.Media.AudioAttributes)' changed from '[RegisterAttribute("isOffloadedPlaybackSupported", "(Landroid/media/AudioFormat;Landroid/media/AudioAttributes;)Z", "")]' in the contract to '[RegisterAttribute("isOffloadedPlaybackSupported", "(Landroid/media/AudioFormat;Landroid/media/AudioAttributes;)Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioPlaybackCaptureConfiguration' changed from '[RegisterAttribute("android/media/AudioPlaybackCaptureConfiguration", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/media/AudioPlaybackCaptureConfiguration", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioPlaybackCaptureConfiguration.Builder' changed from '[RegisterAttribute("android/media/AudioPlaybackCaptureConfiguration$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/media/AudioPlaybackCaptureConfiguration$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioPresentation.PresentationId.get()' changed from '[RegisterAttribute("getPresentationId", "()I", "")]' in the contract to '[RegisterAttribute("getPresentationId", "()I", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioPresentation.ProgramId.get()' changed from '[RegisterAttribute("getProgramId", "()I", "")]' in the contract to '[RegisterAttribute("getProgramId", "()I", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioPresentation.Builder' changed from '[RegisterAttribute("android/media/AudioPresentation$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/media/AudioPresentation$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioRecord.Builder.SetAudioPlaybackCaptureConfig(Android.Media.AudioPlaybackCaptureConfiguration)' changed from '[RegisterAttribute("setAudioPlaybackCaptureConfig", "(Landroid/media/AudioPlaybackCaptureConfiguration;)Landroid/media/AudioRecord$Builder;", "GetSetAudioPlaybackCaptureConfig_Landroid_media_AudioPlaybackCaptureConfiguration_Handler")]' in the contract to '[RegisterAttribute("setAudioPlaybackCaptureConfig", "(Landroid/media/AudioPlaybackCaptureConfiguration;)Landroid/media/AudioRecord$Builder;", "GetSetAudioPlaybackCaptureConfig_Landroid_media_AudioPlaybackCaptureConfiguration_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioRecordingConfiguration.AudioSource.get()' changed from '[RegisterAttribute("getAudioSource", "()I", "")]' in the contract to '[RegisterAttribute("getAudioSource", "()I", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioRecordingConfiguration.ClientEffects.get()' changed from '[RegisterAttribute("getClientEffects", "()Ljava/util/List;", "")]' in the contract to '[RegisterAttribute("getClientEffects", "()Ljava/util/List;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioRecordingConfiguration.Effects.get()' changed from '[RegisterAttribute("getEffects", "()Ljava/util/List;", "")]' in the contract to '[RegisterAttribute("getEffects", "()Ljava/util/List;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioRecordingConfiguration.IsClientSilenced.get()' changed from '[RegisterAttribute("isClientSilenced", "()Z", "")]' in the contract to '[RegisterAttribute("isClientSilenced", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioTrack.AudioAttributes.get()' changed from '[RegisterAttribute("getAudioAttributes", "()Landroid/media/AudioAttributes;", "GetGetAudioAttributesHandler")]' in the contract to '[RegisterAttribute("getAudioAttributes", "()Landroid/media/AudioAttributes;", "GetGetAudioAttributesHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioTrack.IsDirectPlaybackSupported(Android.Media.AudioFormat, Android.Media.AudioAttributes)' changed from '[RegisterAttribute("isDirectPlaybackSupported", "(Landroid/media/AudioFormat;Landroid/media/AudioAttributes;)Z", "")]' in the contract to '[RegisterAttribute("isDirectPlaybackSupported", "(Landroid/media/AudioFormat;Landroid/media/AudioAttributes;)Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioTrack.IsOffloadedPlayback.get()' changed from '[RegisterAttribute("isOffloadedPlayback", "()Z", "GetIsOffloadedPlaybackHandler")]' in the contract to '[RegisterAttribute("isOffloadedPlayback", "()Z", "GetIsOffloadedPlaybackHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioTrack.OffloadDelay.get()' changed from '[RegisterAttribute("getOffloadDelay", "()I", "GetGetOffloadDelayHandler")]' in the contract to '[RegisterAttribute("getOffloadDelay", "()I", "GetGetOffloadDelayHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioTrack.OffloadPadding.get()' changed from '[RegisterAttribute("getOffloadPadding", "()I", "GetGetOffloadPaddingHandler")]' in the contract to '[RegisterAttribute("getOffloadPadding", "()I", "GetGetOffloadPaddingHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioTrack.RegisterStreamEventCallback(Java.Util.Concurrent.IExecutor, Android.Media.AudioTrack.StreamEventCallback)' changed from '[RegisterAttribute("registerStreamEventCallback", "(Ljava/util/concurrent/Executor;Landroid/media/AudioTrack$StreamEventCallback;)V", "GetRegisterStreamEventCallback_Ljava_util_concurrent_Executor_Landroid_media_AudioTrack_StreamEventCallback_Handler")]' in the contract to '[RegisterAttribute("registerStreamEventCallback", "(Ljava/util/concurrent/Executor;Landroid/media/AudioTrack$StreamEventCallback;)V", "GetRegisterStreamEventCallback_Ljava_util_concurrent_Executor_Landroid_media_AudioTrack_StreamEventCallback_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioTrack.SetOffloadDelayPadding(System.Int32, System.Int32)' changed from '[RegisterAttribute("setOffloadDelayPadding", "(II)V", "GetSetOffloadDelayPadding_IIHandler")]' in the contract to '[RegisterAttribute("setOffloadDelayPadding", "(II)V", "GetSetOffloadDelayPadding_IIHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioTrack.SetOffloadEndOfStream()' changed from '[RegisterAttribute("setOffloadEndOfStream", "()V", "GetSetOffloadEndOfStreamHandler")]' in the contract to '[RegisterAttribute("setOffloadEndOfStream", "()V", "GetSetOffloadEndOfStreamHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioTrack.UnregisterStreamEventCallback(Android.Media.AudioTrack.StreamEventCallback)' changed from '[RegisterAttribute("unregisterStreamEventCallback", "(Landroid/media/AudioTrack$StreamEventCallback;)V", "GetUnregisterStreamEventCallback_Landroid_media_AudioTrack_StreamEventCallback_Handler")]' in the contract to '[RegisterAttribute("unregisterStreamEventCallback", "(Landroid/media/AudioTrack$StreamEventCallback;)V", "GetUnregisterStreamEventCallback_Landroid_media_AudioTrack_StreamEventCallback_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioTrack.Builder.SetOffloadedPlayback(System.Boolean)' changed from '[RegisterAttribute("setOffloadedPlayback", "(Z)Landroid/media/AudioTrack$Builder;", "GetSetOffloadedPlayback_ZHandler")]' in the contract to '[RegisterAttribute("setOffloadedPlayback", "(Z)Landroid/media/AudioTrack$Builder;", "GetSetOffloadedPlayback_ZHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.AudioTrack.StreamEventCallback' changed from '[RegisterAttribute("android/media/AudioTrack$StreamEventCallback", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/media/AudioTrack$StreamEventCallback", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Media.ExifInterface.TagXmp' changed from '[RegisterAttribute("TAG_XMP")]' in the contract to '[RegisterAttribute("TAG_XMP", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.ExifInterface..ctor(Java.IO.File)' changed from '[RegisterAttribute(".ctor", "(Ljava/io/File;)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(Ljava/io/File;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.ExifInterface.GetAttributeBytes(System.String)' changed from '[RegisterAttribute("getAttributeBytes", "(Ljava/lang/String;)[B", "GetGetAttributeBytes_Ljava_lang_String_Handler")]' in the contract to '[RegisterAttribute("getAttributeBytes", "(Ljava/lang/String;)[B", "GetGetAttributeBytes_Ljava_lang_String_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.ExifInterface.GetAttributeRange(System.String)' changed from '[RegisterAttribute("getAttributeRange", "(Ljava/lang/String;)[J", "GetGetAttributeRange_Ljava_lang_String_Handler")]' in the contract to '[RegisterAttribute("getAttributeRange", "(Ljava/lang/String;)[J", "GetGetAttributeRange_Ljava_lang_String_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.ExifInterface.HasAttribute(System.String)' changed from '[RegisterAttribute("hasAttribute", "(Ljava/lang/String;)Z", "GetHasAttribute_Ljava_lang_String_Handler")]' in the contract to '[RegisterAttribute("hasAttribute", "(Ljava/lang/String;)Z", "GetHasAttribute_Ljava_lang_String_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.IAudioRecordingMonitor' changed from '[RegisterAttribute("android/media/AudioRecordingMonitor", "", "Android.Media.IAudioRecordingMonitorInvoker")]' in the contract to '[RegisterAttribute("android/media/AudioRecordingMonitor", "", "Android.Media.IAudioRecordingMonitorInvoker", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.ImageReader.NewInstance(System.Int32, System.Int32, Android.Graphics.ImageFormatType, System.Int32, System.Int64)' changed from '[RegisterAttribute("newInstance", "(IIIIJ)Landroid/media/ImageReader;", "")]' in the contract to '[RegisterAttribute("newInstance", "(IIIIJ)Landroid/media/ImageReader;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.ImageWriter.NewInstance(Android.Views.Surface, System.Int32, Android.Graphics.ImageFormatType)' changed from '[RegisterAttribute("newInstance", "(Landroid/view/Surface;II)Landroid/media/ImageWriter;", "")]' in the contract to '[RegisterAttribute("newInstance", "(Landroid/view/Surface;II)Landroid/media/ImageWriter;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.IMicrophoneDirection' changed from '[RegisterAttribute("android/media/MicrophoneDirection", "", "Android.Media.IMicrophoneDirectionInvoker")]' in the contract to '[RegisterAttribute("android/media/MicrophoneDirection", "", "Android.Media.IMicrophoneDirectionInvoker", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCas.Session.SendSessionEvent(System.Int32, System.Int32, System.Byte[])' changed from '[RegisterAttribute("sendSessionEvent", "(II[B)V", "")]' in the contract to '[RegisterAttribute("sendSessionEvent", "(II[B)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Media.MediaCodec.ParameterKeyHdr10PlusInfo' changed from '[RegisterAttribute("PARAMETER_KEY_HDR10_PLUS_INFO")]' in the contract to '[RegisterAttribute("PARAMETER_KEY_HDR10_PLUS_INFO", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Media.MediaCodec.ParameterKeyOffsetTime' changed from '[RegisterAttribute("PARAMETER_KEY_OFFSET_TIME")]' in the contract to '[RegisterAttribute("PARAMETER_KEY_OFFSET_TIME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Media.MediaCodec.ParameterKeySuspendTime' changed from '[RegisterAttribute("PARAMETER_KEY_SUSPEND_TIME")]' in the contract to '[RegisterAttribute("PARAMETER_KEY_SUSPEND_TIME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodec.CanonicalName.get()' changed from '[RegisterAttribute("getCanonicalName", "()Ljava/lang/String;", "")]' in the contract to '[RegisterAttribute("getCanonicalName", "()Ljava/lang/String;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodec.SetAudioPresentation(Android.Media.AudioPresentation)' changed from '[RegisterAttribute("setAudioPresentation", "(Landroid/media/AudioPresentation;)V", "")]' in the contract to '[RegisterAttribute("setAudioPresentation", "(Landroid/media/AudioPresentation;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecCryptoErrorType Android.Media.MediaCodec.CryptoException.ErrorFrameTooLarge' changed from '[RegisterAttribute("ERROR_FRAME_TOO_LARGE")]' in the contract to '[RegisterAttribute("ERROR_FRAME_TOO_LARGE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecCryptoErrorType Android.Media.MediaCodec.CryptoException.ErrorInsufficientSecurity' changed from '[RegisterAttribute("ERROR_INSUFFICIENT_SECURITY")]' in the contract to '[RegisterAttribute("ERROR_INSUFFICIENT_SECURITY", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecCryptoErrorType Android.Media.MediaCodec.CryptoException.ErrorLostState' changed from '[RegisterAttribute("ERROR_LOST_STATE")]' in the contract to '[RegisterAttribute("ERROR_LOST_STATE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecInfo.CanonicalName.get()' changed from '[RegisterAttribute("getCanonicalName", "()Ljava/lang/String;", "")]' in the contract to '[RegisterAttribute("getCanonicalName", "()Ljava/lang/String;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecInfo.IsAlias.get()' changed from '[RegisterAttribute("isAlias", "()Z", "")]' in the contract to '[RegisterAttribute("isAlias", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecInfo.IsHardwareAccelerated.get()' changed from '[RegisterAttribute("isHardwareAccelerated", "()Z", "")]' in the contract to '[RegisterAttribute("isHardwareAccelerated", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecInfo.IsSoftwareOnly.get()' changed from '[RegisterAttribute("isSoftwareOnly", "()Z", "")]' in the contract to '[RegisterAttribute("isSoftwareOnly", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecInfo.IsVendor.get()' changed from '[RegisterAttribute("isVendor", "()Z", "")]' in the contract to '[RegisterAttribute("isVendor", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Media.MediaCodecInfo.CodecCapabilities.FEATUREDynamicTimestamp' changed from '[RegisterAttribute("FEATURE_DynamicTimestamp")]' in the contract to '[RegisterAttribute("FEATURE_DynamicTimestamp", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Media.MediaCodecInfo.CodecCapabilities.FEATUREFrameParsing' changed from '[RegisterAttribute("FEATURE_FrameParsing")]' in the contract to '[RegisterAttribute("FEATURE_FrameParsing", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Media.MediaCodecInfo.CodecCapabilities.FEATUREMultipleFrames' changed from '[RegisterAttribute("FEATURE_MultipleFrames")]' in the contract to '[RegisterAttribute("FEATURE_MultipleFrames", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level2' changed from '[RegisterAttribute("AV1Level2")]' in the contract to '[RegisterAttribute("AV1Level2", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level21' changed from '[RegisterAttribute("AV1Level21")]' in the contract to '[RegisterAttribute("AV1Level21", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level22' changed from '[RegisterAttribute("AV1Level22")]' in the contract to '[RegisterAttribute("AV1Level22", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level23' changed from '[RegisterAttribute("AV1Level23")]' in the contract to '[RegisterAttribute("AV1Level23", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level3' changed from '[RegisterAttribute("AV1Level3")]' in the contract to '[RegisterAttribute("AV1Level3", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level31' changed from '[RegisterAttribute("AV1Level31")]' in the contract to '[RegisterAttribute("AV1Level31", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level32' changed from '[RegisterAttribute("AV1Level32")]' in the contract to '[RegisterAttribute("AV1Level32", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level33' changed from '[RegisterAttribute("AV1Level33")]' in the contract to '[RegisterAttribute("AV1Level33", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level4' changed from '[RegisterAttribute("AV1Level4")]' in the contract to '[RegisterAttribute("AV1Level4", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level41' changed from '[RegisterAttribute("AV1Level41")]' in the contract to '[RegisterAttribute("AV1Level41", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level42' changed from '[RegisterAttribute("AV1Level42")]' in the contract to '[RegisterAttribute("AV1Level42", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level43' changed from '[RegisterAttribute("AV1Level43")]' in the contract to '[RegisterAttribute("AV1Level43", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level5' changed from '[RegisterAttribute("AV1Level5")]' in the contract to '[RegisterAttribute("AV1Level5", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level51' changed from '[RegisterAttribute("AV1Level51")]' in the contract to '[RegisterAttribute("AV1Level51", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level52' changed from '[RegisterAttribute("AV1Level52")]' in the contract to '[RegisterAttribute("AV1Level52", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level53' changed from '[RegisterAttribute("AV1Level53")]' in the contract to '[RegisterAttribute("AV1Level53", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level6' changed from '[RegisterAttribute("AV1Level6")]' in the contract to '[RegisterAttribute("AV1Level6", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level61' changed from '[RegisterAttribute("AV1Level61")]' in the contract to '[RegisterAttribute("AV1Level61", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level62' changed from '[RegisterAttribute("AV1Level62")]' in the contract to '[RegisterAttribute("AV1Level62", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level63' changed from '[RegisterAttribute("AV1Level63")]' in the contract to '[RegisterAttribute("AV1Level63", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level7' changed from '[RegisterAttribute("AV1Level7")]' in the contract to '[RegisterAttribute("AV1Level7", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level71' changed from '[RegisterAttribute("AV1Level71")]' in the contract to '[RegisterAttribute("AV1Level71", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level72' changed from '[RegisterAttribute("AV1Level72")]' in the contract to '[RegisterAttribute("AV1Level72", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level73' changed from '[RegisterAttribute("AV1Level73")]' in the contract to '[RegisterAttribute("AV1Level73", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AVCLevel6' changed from '[RegisterAttribute("AVCLevel6")]' in the contract to '[RegisterAttribute("AVCLevel6", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AVCLevel61' changed from '[RegisterAttribute("AVCLevel61")]' in the contract to '[RegisterAttribute("AVCLevel61", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AVCLevel62' changed from '[RegisterAttribute("AVCLevel62")]' in the contract to '[RegisterAttribute("AVCLevel62", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AV1ProfileMain10' changed from '[RegisterAttribute("AV1ProfileMain10")]' in the contract to '[RegisterAttribute("AV1ProfileMain10", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AV1ProfileMain10HDR10' changed from '[RegisterAttribute("AV1ProfileMain10HDR10")]' in the contract to '[RegisterAttribute("AV1ProfileMain10HDR10", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AV1ProfileMain10HDR10Plus' changed from '[RegisterAttribute("AV1ProfileMain10HDR10Plus")]' in the contract to '[RegisterAttribute("AV1ProfileMain10HDR10Plus", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AV1ProfileMain8' changed from '[RegisterAttribute("AV1ProfileMain8")]' in the contract to '[RegisterAttribute("AV1ProfileMain8", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCProfileMain10HDR10Plus' changed from '[RegisterAttribute("HEVCProfileMain10HDR10Plus")]' in the contract to '[RegisterAttribute("HEVCProfileMain10HDR10Plus", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Profile2HDR10Plus' changed from '[RegisterAttribute("VP9Profile2HDR10Plus")]' in the contract to '[RegisterAttribute("VP9Profile2HDR10Plus", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Profile3HDR10Plus' changed from '[RegisterAttribute("VP9Profile3HDR10Plus")]' in the contract to '[RegisterAttribute("VP9Profile3HDR10Plus", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecInfo.VideoCapabilities.SupportedPerformancePoints.get()' changed from '[RegisterAttribute("getSupportedPerformancePoints", "()Ljava/util/List;", "")]' in the contract to '[RegisterAttribute("getSupportedPerformancePoints", "()Ljava/util/List;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaCodecInfo.VideoCapabilities.PerformancePoint' changed from '[RegisterAttribute("android/media/MediaCodecInfo$VideoCapabilities$PerformancePoint", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/media/MediaCodecInfo$VideoCapabilities$PerformancePoint", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaController2' changed from '[RegisterAttribute("android/media/MediaController2", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/media/MediaController2", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaController2.Builder' changed from '[RegisterAttribute("android/media/MediaController2$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/media/MediaController2$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaController2.ControllerCallback' changed from '[RegisterAttribute("android/media/MediaController2$ControllerCallback", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/media/MediaController2$ControllerCallback", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.HdcpLevel Android.Media.MediaDrm.HdcpV23' changed from '[RegisterAttribute("HDCP_V2_3")]' in the contract to '[RegisterAttribute("HDCP_V2_3", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.OfflineLicenseState Android.Media.MediaDrm.OfflineLicenseStateReleased' changed from '[RegisterAttribute("OFFLINE_LICENSE_STATE_RELEASED")]' in the contract to '[RegisterAttribute("OFFLINE_LICENSE_STATE_RELEASED", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.OfflineLicenseState Android.Media.MediaDrm.OfflineLicenseStateUnknown' changed from '[RegisterAttribute("OFFLINE_LICENSE_STATE_UNKNOWN")]' in the contract to '[RegisterAttribute("OFFLINE_LICENSE_STATE_UNKNOWN", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.OfflineLicenseState Android.Media.MediaDrm.OfflineLicenseStateUsable' changed from '[RegisterAttribute("OFFLINE_LICENSE_STATE_USABLE")]' in the contract to '[RegisterAttribute("OFFLINE_LICENSE_STATE_USABLE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaDrm.ClearOnEventListener()' changed from '[RegisterAttribute("clearOnEventListener", "()V", "")]' in the contract to '[RegisterAttribute("clearOnEventListener", "()V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaDrm.ClearOnExpirationUpdateListener()' changed from '[RegisterAttribute("clearOnExpirationUpdateListener", "()V", "")]' in the contract to '[RegisterAttribute("clearOnExpirationUpdateListener", "()V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaDrm.ClearOnKeyStatusChangeListener()' changed from '[RegisterAttribute("clearOnKeyStatusChangeListener", "()V", "")]' in the contract to '[RegisterAttribute("clearOnKeyStatusChangeListener", "()V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaDrm.ClearOnSessionLostStateListener()' changed from '[RegisterAttribute("clearOnSessionLostStateListener", "()V", "")]' in the contract to '[RegisterAttribute("clearOnSessionLostStateListener", "()V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaDrm.GetOfflineLicenseState(System.Byte[])' changed from '[RegisterAttribute("getOfflineLicenseState", "([B)I", "")]' in the contract to '[RegisterAttribute("getOfflineLicenseState", "([B)I", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaDrm.IsCryptoSchemeSupported(Java.Util.UUID, System.String, Android.Media.SecurityLevel)' changed from '[RegisterAttribute("isCryptoSchemeSupported", "(Ljava/util/UUID;Ljava/lang/String;I)Z", "")]' in the contract to '[RegisterAttribute("isCryptoSchemeSupported", "(Ljava/util/UUID;Ljava/lang/String;I)Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaDrm.OfflineLicenseKeySetIds.get()' changed from '[RegisterAttribute("getOfflineLicenseKeySetIds", "()Ljava/util/List;", "")]' in the contract to '[RegisterAttribute("getOfflineLicenseKeySetIds", "()Ljava/util/List;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaDrm.RemoveOfflineLicense(System.Byte[])' changed from '[RegisterAttribute("removeOfflineLicense", "([B)V", "")]' in the contract to '[RegisterAttribute("removeOfflineLicense", "([B)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaDrm.SetOnEventListener(Android.Media.MediaDrm.IOnEventListener, Android.OS.Handler)' changed from '[RegisterAttribute("setOnEventListener", "(Landroid/media/MediaDrm$OnEventListener;Landroid/os/Handler;)V", "")]' in the contract to '[RegisterAttribute("setOnEventListener", "(Landroid/media/MediaDrm$OnEventListener;Landroid/os/Handler;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaDrm.SetOnEventListener(Java.Util.Concurrent.IExecutor, Android.Media.MediaDrm.IOnEventListener)' changed from '[RegisterAttribute("setOnEventListener", "(Ljava/util/concurrent/Executor;Landroid/media/MediaDrm$OnEventListener;)V", "")]' in the contract to '[RegisterAttribute("setOnEventListener", "(Ljava/util/concurrent/Executor;Landroid/media/MediaDrm$OnEventListener;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaDrm.SetOnExpirationUpdateListener(Java.Util.Concurrent.IExecutor, Android.Media.MediaDrm.IOnExpirationUpdateListener)' changed from '[RegisterAttribute("setOnExpirationUpdateListener", "(Ljava/util/concurrent/Executor;Landroid/media/MediaDrm$OnExpirationUpdateListener;)V", "")]' in the contract to '[RegisterAttribute("setOnExpirationUpdateListener", "(Ljava/util/concurrent/Executor;Landroid/media/MediaDrm$OnExpirationUpdateListener;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaDrm.SetOnKeyStatusChangeListener(Java.Util.Concurrent.IExecutor, Android.Media.MediaDrm.IOnKeyStatusChangeListener)' changed from '[RegisterAttribute("setOnKeyStatusChangeListener", "(Ljava/util/concurrent/Executor;Landroid/media/MediaDrm$OnKeyStatusChangeListener;)V", "")]' in the contract to '[RegisterAttribute("setOnKeyStatusChangeListener", "(Ljava/util/concurrent/Executor;Landroid/media/MediaDrm$OnKeyStatusChangeListener;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaDrm.SetOnSessionLostStateListener(Android.Media.MediaDrm.IOnSessionLostStateListener, Android.OS.Handler)' changed from '[RegisterAttribute("setOnSessionLostStateListener", "(Landroid/media/MediaDrm$OnSessionLostStateListener;Landroid/os/Handler;)V", "")]' in the contract to '[RegisterAttribute("setOnSessionLostStateListener", "(Landroid/media/MediaDrm$OnSessionLostStateListener;Landroid/os/Handler;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaDrm.SetOnSessionLostStateListener(Java.Util.Concurrent.IExecutor, Android.Media.MediaDrm.IOnSessionLostStateListener)' changed from '[RegisterAttribute("setOnSessionLostStateListener", "(Ljava/util/concurrent/Executor;Landroid/media/MediaDrm$OnSessionLostStateListener;)V", "")]' in the contract to '[RegisterAttribute("setOnSessionLostStateListener", "(Ljava/util/concurrent/Executor;Landroid/media/MediaDrm$OnSessionLostStateListener;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaDrm.IOnSessionLostStateListener' changed from '[RegisterAttribute("android/media/MediaDrm$OnSessionLostStateListener", "", "Android.Media.MediaDrm/IOnSessionLostStateListenerInvoker")]' in the contract to '[RegisterAttribute("android/media/MediaDrm$OnSessionLostStateListener", "", "Android.Media.MediaDrm/IOnSessionLostStateListenerInvoker", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaDrm.SessionException' changed from '[RegisterAttribute("android/media/MediaDrm$SessionException", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/media/MediaDrm$SessionException", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaExtractor.CasInfo.GetPrivateData()' changed from '[RegisterAttribute("getPrivateData", "()[B", "")]' in the contract to '[RegisterAttribute("getPrivateData", "()[B", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaFormatType Android.Media.MediaFormat.TypeByteBuffer' changed from '[RegisterAttribute("TYPE_BYTE_BUFFER")]' in the contract to '[RegisterAttribute("TYPE_BYTE_BUFFER", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaFormatType Android.Media.MediaFormat.TypeFloat' changed from '[RegisterAttribute("TYPE_FLOAT")]' in the contract to '[RegisterAttribute("TYPE_FLOAT", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaFormatType Android.Media.MediaFormat.TypeInteger' changed from '[RegisterAttribute("TYPE_INTEGER")]' in the contract to '[RegisterAttribute("TYPE_INTEGER", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaFormatType Android.Media.MediaFormat.TypeLong' changed from '[RegisterAttribute("TYPE_LONG")]' in the contract to '[RegisterAttribute("TYPE_LONG", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaFormatType Android.Media.MediaFormat.TypeNull' changed from '[RegisterAttribute("TYPE_NULL")]' in the contract to '[RegisterAttribute("TYPE_NULL", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaFormatType Android.Media.MediaFormat.TypeString' changed from '[RegisterAttribute("TYPE_STRING")]' in the contract to '[RegisterAttribute("TYPE_STRING", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Media.MediaFormat.KeyCreateInputSurfaceSuspended' changed from '[RegisterAttribute("KEY_CREATE_INPUT_SURFACE_SUSPENDED")]' in the contract to '[RegisterAttribute("KEY_CREATE_INPUT_SURFACE_SUSPENDED", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Media.MediaFormat.KeyHapticChannelCount' changed from '[RegisterAttribute("KEY_HAPTIC_CHANNEL_COUNT")]' in the contract to '[RegisterAttribute("KEY_HAPTIC_CHANNEL_COUNT", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Media.MediaFormat.KeyHdr10PlusInfo' changed from '[RegisterAttribute("KEY_HDR10_PLUS_INFO")]' in the contract to '[RegisterAttribute("KEY_HDR10_PLUS_INFO", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Media.MediaFormat.KeyMaxBFrames' changed from '[RegisterAttribute("KEY_MAX_B_FRAMES")]' in the contract to '[RegisterAttribute("KEY_MAX_B_FRAMES", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Media.MediaFormat.KeyMaxFpsToEncoder' changed from '[RegisterAttribute("KEY_MAX_FPS_TO_ENCODER")]' in the contract to '[RegisterAttribute("KEY_MAX_FPS_TO_ENCODER", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Media.MediaFormat.KeyMaxPtsGapToEncoder' changed from '[RegisterAttribute("KEY_MAX_PTS_GAP_TO_ENCODER")]' in the contract to '[RegisterAttribute("KEY_MAX_PTS_GAP_TO_ENCODER", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Media.MediaFormat.KeyPrependHeaderToSyncFrames' changed from '[RegisterAttribute("KEY_PREPEND_HEADER_TO_SYNC_FRAMES")]' in the contract to '[RegisterAttribute("KEY_PREPEND_HEADER_TO_SYNC_FRAMES", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Media.MediaFormat.MimetypeAudioAc4' changed from '[RegisterAttribute("MIMETYPE_AUDIO_AC4")]' in the contract to '[RegisterAttribute("MIMETYPE_AUDIO_AC4", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Media.MediaFormat.MimetypeAudioEac3Joc' changed from '[RegisterAttribute("MIMETYPE_AUDIO_EAC3_JOC")]' in the contract to '[RegisterAttribute("MIMETYPE_AUDIO_EAC3_JOC", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Media.MediaFormat.MimetypeVideoAv1' changed from '[RegisterAttribute("MIMETYPE_VIDEO_AV1")]' in the contract to '[RegisterAttribute("MIMETYPE_VIDEO_AV1", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaFormat..ctor(Android.Media.MediaFormat)' changed from '[RegisterAttribute(".ctor", "(Landroid/media/MediaFormat;)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(Landroid/media/MediaFormat;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaFormat.ContainsFeature(System.String)' changed from '[RegisterAttribute("containsFeature", "(Ljava/lang/String;)Z", "")]' in the contract to '[RegisterAttribute("containsFeature", "(Ljava/lang/String;)Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaFormat.Features.get()' changed from '[RegisterAttribute("getFeatures", "()Ljava/util/Set;", "")]' in the contract to '[RegisterAttribute("getFeatures", "()Ljava/util/Set;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaFormat.GetByteBuffer(System.String, Java.Nio.ByteBuffer)' changed from '[RegisterAttribute("getByteBuffer", "(Ljava/lang/String;Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;", "")]' in the contract to '[RegisterAttribute("getByteBuffer", "(Ljava/lang/String;Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaFormat.GetFloat(System.String, System.Single)' changed from '[RegisterAttribute("getFloat", "(Ljava/lang/String;F)F", "")]' in the contract to '[RegisterAttribute("getFloat", "(Ljava/lang/String;F)F", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaFormat.GetInteger(System.String, System.Int32)' changed from '[RegisterAttribute("getInteger", "(Ljava/lang/String;I)I", "")]' in the contract to '[RegisterAttribute("getInteger", "(Ljava/lang/String;I)I", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaFormat.GetLong(System.String, System.Int64)' changed from '[RegisterAttribute("getLong", "(Ljava/lang/String;J)J", "")]' in the contract to '[RegisterAttribute("getLong", "(Ljava/lang/String;J)J", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaFormat.GetNumber(System.String)' changed from '[RegisterAttribute("getNumber", "(Ljava/lang/String;)Ljava/lang/Number;", "")]' in the contract to '[RegisterAttribute("getNumber", "(Ljava/lang/String;)Ljava/lang/Number;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaFormat.GetNumber(System.String, Java.Lang.Number)' changed from '[RegisterAttribute("getNumber", "(Ljava/lang/String;Ljava/lang/Number;)Ljava/lang/Number;", "")]' in the contract to '[RegisterAttribute("getNumber", "(Ljava/lang/String;Ljava/lang/Number;)Ljava/lang/Number;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaFormat.GetString(System.String, System.String)' changed from '[RegisterAttribute("getString", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "")]' in the contract to '[RegisterAttribute("getString", "(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaFormat.GetValueTypeForKey(System.String)' changed from '[RegisterAttribute("getValueTypeForKey", "(Ljava/lang/String;)I", "")]' in the contract to '[RegisterAttribute("getValueTypeForKey", "(Ljava/lang/String;)I", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaFormat.Keys.get()' changed from '[RegisterAttribute("getKeys", "()Ljava/util/Set;", "")]' in the contract to '[RegisterAttribute("getKeys", "()Ljava/util/Set;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaFormat.RemoveFeature(System.String)' changed from '[RegisterAttribute("removeFeature", "(Ljava/lang/String;)V", "")]' in the contract to '[RegisterAttribute("removeFeature", "(Ljava/lang/String;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaFormat.RemoveKey(System.String)' changed from '[RegisterAttribute("removeKey", "(Ljava/lang/String;)V", "")]' in the contract to '[RegisterAttribute("removeKey", "(Ljava/lang/String;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyExifLength' changed from '[RegisterAttribute("METADATA_KEY_EXIF_LENGTH")]' in the contract to '[RegisterAttribute("METADATA_KEY_EXIF_LENGTH", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyExifOffset' changed from '[RegisterAttribute("METADATA_KEY_EXIF_OFFSET")]' in the contract to '[RegisterAttribute("METADATA_KEY_EXIF_OFFSET", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MuxerOutputType Android.Media.MediaMuxer.OutputFormat.MuxerOutputOgg' changed from '[RegisterAttribute("MUXER_OUTPUT_OGG")]' in the contract to '[RegisterAttribute("MUXER_OUTPUT_OGG", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaSession2' changed from '[RegisterAttribute("android/media/MediaSession2", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/media/MediaSession2", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaSession2.Builder' changed from '[RegisterAttribute("android/media/MediaSession2$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/media/MediaSession2$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaSession2.ControllerInfo' changed from '[RegisterAttribute("android/media/MediaSession2$ControllerInfo", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/media/MediaSession2$ControllerInfo", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaSession2.SessionCallback' changed from '[RegisterAttribute("android/media/MediaSession2$SessionCallback", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/media/MediaSession2$SessionCallback", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaSession2Service' changed from '[RegisterAttribute("android/media/MediaSession2Service", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/media/MediaSession2Service", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaSession2Service.MediaNotification' changed from '[RegisterAttribute("android/media/MediaSession2Service$MediaNotification", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/media/MediaSession2Service$MediaNotification", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaTimestamp..ctor(System.Int64, System.Int64, System.Single)' changed from '[RegisterAttribute(".ctor", "(JJF)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(JJF)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MediaTimestamp.AnchorSystemNanoTime.get()' changed from '[RegisterAttribute("getAnchorSystemNanoTime", "()J", "")]' in the contract to '[RegisterAttribute("getAnchorSystemNanoTime", "()J", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MicrophoneDirection' changed from '[RegisterAttribute("android/media/MicrophoneDirection", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/media/MicrophoneDirection", ApiSince=29, DoNotGenerateAcw=true)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.MicrophoneDirectionConsts' changed from '[RegisterAttribute("android/media/MicrophoneDirection", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/media/MicrophoneDirection", ApiSince=29, DoNotGenerateAcw=true)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.RingtoneManager.HasHapticChannels(Android.Net.Uri)' changed from '[RegisterAttribute("hasHapticChannels", "(Landroid/net/Uri;)Z", "")]' in the contract to '[RegisterAttribute("hasHapticChannels", "(Landroid/net/Uri;)Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.RingtoneManager.HasHapticChannels(System.Int32)' changed from '[RegisterAttribute("hasHapticChannels", "(I)Z", "GetHasHapticChannels_IHandler")]' in the contract to '[RegisterAttribute("hasHapticChannels", "(I)Z", "GetHasHapticChannels_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.RingtoneManager.OpenDefaultRingtoneUri(Android.Content.Context, Android.Net.Uri)' changed from '[RegisterAttribute("openDefaultRingtoneUri", "(Landroid/content/Context;Landroid/net/Uri;)Landroid/content/res/AssetFileDescriptor;", "")]' in the contract to '[RegisterAttribute("openDefaultRingtoneUri", "(Landroid/content/Context;Landroid/net/Uri;)Landroid/content/res/AssetFileDescriptor;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.Session2Command' changed from '[RegisterAttribute("android/media/Session2Command", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/media/Session2Command", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.Session2Command.Result' changed from '[RegisterAttribute("android/media/Session2Command$Result", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/media/Session2Command$Result", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.Session2CommandGroup' changed from '[RegisterAttribute("android/media/Session2CommandGroup", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/media/Session2CommandGroup", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.Session2CommandGroup.Builder' changed from '[RegisterAttribute("android/media/Session2CommandGroup$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/media/Session2CommandGroup$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.Session2Token' changed from '[RegisterAttribute("android/media/Session2Token", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/media/Session2Token", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.SubtitleData..ctor(System.Int32, System.Int64, System.Int64, System.Byte[])' changed from '[RegisterAttribute(".ctor", "(IJJ[B)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(IJJ[B)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.ThumbnailUtils.CreateAudioThumbnail(Java.IO.File, Android.Util.Size, Android.OS.CancellationSignal)' changed from '[RegisterAttribute("createAudioThumbnail", "(Ljava/io/File;Landroid/util/Size;Landroid/os/CancellationSignal;)Landroid/graphics/Bitmap;", "")]' in the contract to '[RegisterAttribute("createAudioThumbnail", "(Ljava/io/File;Landroid/util/Size;Landroid/os/CancellationSignal;)Landroid/graphics/Bitmap;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.ThumbnailUtils.CreateAudioThumbnail(System.String, Android.Provider.ThumbnailKind)' changed from '[RegisterAttribute("createAudioThumbnail", "(Ljava/lang/String;I)Landroid/graphics/Bitmap;", "")]' in the contract to '[RegisterAttribute("createAudioThumbnail", "(Ljava/lang/String;I)Landroid/graphics/Bitmap;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.ThumbnailUtils.CreateImageThumbnail(Java.IO.File, Android.Util.Size, Android.OS.CancellationSignal)' changed from '[RegisterAttribute("createImageThumbnail", "(Ljava/io/File;Landroid/util/Size;Landroid/os/CancellationSignal;)Landroid/graphics/Bitmap;", "")]' in the contract to '[RegisterAttribute("createImageThumbnail", "(Ljava/io/File;Landroid/util/Size;Landroid/os/CancellationSignal;)Landroid/graphics/Bitmap;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.ThumbnailUtils.CreateImageThumbnail(System.String, Android.Provider.ThumbnailKind)' changed from '[RegisterAttribute("createImageThumbnail", "(Ljava/lang/String;I)Landroid/graphics/Bitmap;", "")]' in the contract to '[RegisterAttribute("createImageThumbnail", "(Ljava/lang/String;I)Landroid/graphics/Bitmap;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.ThumbnailUtils.CreateVideoThumbnail(Java.IO.File, Android.Util.Size, Android.OS.CancellationSignal)' changed from '[RegisterAttribute("createVideoThumbnail", "(Ljava/io/File;Landroid/util/Size;Landroid/os/CancellationSignal;)Landroid/graphics/Bitmap;", "")]' in the contract to '[RegisterAttribute("createVideoThumbnail", "(Ljava/io/File;Landroid/util/Size;Landroid/os/CancellationSignal;)Landroid/graphics/Bitmap;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.TimedMetaData..ctor(System.Int64, System.Byte[])' changed from '[RegisterAttribute(".ctor", "(J[B)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(J[B)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.Session.MediaController.SessionInfo.get()' changed from '[RegisterAttribute("getSessionInfo", "()Landroid/os/Bundle;", "")]' in the contract to '[RegisterAttribute("getSessionInfo", "()Landroid/os/Bundle;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.Session.MediaController.PlaybackInfo.Creator' changed from '[RegisterAttribute("CREATOR")]' in the contract to '[RegisterAttribute("CREATOR", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.Session.MediaController.TransportControls.SetPlaybackSpeed(System.Single)' changed from '[RegisterAttribute("setPlaybackSpeed", "(F)V", "")]' in the contract to '[RegisterAttribute("setPlaybackSpeed", "(F)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.Session.MediaSession..ctor(Android.Content.Context, System.String, Android.OS.Bundle)' changed from '[RegisterAttribute(".ctor", "(Landroid/content/Context;Ljava/lang/String;Landroid/os/Bundle;)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(Landroid/content/Context;Ljava/lang/String;Landroid/os/Bundle;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.Session.MediaSession.Callback.OnSetPlaybackSpeed(System.Single)' changed from '[RegisterAttribute("onSetPlaybackSpeed", "(F)V", "GetOnSetPlaybackSpeed_FHandler")]' in the contract to '[RegisterAttribute("onSetPlaybackSpeed", "(F)V", "GetOnSetPlaybackSpeed_FHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.Session.MediaSessionManager.AddOnSession2TokensChangedListener(Android.Media.Session.MediaSessionManager.IOnSession2TokensChangedListener)' changed from '[RegisterAttribute("addOnSession2TokensChangedListener", "(Landroid/media/session/MediaSessionManager$OnSession2TokensChangedListener;)V", "")]' in the contract to '[RegisterAttribute("addOnSession2TokensChangedListener", "(Landroid/media/session/MediaSessionManager$OnSession2TokensChangedListener;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.Session.MediaSessionManager.AddOnSession2TokensChangedListener(Android.Media.Session.MediaSessionManager.IOnSession2TokensChangedListener, Android.OS.Handler)' changed from '[RegisterAttribute("addOnSession2TokensChangedListener", "(Landroid/media/session/MediaSessionManager$OnSession2TokensChangedListener;Landroid/os/Handler;)V", "")]' in the contract to '[RegisterAttribute("addOnSession2TokensChangedListener", "(Landroid/media/session/MediaSessionManager$OnSession2TokensChangedListener;Landroid/os/Handler;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.Session.MediaSessionManager.NotifySession2Created(Android.Media.Session2Token)' changed from '[RegisterAttribute("notifySession2Created", "(Landroid/media/Session2Token;)V", "")]' in the contract to '[RegisterAttribute("notifySession2Created", "(Landroid/media/Session2Token;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.Session.MediaSessionManager.RemoveOnSession2TokensChangedListener(Android.Media.Session.MediaSessionManager.IOnSession2TokensChangedListener)' changed from '[RegisterAttribute("removeOnSession2TokensChangedListener", "(Landroid/media/session/MediaSessionManager$OnSession2TokensChangedListener;)V", "")]' in the contract to '[RegisterAttribute("removeOnSession2TokensChangedListener", "(Landroid/media/session/MediaSessionManager$OnSession2TokensChangedListener;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.Session.MediaSessionManager.Session2Tokens.get()' changed from '[RegisterAttribute("getSession2Tokens", "()Ljava/util/List;", "")]' in the contract to '[RegisterAttribute("getSession2Tokens", "()Ljava/util/List;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Media.Session.MediaSessionManager.IOnSession2TokensChangedListener' changed from '[RegisterAttribute("android/media/session/MediaSessionManager$OnSession2TokensChangedListener", "", "Android.Media.Session.MediaSessionManager/IOnSession2TokensChangedListenerInvoker")]' in the contract to '[RegisterAttribute("android/media/session/MediaSessionManager$OnSession2TokensChangedListener", "", "Android.Media.Session.MediaSessionManager/IOnSession2TokensChangedListenerInvoker", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Media.TV.TvContract.Channels.TypeIsdbS3' changed from '[RegisterAttribute("TYPE_ISDB_S3")]' in the contract to '[RegisterAttribute("TYPE_ISDB_S3", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Media.TV.TvContract.PreviewPrograms.ColumnSeriesId' changed from '[RegisterAttribute("COLUMN_SERIES_ID")]' in the contract to '[RegisterAttribute("COLUMN_SERIES_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Media.TV.TvContract.Programs.ColumnSeriesId' changed from '[RegisterAttribute("COLUMN_SERIES_ID")]' in the contract to '[RegisterAttribute("COLUMN_SERIES_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Media.TV.TvContract.RecordedPrograms.ColumnSeriesId' changed from '[RegisterAttribute("COLUMN_SERIES_ID")]' in the contract to '[RegisterAttribute("COLUMN_SERIES_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Media.TV.TvContract.WatchNextPrograms.ColumnSeriesId' changed from '[RegisterAttribute("COLUMN_SERIES_ID")]' in the contract to '[RegisterAttribute("COLUMN_SERIES_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.NetworkSpecifier..ctor()' changed from '[RegisterAttribute(".ctor", "()V", "")]' in the contract to '[RegisterAttribute(".ctor", "()V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.WifiConfiguration.AllowedGroupManagementCiphers' changed from '[RegisterAttribute("allowedGroupManagementCiphers")]' in the contract to '[RegisterAttribute("allowedGroupManagementCiphers", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.WifiConfiguration.AllowedSuiteBCiphers' changed from '[RegisterAttribute("allowedSuiteBCiphers")]' in the contract to '[RegisterAttribute("allowedSuiteBCiphers", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.WifiConfiguration.RandomizedMacAddress.get()' changed from '[RegisterAttribute("getRandomizedMacAddress", "()Landroid/net/MacAddress;", "GetGetRandomizedMacAddressHandler")]' in the contract to '[RegisterAttribute("getRandomizedMacAddress", "()Landroid/net/MacAddress;", "GetGetRandomizedMacAddressHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.GroupCipherType Android.Net.Wifi.WifiConfiguration.GroupCipher.Gcmp256' changed from '[RegisterAttribute("GCMP_256")]' in the contract to '[RegisterAttribute("GCMP_256", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.WifiConfiguration.GroupMgmtCipher' changed from '[RegisterAttribute("android/net/wifi/WifiConfiguration$GroupMgmtCipher", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/net/wifi/WifiConfiguration$GroupMgmtCipher", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.KeyManagementType Android.Net.Wifi.WifiConfiguration.KeyMgmt.Owe' changed from '[RegisterAttribute("OWE")]' in the contract to '[RegisterAttribute("OWE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.KeyManagementType Android.Net.Wifi.WifiConfiguration.KeyMgmt.Sae' changed from '[RegisterAttribute("SAE")]' in the contract to '[RegisterAttribute("SAE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.KeyManagementType Android.Net.Wifi.WifiConfiguration.KeyMgmt.SuiteB192' changed from '[RegisterAttribute("SUITE_B_192")]' in the contract to '[RegisterAttribute("SUITE_B_192", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.PairwiseCipherType Android.Net.Wifi.WifiConfiguration.PairwiseCipher.Gcmp256' changed from '[RegisterAttribute("GCMP_256")]' in the contract to '[RegisterAttribute("GCMP_256", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Net.Wifi.WifiInfo.LinkSpeedUnknown' changed from '[RegisterAttribute("LINK_SPEED_UNKNOWN")]' in the contract to '[RegisterAttribute("LINK_SPEED_UNKNOWN", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.WifiInfo.PasspointFqdn.get()' changed from '[RegisterAttribute("getPasspointFqdn", "()Ljava/lang/String;", "GetGetPasspointFqdnHandler")]' in the contract to '[RegisterAttribute("getPasspointFqdn", "()Ljava/lang/String;", "GetGetPasspointFqdnHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.WifiInfo.PasspointProviderFriendlyName.get()' changed from '[RegisterAttribute("getPasspointProviderFriendlyName", "()Ljava/lang/String;", "GetGetPasspointProviderFriendlyNameHandler")]' in the contract to '[RegisterAttribute("getPasspointProviderFriendlyName", "()Ljava/lang/String;", "GetGetPasspointProviderFriendlyNameHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.WifiInfo.RxLinkSpeedMbps.get()' changed from '[RegisterAttribute("getRxLinkSpeedMbps", "()I", "GetGetRxLinkSpeedMbpsHandler")]' in the contract to '[RegisterAttribute("getRxLinkSpeedMbps", "()I", "GetGetRxLinkSpeedMbpsHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.WifiInfo.TxLinkSpeedMbps.get()' changed from '[RegisterAttribute("getTxLinkSpeedMbps", "()I", "GetGetTxLinkSpeedMbpsHandler")]' in the contract to '[RegisterAttribute("getTxLinkSpeedMbps", "()I", "GetGetTxLinkSpeedMbpsHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.NetworkStatus Android.Net.Wifi.WifiManager.StatusNetworkSuggestionsErrorAddDuplicate' changed from '[RegisterAttribute("STATUS_NETWORK_SUGGESTIONS_ERROR_ADD_DUPLICATE")]' in the contract to '[RegisterAttribute("STATUS_NETWORK_SUGGESTIONS_ERROR_ADD_DUPLICATE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.NetworkStatus Android.Net.Wifi.WifiManager.StatusNetworkSuggestionsErrorAddExceedsMaxPerApp' changed from '[RegisterAttribute("STATUS_NETWORK_SUGGESTIONS_ERROR_ADD_EXCEEDS_MAX_PER_APP")]' in the contract to '[RegisterAttribute("STATUS_NETWORK_SUGGESTIONS_ERROR_ADD_EXCEEDS_MAX_PER_APP", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.NetworkStatus Android.Net.Wifi.WifiManager.StatusNetworkSuggestionsErrorAppDisallowed' changed from '[RegisterAttribute("STATUS_NETWORK_SUGGESTIONS_ERROR_APP_DISALLOWED")]' in the contract to '[RegisterAttribute("STATUS_NETWORK_SUGGESTIONS_ERROR_APP_DISALLOWED", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.NetworkStatus Android.Net.Wifi.WifiManager.StatusNetworkSuggestionsErrorInternal' changed from '[RegisterAttribute("STATUS_NETWORK_SUGGESTIONS_ERROR_INTERNAL")]' in the contract to '[RegisterAttribute("STATUS_NETWORK_SUGGESTIONS_ERROR_INTERNAL", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.NetworkStatus Android.Net.Wifi.WifiManager.StatusNetworkSuggestionsErrorRemoveInvalid' changed from '[RegisterAttribute("STATUS_NETWORK_SUGGESTIONS_ERROR_REMOVE_INVALID")]' in the contract to '[RegisterAttribute("STATUS_NETWORK_SUGGESTIONS_ERROR_REMOVE_INVALID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.NetworkStatus Android.Net.Wifi.WifiManager.StatusNetworkSuggestionsSuccess' changed from '[RegisterAttribute("STATUS_NETWORK_SUGGESTIONS_SUCCESS")]' in the contract to '[RegisterAttribute("STATUS_NETWORK_SUGGESTIONS_SUCCESS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Net.Wifi.WifiManager.ActionWifiNetworkSuggestionPostConnection' changed from '[RegisterAttribute("ACTION_WIFI_NETWORK_SUGGESTION_POST_CONNECTION")]' in the contract to '[RegisterAttribute("ACTION_WIFI_NETWORK_SUGGESTION_POST_CONNECTION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Net.Wifi.WifiManager.ExtraNetworkSuggestion' changed from '[RegisterAttribute("EXTRA_NETWORK_SUGGESTION")]' in the contract to '[RegisterAttribute("EXTRA_NETWORK_SUGGESTION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.WifiManager.AddNetworkSuggestions(System.Collections.Generic.IList)' changed from '[RegisterAttribute("addNetworkSuggestions", "(Ljava/util/List;)I", "GetAddNetworkSuggestions_Ljava_util_List_Handler")]' in the contract to '[RegisterAttribute("addNetworkSuggestions", "(Ljava/util/List;)I", "GetAddNetworkSuggestions_Ljava_util_List_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.WifiManager.IsEasyConnectSupported.get()' changed from '[RegisterAttribute("isEasyConnectSupported", "()Z", "GetIsEasyConnectSupportedHandler")]' in the contract to '[RegisterAttribute("isEasyConnectSupported", "()Z", "GetIsEasyConnectSupportedHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.WifiManager.IsEnhancedOpenSupported.get()' changed from '[RegisterAttribute("isEnhancedOpenSupported", "()Z", "GetIsEnhancedOpenSupportedHandler")]' in the contract to '[RegisterAttribute("isEnhancedOpenSupported", "()Z", "GetIsEnhancedOpenSupportedHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.WifiManager.IsWpa3SaeSupported.get()' changed from '[RegisterAttribute("isWpa3SaeSupported", "()Z", "GetIsWpa3SaeSupportedHandler")]' in the contract to '[RegisterAttribute("isWpa3SaeSupported", "()Z", "GetIsWpa3SaeSupportedHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.WifiManager.IsWpa3SuiteBSupported.get()' changed from '[RegisterAttribute("isWpa3SuiteBSupported", "()Z", "GetIsWpa3SuiteBSupportedHandler")]' in the contract to '[RegisterAttribute("isWpa3SuiteBSupported", "()Z", "GetIsWpa3SuiteBSupportedHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.WifiManager.MaxNumberOfNetworkSuggestionsPerApp.get()' changed from '[RegisterAttribute("getMaxNumberOfNetworkSuggestionsPerApp", "()I", "GetGetMaxNumberOfNetworkSuggestionsPerAppHandler")]' in the contract to '[RegisterAttribute("getMaxNumberOfNetworkSuggestionsPerApp", "()I", "GetGetMaxNumberOfNetworkSuggestionsPerAppHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.WifiManager.RemoveNetworkSuggestions(System.Collections.Generic.IList)' changed from '[RegisterAttribute("removeNetworkSuggestions", "(Ljava/util/List;)I", "GetRemoveNetworkSuggestions_Ljava_util_List_Handler")]' in the contract to '[RegisterAttribute("removeNetworkSuggestions", "(Ljava/util/List;)I", "GetRemoveNetworkSuggestions_Ljava_util_List_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.WifiNetworkSpecifier' changed from '[RegisterAttribute("android/net/wifi/WifiNetworkSpecifier", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/net/wifi/WifiNetworkSpecifier", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.WifiNetworkSpecifier.Builder' changed from '[RegisterAttribute("android/net/wifi/WifiNetworkSpecifier$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/net/wifi/WifiNetworkSpecifier$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.WifiNetworkSuggestion' changed from '[RegisterAttribute("android/net/wifi/WifiNetworkSuggestion", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/net/wifi/WifiNetworkSuggestion", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.WifiNetworkSuggestion.Builder' changed from '[RegisterAttribute("android/net/wifi/WifiNetworkSuggestion$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/net/wifi/WifiNetworkSuggestion$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.Aware.ParcelablePeerHandle' changed from '[RegisterAttribute("android/net/wifi/aware/ParcelablePeerHandle", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/net/wifi/aware/ParcelablePeerHandle", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.Aware.WifiAwareNetworkInfo' changed from '[RegisterAttribute("android/net/wifi/aware/WifiAwareNetworkInfo", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/net/wifi/aware/WifiAwareNetworkInfo", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.Aware.WifiAwareNetworkSpecifier' changed from '[RegisterAttribute("android/net/wifi/aware/WifiAwareNetworkSpecifier", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/net/wifi/aware/WifiAwareNetworkSpecifier", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.Aware.WifiAwareNetworkSpecifier.Builder' changed from '[RegisterAttribute("android/net/wifi/aware/WifiAwareNetworkSpecifier$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/net/wifi/aware/WifiAwareNetworkSpecifier$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.P2p.Frequency Android.Net.Wifi.P2p.WifiP2pConfig.GroupOwnerBand2ghz' changed from '[RegisterAttribute("GROUP_OWNER_BAND_2GHZ")]' in the contract to '[RegisterAttribute("GROUP_OWNER_BAND_2GHZ", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.P2p.Frequency Android.Net.Wifi.P2p.WifiP2pConfig.GroupOwnerBand5ghz' changed from '[RegisterAttribute("GROUP_OWNER_BAND_5GHZ")]' in the contract to '[RegisterAttribute("GROUP_OWNER_BAND_5GHZ", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.P2p.Frequency Android.Net.Wifi.P2p.WifiP2pConfig.GroupOwnerBandAuto' changed from '[RegisterAttribute("GROUP_OWNER_BAND_AUTO")]' in the contract to '[RegisterAttribute("GROUP_OWNER_BAND_AUTO", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.P2p.WifiP2pConfig.Builder' changed from '[RegisterAttribute("android/net/wifi/p2p/WifiP2pConfig$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/net/wifi/p2p/WifiP2pConfig$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.P2p.WifiP2pGroup.Frequency.get()' changed from '[RegisterAttribute("getFrequency", "()I", "GetGetFrequencyHandler")]' in the contract to '[RegisterAttribute("getFrequency", "()I", "GetGetFrequencyHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.P2p.WifiP2pManager.CreateGroup(Android.Net.Wifi.P2p.WifiP2pManager.Channel, Android.Net.Wifi.P2p.WifiP2pConfig, Android.Net.Wifi.P2p.WifiP2pManager.IActionListener)' changed from '[RegisterAttribute("createGroup", "(Landroid/net/wifi/p2p/WifiP2pManager$Channel;Landroid/net/wifi/p2p/WifiP2pConfig;Landroid/net/wifi/p2p/WifiP2pManager$ActionListener;)V", "GetCreateGroup_Landroid_net_wifi_p2p_WifiP2pManager_Channel_Landroid_net_wifi_p2p_WifiP2pConfig_Landroid_net_wifi_p2p_WifiP2pManager_ActionListener_Handler")]' in the contract to '[RegisterAttribute("createGroup", "(Landroid/net/wifi/p2p/WifiP2pManager$Channel;Landroid/net/wifi/p2p/WifiP2pConfig;Landroid/net/wifi/p2p/WifiP2pManager$ActionListener;)V", "GetCreateGroup_Landroid_net_wifi_p2p_WifiP2pManager_Channel_Landroid_net_wifi_p2p_WifiP2pConfig_Landroid_net_wifi_p2p_WifiP2pManager_ActionListener_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.P2p.WifiP2pManager.RequestDeviceInfo(Android.Net.Wifi.P2p.WifiP2pManager.Channel, Android.Net.Wifi.P2p.WifiP2pManager.IDeviceInfoListener)' changed from '[RegisterAttribute("requestDeviceInfo", "(Landroid/net/wifi/p2p/WifiP2pManager$Channel;Landroid/net/wifi/p2p/WifiP2pManager$DeviceInfoListener;)V", "GetRequestDeviceInfo_Landroid_net_wifi_p2p_WifiP2pManager_Channel_Landroid_net_wifi_p2p_WifiP2pManager_DeviceInfoListener_Handler")]' in the contract to '[RegisterAttribute("requestDeviceInfo", "(Landroid/net/wifi/p2p/WifiP2pManager$Channel;Landroid/net/wifi/p2p/WifiP2pManager$DeviceInfoListener;)V", "GetRequestDeviceInfo_Landroid_net_wifi_p2p_WifiP2pManager_Channel_Landroid_net_wifi_p2p_WifiP2pManager_DeviceInfoListener_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.P2p.WifiP2pManager.RequestDiscoveryState(Android.Net.Wifi.P2p.WifiP2pManager.Channel, Android.Net.Wifi.P2p.WifiP2pManager.IDiscoveryStateListener)' changed from '[RegisterAttribute("requestDiscoveryState", "(Landroid/net/wifi/p2p/WifiP2pManager$Channel;Landroid/net/wifi/p2p/WifiP2pManager$DiscoveryStateListener;)V", "GetRequestDiscoveryState_Landroid_net_wifi_p2p_WifiP2pManager_Channel_Landroid_net_wifi_p2p_WifiP2pManager_DiscoveryStateListener_Handler")]' in the contract to '[RegisterAttribute("requestDiscoveryState", "(Landroid/net/wifi/p2p/WifiP2pManager$Channel;Landroid/net/wifi/p2p/WifiP2pManager$DiscoveryStateListener;)V", "GetRequestDiscoveryState_Landroid_net_wifi_p2p_WifiP2pManager_Channel_Landroid_net_wifi_p2p_WifiP2pManager_DiscoveryStateListener_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.P2p.WifiP2pManager.RequestNetworkInfo(Android.Net.Wifi.P2p.WifiP2pManager.Channel, Android.Net.Wifi.P2p.WifiP2pManager.INetworkInfoListener)' changed from '[RegisterAttribute("requestNetworkInfo", "(Landroid/net/wifi/p2p/WifiP2pManager$Channel;Landroid/net/wifi/p2p/WifiP2pManager$NetworkInfoListener;)V", "GetRequestNetworkInfo_Landroid_net_wifi_p2p_WifiP2pManager_Channel_Landroid_net_wifi_p2p_WifiP2pManager_NetworkInfoListener_Handler")]' in the contract to '[RegisterAttribute("requestNetworkInfo", "(Landroid/net/wifi/p2p/WifiP2pManager$Channel;Landroid/net/wifi/p2p/WifiP2pManager$NetworkInfoListener;)V", "GetRequestNetworkInfo_Landroid_net_wifi_p2p_WifiP2pManager_Channel_Landroid_net_wifi_p2p_WifiP2pManager_NetworkInfoListener_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.P2p.WifiP2pManager.RequestP2pState(Android.Net.Wifi.P2p.WifiP2pManager.Channel, Android.Net.Wifi.P2p.WifiP2pManager.IP2pStateListener)' changed from '[RegisterAttribute("requestP2pState", "(Landroid/net/wifi/p2p/WifiP2pManager$Channel;Landroid/net/wifi/p2p/WifiP2pManager$P2pStateListener;)V", "GetRequestP2pState_Landroid_net_wifi_p2p_WifiP2pManager_Channel_Landroid_net_wifi_p2p_WifiP2pManager_P2pStateListener_Handler")]' in the contract to '[RegisterAttribute("requestP2pState", "(Landroid/net/wifi/p2p/WifiP2pManager$Channel;Landroid/net/wifi/p2p/WifiP2pManager$P2pStateListener;)V", "GetRequestP2pState_Landroid_net_wifi_p2p_WifiP2pManager_Channel_Landroid_net_wifi_p2p_WifiP2pManager_P2pStateListener_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.P2p.WifiP2pManager.IDeviceInfoListener' changed from '[RegisterAttribute("android/net/wifi/p2p/WifiP2pManager$DeviceInfoListener", "", "Android.Net.Wifi.P2p.WifiP2pManager/IDeviceInfoListenerInvoker")]' in the contract to '[RegisterAttribute("android/net/wifi/p2p/WifiP2pManager$DeviceInfoListener", "", "Android.Net.Wifi.P2p.WifiP2pManager/IDeviceInfoListenerInvoker", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.P2p.WifiP2pManager.IDiscoveryStateListener' changed from '[RegisterAttribute("android/net/wifi/p2p/WifiP2pManager$DiscoveryStateListener", "", "Android.Net.Wifi.P2p.WifiP2pManager/IDiscoveryStateListenerInvoker")]' in the contract to '[RegisterAttribute("android/net/wifi/p2p/WifiP2pManager$DiscoveryStateListener", "", "Android.Net.Wifi.P2p.WifiP2pManager/IDiscoveryStateListenerInvoker", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.P2p.WifiP2pManager.INetworkInfoListener' changed from '[RegisterAttribute("android/net/wifi/p2p/WifiP2pManager$NetworkInfoListener", "", "Android.Net.Wifi.P2p.WifiP2pManager/INetworkInfoListenerInvoker")]' in the contract to '[RegisterAttribute("android/net/wifi/p2p/WifiP2pManager$NetworkInfoListener", "", "Android.Net.Wifi.P2p.WifiP2pManager/INetworkInfoListenerInvoker", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.P2p.WifiP2pManager.IP2pStateListener' changed from '[RegisterAttribute("android/net/wifi/p2p/WifiP2pManager$P2pStateListener", "", "Android.Net.Wifi.P2p.WifiP2pManager/IP2pStateListenerInvoker")]' in the contract to '[RegisterAttribute("android/net/wifi/p2p/WifiP2pManager$P2pStateListener", "", "Android.Net.Wifi.P2p.WifiP2pManager/IP2pStateListenerInvoker", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.Rtt.CivicLocationKeys' changed from '[RegisterAttribute("android/net/wifi/rtt/CivicLocationKeys", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/net/wifi/rtt/CivicLocationKeys", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.Rtt.RangingResult.UnverifiedResponderLocation.get()' changed from '[RegisterAttribute("getUnverifiedResponderLocation", "()Landroid/net/wifi/rtt/ResponderLocation;", "")]' in the contract to '[RegisterAttribute("getUnverifiedResponderLocation", "()Landroid/net/wifi/rtt/ResponderLocation;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Net.Wifi.Rtt.ResponderLocation' changed from '[RegisterAttribute("android/net/wifi/rtt/ResponderLocation", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/net/wifi/rtt/ResponderLocation", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Nfc.NfcAdapter.IsSecureNfcEnabled.get()' changed from '[RegisterAttribute("isSecureNfcEnabled", "()Z", "")]' in the contract to '[RegisterAttribute("isSecureNfcEnabled", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Nfc.NfcAdapter.IsSecureNfcSupported.get()' changed from '[RegisterAttribute("isSecureNfcSupported", "()Z", "")]' in the contract to '[RegisterAttribute("isSecureNfcSupported", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Opengl.EGL15' changed from '[RegisterAttribute("android/opengl/EGL15", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/opengl/EGL15", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Opengl.EGLImage' changed from '[RegisterAttribute("android/opengl/EGLImage", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/opengl/EGLImage", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Opengl.EGLSync' changed from '[RegisterAttribute("android/opengl/EGLSync", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/opengl/EGLSync", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Binder..ctor(System.String)' changed from '[RegisterAttribute(".ctor", "(Ljava/lang/String;)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(Ljava/lang/String;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Binder.CallingUidOrThrow.get()' changed from '[RegisterAttribute("getCallingUidOrThrow", "()I", "")]' in the contract to '[RegisterAttribute("getCallingUidOrThrow", "()I", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Binder.CallingWorkSourceUid.get()' changed from '[RegisterAttribute("getCallingWorkSourceUid", "()I", "")]' in the contract to '[RegisterAttribute("getCallingWorkSourceUid", "()I", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Binder.ClearCallingWorkSource()' changed from '[RegisterAttribute("clearCallingWorkSource", "()J", "")]' in the contract to '[RegisterAttribute("clearCallingWorkSource", "()J", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Binder.RestoreCallingWorkSource(System.Int64)' changed from '[RegisterAttribute("restoreCallingWorkSource", "(J)V", "")]' in the contract to '[RegisterAttribute("restoreCallingWorkSource", "(J)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Binder.SetCallingWorkSourceUid(System.Int32)' changed from '[RegisterAttribute("setCallingWorkSourceUid", "(I)J", "")]' in the contract to '[RegisterAttribute("setCallingWorkSourceUid", "(I)J", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Build.FingerprintedPartitions.get()' changed from '[RegisterAttribute("getFingerprintedPartitions", "()Ljava/util/List;", "")]' in the contract to '[RegisterAttribute("getFingerprintedPartitions", "()Ljava/util/List;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Build.Partition' changed from '[RegisterAttribute("android/os/Build$Partition", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/os/Build$Partition", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.OS.DropBoxManager.ExtraDroppedCount' changed from '[RegisterAttribute("EXTRA_DROPPED_COUNT")]' in the contract to '[RegisterAttribute("EXTRA_DROPPED_COUNT", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Environment.DirectoryAudiobooks' changed from '[RegisterAttribute("DIRECTORY_AUDIOBOOKS")]' in the contract to '[RegisterAttribute("DIRECTORY_AUDIOBOOKS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Environment.DirectoryScreenshots' changed from '[RegisterAttribute("DIRECTORY_SCREENSHOTS")]' in the contract to '[RegisterAttribute("DIRECTORY_SCREENSHOTS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Environment.InvokeIsExternalStorageLegacy(Java.IO.File)' changed from '[RegisterAttribute("isExternalStorageLegacy", "(Ljava/io/File;)Z", "")]' in the contract to '[RegisterAttribute("isExternalStorageLegacy", "(Ljava/io/File;)Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Environment.IsExternalStorageLegacy.get()' changed from '[RegisterAttribute("isExternalStorageLegacy", "()Z", "")]' in the contract to '[RegisterAttribute("isExternalStorageLegacy", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.FileObserver..ctor(Java.IO.File)' changed from '[RegisterAttribute(".ctor", "(Ljava/io/File;)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(Ljava/io/File;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.FileObserver..ctor(Java.IO.File, Android.OS.FileObserverEvents)' changed from '[RegisterAttribute(".ctor", "(Ljava/io/File;I)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(Ljava/io/File;I)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.FileObserver..ctor(System.Collections.Generic.IList)' changed from '[RegisterAttribute(".ctor", "(Ljava/util/List;)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(Ljava/util/List;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.FileObserver..ctor(System.Collections.Generic.IList, Android.OS.FileObserverEvents)' changed from '[RegisterAttribute(".ctor", "(Ljava/util/List;I)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(Ljava/util/List;I)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.FileUtils' changed from '[RegisterAttribute("android/os/FileUtils", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/os/FileUtils", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.FileUtils.IProgressListener' changed from '[RegisterAttribute("android/os/FileUtils$ProgressListener", "", "Android.OS.FileUtils/IProgressListenerInvoker")]' in the contract to '[RegisterAttribute("android/os/FileUtils$ProgressListener", "", "Android.OS.FileUtils/IProgressListenerInvoker", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Handler.HasCallbacks(Java.Lang.IRunnable)' changed from '[RegisterAttribute("hasCallbacks", "(Ljava/lang/Runnable;)Z", "")]' in the contract to '[RegisterAttribute("hasCallbacks", "(Ljava/lang/Runnable;)Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.LocaleList.IsPseudoLocale(Android.Icu.Util.ULocale)' changed from '[RegisterAttribute("isPseudoLocale", "(Landroid/icu/util/ULocale;)Z", "")]' in the contract to '[RegisterAttribute("isPseudoLocale", "(Landroid/icu/util/ULocale;)Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Parcel.CreateTypedArrayMap(Android.OS.IParcelableCreator)' changed from '[RegisterAttribute("createTypedArrayMap", "(Landroid/os/Parcelable$Creator;)Landroid/util/ArrayMap;", "")]' in the contract to '[RegisterAttribute("createTypedArrayMap", "(Landroid/os/Parcelable$Creator;)Landroid/util/ArrayMap;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Parcel.CreateTypedSparseArray(Android.OS.IParcelableCreator)' changed from '[RegisterAttribute("createTypedSparseArray", "(Landroid/os/Parcelable$Creator;)Landroid/util/SparseArray;", "")]' in the contract to '[RegisterAttribute("createTypedSparseArray", "(Landroid/os/Parcelable$Creator;)Landroid/util/SparseArray;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Parcel.ReadBoolean()' changed from '[RegisterAttribute("readBoolean", "()Z", "")]' in the contract to '[RegisterAttribute("readBoolean", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Parcel.ReadParcelableList(System.Collections.IList, Java.Lang.ClassLoader)' changed from '[RegisterAttribute("readParcelableList", "(Ljava/util/List;Ljava/lang/ClassLoader;)Ljava/util/List;", "")]' in the contract to '[RegisterAttribute("readParcelableList", "(Ljava/util/List;Ljava/lang/ClassLoader;)Ljava/util/List;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Parcel.WriteBoolean(System.Boolean)' changed from '[RegisterAttribute("writeBoolean", "(Z)V", "")]' in the contract to '[RegisterAttribute("writeBoolean", "(Z)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Parcel.WriteParcelableList(System.Collections.IList, System.Int32)' changed from '[RegisterAttribute("writeParcelableList", "(Ljava/util/List;I)V", "")]' in the contract to '[RegisterAttribute("writeParcelableList", "(Ljava/util/List;I)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Parcel.WriteTypedArrayMap(Android.Util.ArrayMap, System.Int32)' changed from '[RegisterAttribute("writeTypedArrayMap", "(Landroid/util/ArrayMap;I)V", "")]' in the contract to '[RegisterAttribute("writeTypedArrayMap", "(Landroid/util/ArrayMap;I)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Parcel.WriteTypedSparseArray(Android.Util.SparseArray, System.Int32)' changed from '[RegisterAttribute("writeTypedSparseArray", "(Landroid/util/SparseArray;I)V", "")]' in the contract to '[RegisterAttribute("writeTypedSparseArray", "(Landroid/util/SparseArray;I)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.PowerManager.AddThermalStatusListener(Android.OS.PowerManager.IOnThermalStatusChangedListener)' changed from '[RegisterAttribute("addThermalStatusListener", "(Landroid/os/PowerManager$OnThermalStatusChangedListener;)V", "GetAddThermalStatusListener_Landroid_os_PowerManager_OnThermalStatusChangedListener_Handler")]' in the contract to '[RegisterAttribute("addThermalStatusListener", "(Landroid/os/PowerManager$OnThermalStatusChangedListener;)V", "GetAddThermalStatusListener_Landroid_os_PowerManager_OnThermalStatusChangedListener_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.PowerManager.AddThermalStatusListener(Java.Util.Concurrent.IExecutor, Android.OS.PowerManager.IOnThermalStatusChangedListener)' changed from '[RegisterAttribute("addThermalStatusListener", "(Ljava/util/concurrent/Executor;Landroid/os/PowerManager$OnThermalStatusChangedListener;)V", "GetAddThermalStatusListener_Ljava_util_concurrent_Executor_Landroid_os_PowerManager_OnThermalStatusChangedListener_Handler")]' in the contract to '[RegisterAttribute("addThermalStatusListener", "(Ljava/util/concurrent/Executor;Landroid/os/PowerManager$OnThermalStatusChangedListener;)V", "GetAddThermalStatusListener_Ljava_util_concurrent_Executor_Landroid_os_PowerManager_OnThermalStatusChangedListener_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.PowerManager.CurrentThermalStatus.get()' changed from '[RegisterAttribute("getCurrentThermalStatus", "()I", "GetGetCurrentThermalStatusHandler")]' in the contract to '[RegisterAttribute("getCurrentThermalStatus", "()I", "GetGetCurrentThermalStatusHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.PowerManager.RemoveThermalStatusListener(Android.OS.PowerManager.IOnThermalStatusChangedListener)' changed from '[RegisterAttribute("removeThermalStatusListener", "(Landroid/os/PowerManager$OnThermalStatusChangedListener;)V", "GetRemoveThermalStatusListener_Landroid_os_PowerManager_OnThermalStatusChangedListener_Handler")]' in the contract to '[RegisterAttribute("removeThermalStatusListener", "(Landroid/os/PowerManager$OnThermalStatusChangedListener;)V", "GetRemoveThermalStatusListener_Landroid_os_PowerManager_OnThermalStatusChangedListener_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.PowerManager.IOnThermalStatusChangedListener' changed from '[RegisterAttribute("android/os/PowerManager$OnThermalStatusChangedListener", "", "Android.OS.PowerManager/IOnThermalStatusChangedListenerInvoker")]' in the contract to '[RegisterAttribute("android/os/PowerManager$OnThermalStatusChangedListener", "", "Android.OS.PowerManager/IOnThermalStatusChangedListenerInvoker", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.StrictMode.VmPolicy.Builder.DetectCredentialProtectedWhileLocked()' changed from '[RegisterAttribute("detectCredentialProtectedWhileLocked", "()Landroid/os/StrictMode$VmPolicy$Builder;", "")]' in the contract to '[RegisterAttribute("detectCredentialProtectedWhileLocked", "()Landroid/os/StrictMode$VmPolicy$Builder;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.StrictMode.VmPolicy.Builder.DetectImplicitDirectBoot()' changed from '[RegisterAttribute("detectImplicitDirectBoot", "()Landroid/os/StrictMode$VmPolicy$Builder;", "")]' in the contract to '[RegisterAttribute("detectImplicitDirectBoot", "()Landroid/os/StrictMode$VmPolicy$Builder;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Trace.BeginAsyncSection(System.String, System.Int32)' changed from '[RegisterAttribute("beginAsyncSection", "(Ljava/lang/String;I)V", "")]' in the contract to '[RegisterAttribute("beginAsyncSection", "(Ljava/lang/String;I)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Trace.EndAsyncSection(System.String, System.Int32)' changed from '[RegisterAttribute("endAsyncSection", "(Ljava/lang/String;I)V", "")]' in the contract to '[RegisterAttribute("endAsyncSection", "(Ljava/lang/String;I)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Trace.IsEnabled.get()' changed from '[RegisterAttribute("isEnabled", "()Z", "")]' in the contract to '[RegisterAttribute("isEnabled", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Trace.SetCounter(System.String, System.Int64)' changed from '[RegisterAttribute("setCounter", "(Ljava/lang/String;J)V", "")]' in the contract to '[RegisterAttribute("setCounter", "(Ljava/lang/String;J)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.OS.UserManager.DisallowConfigPrivateDns' changed from '[RegisterAttribute("DISALLOW_CONFIG_PRIVATE_DNS")]' in the contract to '[RegisterAttribute("DISALLOW_CONFIG_PRIVATE_DNS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.OS.UserManager.DisallowContentCapture' changed from '[RegisterAttribute("DISALLOW_CONTENT_CAPTURE")]' in the contract to '[RegisterAttribute("DISALLOW_CONTENT_CAPTURE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.OS.UserManager.DisallowContentSuggestions' changed from '[RegisterAttribute("DISALLOW_CONTENT_SUGGESTIONS")]' in the contract to '[RegisterAttribute("DISALLOW_CONTENT_SUGGESTIONS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.OS.UserManager.DisallowInstallUnknownSourcesGlobally' changed from '[RegisterAttribute("DISALLOW_INSTALL_UNKNOWN_SOURCES_GLOBALLY")]' in the contract to '[RegisterAttribute("DISALLOW_INSTALL_UNKNOWN_SOURCES_GLOBALLY", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.OS.VibrationEffect.EffectClick' changed from '[RegisterAttribute("EFFECT_CLICK")]' in the contract to '[RegisterAttribute("EFFECT_CLICK", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.OS.VibrationEffect.EffectDoubleClick' changed from '[RegisterAttribute("EFFECT_DOUBLE_CLICK")]' in the contract to '[RegisterAttribute("EFFECT_DOUBLE_CLICK", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.OS.VibrationEffect.EffectHeavyClick' changed from '[RegisterAttribute("EFFECT_HEAVY_CLICK")]' in the contract to '[RegisterAttribute("EFFECT_HEAVY_CLICK", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.OS.VibrationEffect.EffectTick' changed from '[RegisterAttribute("EFFECT_TICK")]' in the contract to '[RegisterAttribute("EFFECT_TICK", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.VibrationEffect.CreatePredefined(System.Int32)' changed from '[RegisterAttribute("createPredefined", "(I)Landroid/os/VibrationEffect;", "")]' in the contract to '[RegisterAttribute("createPredefined", "(I)Landroid/os/VibrationEffect;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Storage.StorageManager.GetStorageVolume(Android.Net.Uri)' changed from '[RegisterAttribute("getStorageVolume", "(Landroid/net/Uri;)Landroid/os/storage/StorageVolume;", "GetGetStorageVolume_Landroid_net_Uri_Handler")]' in the contract to '[RegisterAttribute("getStorageVolume", "(Landroid/net/Uri;)Landroid/os/storage/StorageVolume;", "GetGetStorageVolume_Landroid_net_Uri_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Storage.StorageVolume.CreateOpenDocumentTreeIntent()' changed from '[RegisterAttribute("createOpenDocumentTreeIntent", "()Landroid/content/Intent;", "")]' in the contract to '[RegisterAttribute("createOpenDocumentTreeIntent", "()Landroid/content/Intent;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Strictmode.CredentialProtectedWhileLockedViolation' changed from '[RegisterAttribute("android/os/strictmode/CredentialProtectedWhileLockedViolation", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/os/strictmode/CredentialProtectedWhileLockedViolation", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.OS.Strictmode.ImplicitDirectBootViolation' changed from '[RegisterAttribute("android/os/strictmode/ImplicitDirectBootViolation", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/os/strictmode/ImplicitDirectBootViolation", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.CalendarContract.ActionViewManagedProfileCalendarEvent' changed from '[RegisterAttribute("ACTION_VIEW_MANAGED_PROFILE_CALENDAR_EVENT")]' in the contract to '[RegisterAttribute("ACTION_VIEW_MANAGED_PROFILE_CALENDAR_EVENT", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.CalendarContract.ExtraEventId' changed from '[RegisterAttribute("EXTRA_EVENT_ID")]' in the contract to '[RegisterAttribute("EXTRA_EVENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.CalendarContract.StartViewCalendarEventInManagedProfile(Android.Content.Context, System.Int64, System.Int64, System.Int64, System.Boolean, Android.Content.ActivityFlags)' changed from '[RegisterAttribute("startViewCalendarEventInManagedProfile", "(Landroid/content/Context;JJJZI)Z", "")]' in the contract to '[RegisterAttribute("startViewCalendarEventInManagedProfile", "(Landroid/content/Context;JJJZI)Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.CalendarContract.Calendars.EnterpriseContentUri' changed from '[RegisterAttribute("ENTERPRISE_CONTENT_URI")]' in the contract to '[RegisterAttribute("ENTERPRISE_CONTENT_URI", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.CalendarContract.Events.EnterpriseContentUri' changed from '[RegisterAttribute("ENTERPRISE_CONTENT_URI")]' in the contract to '[RegisterAttribute("ENTERPRISE_CONTENT_URI", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.CalendarContract.Instances.EnterpriseContentByDayUri' changed from '[RegisterAttribute("ENTERPRISE_CONTENT_BY_DAY_URI")]' in the contract to '[RegisterAttribute("ENTERPRISE_CONTENT_BY_DAY_URI", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.CalendarContract.Instances.EnterpriseContentSearchByDayUri' changed from '[RegisterAttribute("ENTERPRISE_CONTENT_SEARCH_BY_DAY_URI")]' in the contract to '[RegisterAttribute("ENTERPRISE_CONTENT_SEARCH_BY_DAY_URI", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.CalendarContract.Instances.EnterpriseContentSearchUri' changed from '[RegisterAttribute("ENTERPRISE_CONTENT_SEARCH_URI")]' in the contract to '[RegisterAttribute("ENTERPRISE_CONTENT_SEARCH_URI", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.CalendarContract.Instances.EnterpriseContentUri' changed from '[RegisterAttribute("ENTERPRISE_CONTENT_URI")]' in the contract to '[RegisterAttribute("ENTERPRISE_CONTENT_URI", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.DocumentsContract.MetadataExif' changed from '[RegisterAttribute("METADATA_EXIF")]' in the contract to '[RegisterAttribute("METADATA_EXIF", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.DocumentsContract.MetadataTreeCount' changed from '[RegisterAttribute("METADATA_TREE_COUNT")]' in the contract to '[RegisterAttribute("METADATA_TREE_COUNT", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.DocumentsContract.MetadataTreeSize' changed from '[RegisterAttribute("METADATA_TREE_SIZE")]' in the contract to '[RegisterAttribute("METADATA_TREE_SIZE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.DocumentsContract.MetadataTypes' changed from '[RegisterAttribute("METADATA_TYPES")]' in the contract to '[RegisterAttribute("METADATA_TYPES", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.DocumentsContract.QueryArgDisplayName' changed from '[RegisterAttribute("QUERY_ARG_DISPLAY_NAME")]' in the contract to '[RegisterAttribute("QUERY_ARG_DISPLAY_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.DocumentsContract.QueryArgExcludeMedia' changed from '[RegisterAttribute("QUERY_ARG_EXCLUDE_MEDIA")]' in the contract to '[RegisterAttribute("QUERY_ARG_EXCLUDE_MEDIA", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.DocumentsContract.QueryArgFileSizeOver' changed from '[RegisterAttribute("QUERY_ARG_FILE_SIZE_OVER")]' in the contract to '[RegisterAttribute("QUERY_ARG_FILE_SIZE_OVER", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.DocumentsContract.QueryArgLastModifiedAfter' changed from '[RegisterAttribute("QUERY_ARG_LAST_MODIFIED_AFTER")]' in the contract to '[RegisterAttribute("QUERY_ARG_LAST_MODIFIED_AFTER", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.DocumentsContract.QueryArgMimeTypes' changed from '[RegisterAttribute("QUERY_ARG_MIME_TYPES")]' in the contract to '[RegisterAttribute("QUERY_ARG_MIME_TYPES", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.DocumentsContract.GetDocumentMetadata(Android.Content.ContentResolver, Android.Net.Uri)' changed from '[RegisterAttribute("getDocumentMetadata", "(Landroid/content/ContentResolver;Landroid/net/Uri;)Landroid/os/Bundle;", "")]' in the contract to '[RegisterAttribute("getDocumentMetadata", "(Landroid/content/ContentResolver;Landroid/net/Uri;)Landroid/os/Bundle;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.DocumentsContract.IsChildDocument(Android.Content.ContentResolver, Android.Net.Uri, Android.Net.Uri)' changed from '[RegisterAttribute("isChildDocument", "(Landroid/content/ContentResolver;Landroid/net/Uri;Landroid/net/Uri;)Z", "")]' in the contract to '[RegisterAttribute("isChildDocument", "(Landroid/content/ContentResolver;Landroid/net/Uri;Landroid/net/Uri;)Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.DocumentsContract.IsRootsUri(Android.Content.Context, Android.Net.Uri)' changed from '[RegisterAttribute("isRootsUri", "(Landroid/content/Context;Landroid/net/Uri;)Z", "")]' in the contract to '[RegisterAttribute("isRootsUri", "(Landroid/content/Context;Landroid/net/Uri;)Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.DocumentsContract.IsRootUri(Android.Content.Context, Android.Net.Uri)' changed from '[RegisterAttribute("isRootUri", "(Landroid/content/Context;Landroid/net/Uri;)Z", "")]' in the contract to '[RegisterAttribute("isRootUri", "(Landroid/content/Context;Landroid/net/Uri;)Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.DocumentContractFlags Android.Provider.DocumentsContract.Document.FlagPartial' changed from '[RegisterAttribute("FLAG_PARTIAL")]' in the contract to '[RegisterAttribute("FLAG_PARTIAL", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.DocumentContractFlags Android.Provider.DocumentsContract.Document.FlagSupportsMetadata' changed from '[RegisterAttribute("FLAG_SUPPORTS_METADATA")]' in the contract to '[RegisterAttribute("FLAG_SUPPORTS_METADATA", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.DocumentRootFlags Android.Provider.DocumentsContract.Root.FlagEmpty' changed from '[RegisterAttribute("FLAG_EMPTY")]' in the contract to '[RegisterAttribute("FLAG_EMPTY", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.DocumentsContract.Root.ColumnQueryArgs' changed from '[RegisterAttribute("COLUMN_QUERY_ARGS")]' in the contract to '[RegisterAttribute("COLUMN_QUERY_ARGS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.DocumentsProvider.GetDocumentMetadata(System.String)' changed from '[RegisterAttribute("getDocumentMetadata", "(Ljava/lang/String;)Landroid/os/Bundle;", "GetGetDocumentMetadata_Ljava_lang_String_Handler")]' in the contract to '[RegisterAttribute("getDocumentMetadata", "(Ljava/lang/String;)Landroid/os/Bundle;", "GetGetDocumentMetadata_Ljava_lang_String_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.DocumentsProvider.QuerySearchDocuments(System.String, System.String[], Android.OS.Bundle)' changed from '[RegisterAttribute("querySearchDocuments", "(Ljava/lang/String;[Ljava/lang/String;Landroid/os/Bundle;)Landroid/database/Cursor;", "GetQuerySearchDocuments_Ljava_lang_String_arrayLjava_lang_String_Landroid_os_Bundle_Handler")]' in the contract to '[RegisterAttribute("querySearchDocuments", "(Ljava/lang/String;[Ljava/lang/String;Landroid/os/Bundle;)Landroid/database/Cursor;", "GetQuerySearchDocuments_Ljava_lang_String_arrayLjava_lang_String_Landroid_os_Bundle_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.ActionReview' changed from '[RegisterAttribute("ACTION_REVIEW")]' in the contract to '[RegisterAttribute("ACTION_REVIEW", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.ActionReviewSecure' changed from '[RegisterAttribute("ACTION_REVIEW_SECURE")]' in the contract to '[RegisterAttribute("ACTION_REVIEW_SECURE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.ExtraBrightness' changed from '[RegisterAttribute("EXTRA_BRIGHTNESS")]' in the contract to '[RegisterAttribute("EXTRA_BRIGHTNESS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.VolumeExternal' changed from '[RegisterAttribute("VOLUME_EXTERNAL")]' in the contract to '[RegisterAttribute("VOLUME_EXTERNAL", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.VolumeExternalPrimary' changed from '[RegisterAttribute("VOLUME_EXTERNAL_PRIMARY")]' in the contract to '[RegisterAttribute("VOLUME_EXTERNAL_PRIMARY", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.VolumeInternal' changed from '[RegisterAttribute("VOLUME_INTERNAL")]' in the contract to '[RegisterAttribute("VOLUME_INTERNAL", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.MediaStore.AuthorityUri' changed from '[RegisterAttribute("AUTHORITY_URI")]' in the contract to '[RegisterAttribute("AUTHORITY_URI", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.MediaStore.GetExternalVolumeNames(Android.Content.Context)' changed from '[RegisterAttribute("getExternalVolumeNames", "(Landroid/content/Context;)Ljava/util/Set;", "")]' in the contract to '[RegisterAttribute("getExternalVolumeNames", "(Landroid/content/Context;)Ljava/util/Set;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.MediaStore.GetMediaUri(Android.Content.Context, Android.Net.Uri)' changed from '[RegisterAttribute("getMediaUri", "(Landroid/content/Context;Landroid/net/Uri;)Landroid/net/Uri;", "")]' in the contract to '[RegisterAttribute("getMediaUri", "(Landroid/content/Context;Landroid/net/Uri;)Landroid/net/Uri;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.MediaStore.GetVersion(Android.Content.Context, System.String)' changed from '[RegisterAttribute("getVersion", "(Landroid/content/Context;Ljava/lang/String;)Ljava/lang/String;", "")]' in the contract to '[RegisterAttribute("getVersion", "(Landroid/content/Context;Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.MediaStore.GetVolumeName(Android.Net.Uri)' changed from '[RegisterAttribute("getVolumeName", "(Landroid/net/Uri;)Ljava/lang/String;", "")]' in the contract to '[RegisterAttribute("getVolumeName", "(Landroid/net/Uri;)Ljava/lang/String;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.MediaStore.SetIncludePending(Android.Net.Uri)' changed from '[RegisterAttribute("setIncludePending", "(Landroid/net/Uri;)Landroid/net/Uri;", "")]' in the contract to '[RegisterAttribute("setIncludePending", "(Landroid/net/Uri;)Landroid/net/Uri;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.MediaStore.SetRequireOriginal(Android.Net.Uri)' changed from '[RegisterAttribute("setRequireOriginal", "(Landroid/net/Uri;)Landroid/net/Uri;", "")]' in the contract to '[RegisterAttribute("setRequireOriginal", "(Landroid/net/Uri;)Landroid/net/Uri;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.AlbumColumns.ArtistId' changed from '[RegisterAttribute("ARTIST_ID")]' in the contract to '[RegisterAttribute("ARTIST_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Albums.InterfaceConsts.ArtistId' changed from '[RegisterAttribute("ARTIST_ID")]' in the contract to '[RegisterAttribute("ARTIST_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Artists.Albums.InterfaceConsts.ArtistId' changed from '[RegisterAttribute("ARTIST_ID")]' in the contract to '[RegisterAttribute("ARTIST_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.AudioColumns.BucketDisplayName' changed from '[RegisterAttribute("BUCKET_DISPLAY_NAME")]' in the contract to '[RegisterAttribute("BUCKET_DISPLAY_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.AudioColumns.BucketId' changed from '[RegisterAttribute("BUCKET_ID")]' in the contract to '[RegisterAttribute("BUCKET_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.AudioColumns.DateExpires' changed from '[RegisterAttribute("DATE_EXPIRES")]' in the contract to '[RegisterAttribute("DATE_EXPIRES", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.AudioColumns.DateTaken' changed from '[RegisterAttribute("DATE_TAKEN")]' in the contract to '[RegisterAttribute("DATE_TAKEN", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.AudioColumns.DocumentId' changed from '[RegisterAttribute("DOCUMENT_ID")]' in the contract to '[RegisterAttribute("DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.AudioColumns.InstanceId' changed from '[RegisterAttribute("INSTANCE_ID")]' in the contract to '[RegisterAttribute("INSTANCE_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.AudioColumns.IsAudiobook' changed from '[RegisterAttribute("IS_AUDIOBOOK")]' in the contract to '[RegisterAttribute("IS_AUDIOBOOK", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.AudioColumns.IsPending' changed from '[RegisterAttribute("IS_PENDING")]' in the contract to '[RegisterAttribute("IS_PENDING", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.AudioColumns.Orientation' changed from '[RegisterAttribute("ORIENTATION")]' in the contract to '[RegisterAttribute("ORIENTATION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.AudioColumns.OriginalDocumentId' changed from '[RegisterAttribute("ORIGINAL_DOCUMENT_ID")]' in the contract to '[RegisterAttribute("ORIGINAL_DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.AudioColumns.OwnerPackageName' changed from '[RegisterAttribute("OWNER_PACKAGE_NAME")]' in the contract to '[RegisterAttribute("OWNER_PACKAGE_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.AudioColumns.RelativePath' changed from '[RegisterAttribute("RELATIVE_PATH")]' in the contract to '[RegisterAttribute("RELATIVE_PATH", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.AudioColumns.VolumeName' changed from '[RegisterAttribute("VOLUME_NAME")]' in the contract to '[RegisterAttribute("VOLUME_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Genres.Members.InterfaceConsts.BucketDisplayName' changed from '[RegisterAttribute("BUCKET_DISPLAY_NAME")]' in the contract to '[RegisterAttribute("BUCKET_DISPLAY_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Genres.Members.InterfaceConsts.BucketId' changed from '[RegisterAttribute("BUCKET_ID")]' in the contract to '[RegisterAttribute("BUCKET_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Genres.Members.InterfaceConsts.DateExpires' changed from '[RegisterAttribute("DATE_EXPIRES")]' in the contract to '[RegisterAttribute("DATE_EXPIRES", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Genres.Members.InterfaceConsts.DateTaken' changed from '[RegisterAttribute("DATE_TAKEN")]' in the contract to '[RegisterAttribute("DATE_TAKEN", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Genres.Members.InterfaceConsts.DocumentId' changed from '[RegisterAttribute("DOCUMENT_ID")]' in the contract to '[RegisterAttribute("DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Genres.Members.InterfaceConsts.InstanceId' changed from '[RegisterAttribute("INSTANCE_ID")]' in the contract to '[RegisterAttribute("INSTANCE_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Genres.Members.InterfaceConsts.IsAudiobook' changed from '[RegisterAttribute("IS_AUDIOBOOK")]' in the contract to '[RegisterAttribute("IS_AUDIOBOOK", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Genres.Members.InterfaceConsts.IsPending' changed from '[RegisterAttribute("IS_PENDING")]' in the contract to '[RegisterAttribute("IS_PENDING", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Genres.Members.InterfaceConsts.Orientation' changed from '[RegisterAttribute("ORIENTATION")]' in the contract to '[RegisterAttribute("ORIENTATION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Genres.Members.InterfaceConsts.OriginalDocumentId' changed from '[RegisterAttribute("ORIGINAL_DOCUMENT_ID")]' in the contract to '[RegisterAttribute("ORIGINAL_DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Genres.Members.InterfaceConsts.OwnerPackageName' changed from '[RegisterAttribute("OWNER_PACKAGE_NAME")]' in the contract to '[RegisterAttribute("OWNER_PACKAGE_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Genres.Members.InterfaceConsts.RelativePath' changed from '[RegisterAttribute("RELATIVE_PATH")]' in the contract to '[RegisterAttribute("RELATIVE_PATH", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Genres.Members.InterfaceConsts.VolumeName' changed from '[RegisterAttribute("VOLUME_NAME")]' in the contract to '[RegisterAttribute("VOLUME_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Media.InterfaceConsts.BucketDisplayName' changed from '[RegisterAttribute("BUCKET_DISPLAY_NAME")]' in the contract to '[RegisterAttribute("BUCKET_DISPLAY_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Media.InterfaceConsts.BucketId' changed from '[RegisterAttribute("BUCKET_ID")]' in the contract to '[RegisterAttribute("BUCKET_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Media.InterfaceConsts.DateExpires' changed from '[RegisterAttribute("DATE_EXPIRES")]' in the contract to '[RegisterAttribute("DATE_EXPIRES", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Media.InterfaceConsts.DateTaken' changed from '[RegisterAttribute("DATE_TAKEN")]' in the contract to '[RegisterAttribute("DATE_TAKEN", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Media.InterfaceConsts.DocumentId' changed from '[RegisterAttribute("DOCUMENT_ID")]' in the contract to '[RegisterAttribute("DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Media.InterfaceConsts.InstanceId' changed from '[RegisterAttribute("INSTANCE_ID")]' in the contract to '[RegisterAttribute("INSTANCE_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Media.InterfaceConsts.IsAudiobook' changed from '[RegisterAttribute("IS_AUDIOBOOK")]' in the contract to '[RegisterAttribute("IS_AUDIOBOOK", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Media.InterfaceConsts.IsPending' changed from '[RegisterAttribute("IS_PENDING")]' in the contract to '[RegisterAttribute("IS_PENDING", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Media.InterfaceConsts.Orientation' changed from '[RegisterAttribute("ORIENTATION")]' in the contract to '[RegisterAttribute("ORIENTATION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Media.InterfaceConsts.OriginalDocumentId' changed from '[RegisterAttribute("ORIGINAL_DOCUMENT_ID")]' in the contract to '[RegisterAttribute("ORIGINAL_DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Media.InterfaceConsts.OwnerPackageName' changed from '[RegisterAttribute("OWNER_PACKAGE_NAME")]' in the contract to '[RegisterAttribute("OWNER_PACKAGE_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Media.InterfaceConsts.RelativePath' changed from '[RegisterAttribute("RELATIVE_PATH")]' in the contract to '[RegisterAttribute("RELATIVE_PATH", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Media.InterfaceConsts.VolumeName' changed from '[RegisterAttribute("VOLUME_NAME")]' in the contract to '[RegisterAttribute("VOLUME_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Playlists.Members.InterfaceConsts.BucketDisplayName' changed from '[RegisterAttribute("BUCKET_DISPLAY_NAME")]' in the contract to '[RegisterAttribute("BUCKET_DISPLAY_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Playlists.Members.InterfaceConsts.BucketId' changed from '[RegisterAttribute("BUCKET_ID")]' in the contract to '[RegisterAttribute("BUCKET_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Playlists.Members.InterfaceConsts.DateExpires' changed from '[RegisterAttribute("DATE_EXPIRES")]' in the contract to '[RegisterAttribute("DATE_EXPIRES", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Playlists.Members.InterfaceConsts.DateTaken' changed from '[RegisterAttribute("DATE_TAKEN")]' in the contract to '[RegisterAttribute("DATE_TAKEN", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Playlists.Members.InterfaceConsts.DocumentId' changed from '[RegisterAttribute("DOCUMENT_ID")]' in the contract to '[RegisterAttribute("DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Playlists.Members.InterfaceConsts.InstanceId' changed from '[RegisterAttribute("INSTANCE_ID")]' in the contract to '[RegisterAttribute("INSTANCE_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Playlists.Members.InterfaceConsts.IsAudiobook' changed from '[RegisterAttribute("IS_AUDIOBOOK")]' in the contract to '[RegisterAttribute("IS_AUDIOBOOK", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Playlists.Members.InterfaceConsts.IsPending' changed from '[RegisterAttribute("IS_PENDING")]' in the contract to '[RegisterAttribute("IS_PENDING", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Playlists.Members.InterfaceConsts.Orientation' changed from '[RegisterAttribute("ORIENTATION")]' in the contract to '[RegisterAttribute("ORIENTATION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Playlists.Members.InterfaceConsts.OriginalDocumentId' changed from '[RegisterAttribute("ORIGINAL_DOCUMENT_ID")]' in the contract to '[RegisterAttribute("ORIGINAL_DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Playlists.Members.InterfaceConsts.OwnerPackageName' changed from '[RegisterAttribute("OWNER_PACKAGE_NAME")]' in the contract to '[RegisterAttribute("OWNER_PACKAGE_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Playlists.Members.InterfaceConsts.RelativePath' changed from '[RegisterAttribute("RELATIVE_PATH")]' in the contract to '[RegisterAttribute("RELATIVE_PATH", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Audio.Playlists.Members.InterfaceConsts.VolumeName' changed from '[RegisterAttribute("VOLUME_NAME")]' in the contract to '[RegisterAttribute("VOLUME_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.MediaStore.DownloadColumns' changed from '[RegisterAttribute("android/provider/MediaStore$DownloadColumns", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/provider/MediaStore$DownloadColumns", ApiSince=29, DoNotGenerateAcw=true)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.DownloadColumns.BucketDisplayName' changed from '[RegisterAttribute("BUCKET_DISPLAY_NAME")]' in the contract to '[RegisterAttribute("BUCKET_DISPLAY_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.DownloadColumns.BucketId' changed from '[RegisterAttribute("BUCKET_ID")]' in the contract to '[RegisterAttribute("BUCKET_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.DownloadColumns.DateExpires' changed from '[RegisterAttribute("DATE_EXPIRES")]' in the contract to '[RegisterAttribute("DATE_EXPIRES", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.DownloadColumns.DateTaken' changed from '[RegisterAttribute("DATE_TAKEN")]' in the contract to '[RegisterAttribute("DATE_TAKEN", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.DownloadColumns.DocumentId' changed from '[RegisterAttribute("DOCUMENT_ID")]' in the contract to '[RegisterAttribute("DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.DownloadColumns.Duration' changed from '[RegisterAttribute("DURATION")]' in the contract to '[RegisterAttribute("DURATION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.DownloadColumns.InstanceId' changed from '[RegisterAttribute("INSTANCE_ID")]' in the contract to '[RegisterAttribute("INSTANCE_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.DownloadColumns.IsPending' changed from '[RegisterAttribute("IS_PENDING")]' in the contract to '[RegisterAttribute("IS_PENDING", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.DownloadColumns.Orientation' changed from '[RegisterAttribute("ORIENTATION")]' in the contract to '[RegisterAttribute("ORIENTATION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.DownloadColumns.OriginalDocumentId' changed from '[RegisterAttribute("ORIGINAL_DOCUMENT_ID")]' in the contract to '[RegisterAttribute("ORIGINAL_DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.DownloadColumns.OwnerPackageName' changed from '[RegisterAttribute("OWNER_PACKAGE_NAME")]' in the contract to '[RegisterAttribute("OWNER_PACKAGE_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.DownloadColumns.RelativePath' changed from '[RegisterAttribute("RELATIVE_PATH")]' in the contract to '[RegisterAttribute("RELATIVE_PATH", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.DownloadColumns.VolumeName' changed from '[RegisterAttribute("VOLUME_NAME")]' in the contract to '[RegisterAttribute("VOLUME_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.MediaStore.DownloadColumnsConsts' changed from '[RegisterAttribute("android/provider/MediaStore$DownloadColumns", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/provider/MediaStore$DownloadColumns", ApiSince=29, DoNotGenerateAcw=true)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.MediaStore.Downloads' changed from '[RegisterAttribute("android/provider/MediaStore$Downloads", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/provider/MediaStore$Downloads", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Downloads.InterfaceConsts.BucketDisplayName' changed from '[RegisterAttribute("BUCKET_DISPLAY_NAME")]' in the contract to '[RegisterAttribute("BUCKET_DISPLAY_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Downloads.InterfaceConsts.BucketId' changed from '[RegisterAttribute("BUCKET_ID")]' in the contract to '[RegisterAttribute("BUCKET_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Downloads.InterfaceConsts.DateExpires' changed from '[RegisterAttribute("DATE_EXPIRES")]' in the contract to '[RegisterAttribute("DATE_EXPIRES", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Downloads.InterfaceConsts.DateTaken' changed from '[RegisterAttribute("DATE_TAKEN")]' in the contract to '[RegisterAttribute("DATE_TAKEN", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Downloads.InterfaceConsts.DocumentId' changed from '[RegisterAttribute("DOCUMENT_ID")]' in the contract to '[RegisterAttribute("DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Downloads.InterfaceConsts.Duration' changed from '[RegisterAttribute("DURATION")]' in the contract to '[RegisterAttribute("DURATION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Downloads.InterfaceConsts.InstanceId' changed from '[RegisterAttribute("INSTANCE_ID")]' in the contract to '[RegisterAttribute("INSTANCE_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Downloads.InterfaceConsts.IsPending' changed from '[RegisterAttribute("IS_PENDING")]' in the contract to '[RegisterAttribute("IS_PENDING", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Downloads.InterfaceConsts.Orientation' changed from '[RegisterAttribute("ORIENTATION")]' in the contract to '[RegisterAttribute("ORIENTATION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Downloads.InterfaceConsts.OriginalDocumentId' changed from '[RegisterAttribute("ORIGINAL_DOCUMENT_ID")]' in the contract to '[RegisterAttribute("ORIGINAL_DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Downloads.InterfaceConsts.OwnerPackageName' changed from '[RegisterAttribute("OWNER_PACKAGE_NAME")]' in the contract to '[RegisterAttribute("OWNER_PACKAGE_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Downloads.InterfaceConsts.RelativePath' changed from '[RegisterAttribute("RELATIVE_PATH")]' in the contract to '[RegisterAttribute("RELATIVE_PATH", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Downloads.InterfaceConsts.VolumeName' changed from '[RegisterAttribute("VOLUME_NAME")]' in the contract to '[RegisterAttribute("VOLUME_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Files.FileColumns.BucketDisplayName' changed from '[RegisterAttribute("BUCKET_DISPLAY_NAME")]' in the contract to '[RegisterAttribute("BUCKET_DISPLAY_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Files.FileColumns.BucketId' changed from '[RegisterAttribute("BUCKET_ID")]' in the contract to '[RegisterAttribute("BUCKET_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Files.FileColumns.DateExpires' changed from '[RegisterAttribute("DATE_EXPIRES")]' in the contract to '[RegisterAttribute("DATE_EXPIRES", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Files.FileColumns.DateTaken' changed from '[RegisterAttribute("DATE_TAKEN")]' in the contract to '[RegisterAttribute("DATE_TAKEN", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Files.FileColumns.DocumentId' changed from '[RegisterAttribute("DOCUMENT_ID")]' in the contract to '[RegisterAttribute("DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Files.FileColumns.Duration' changed from '[RegisterAttribute("DURATION")]' in the contract to '[RegisterAttribute("DURATION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Files.FileColumns.InstanceId' changed from '[RegisterAttribute("INSTANCE_ID")]' in the contract to '[RegisterAttribute("INSTANCE_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Files.FileColumns.IsPending' changed from '[RegisterAttribute("IS_PENDING")]' in the contract to '[RegisterAttribute("IS_PENDING", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Files.FileColumns.Orientation' changed from '[RegisterAttribute("ORIENTATION")]' in the contract to '[RegisterAttribute("ORIENTATION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Files.FileColumns.OriginalDocumentId' changed from '[RegisterAttribute("ORIGINAL_DOCUMENT_ID")]' in the contract to '[RegisterAttribute("ORIGINAL_DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Files.FileColumns.OwnerPackageName' changed from '[RegisterAttribute("OWNER_PACKAGE_NAME")]' in the contract to '[RegisterAttribute("OWNER_PACKAGE_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Files.FileColumns.RelativePath' changed from '[RegisterAttribute("RELATIVE_PATH")]' in the contract to '[RegisterAttribute("RELATIVE_PATH", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Files.FileColumns.VolumeName' changed from '[RegisterAttribute("VOLUME_NAME")]' in the contract to '[RegisterAttribute("VOLUME_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Images.ImageColumns.DateExpires' changed from '[RegisterAttribute("DATE_EXPIRES")]' in the contract to '[RegisterAttribute("DATE_EXPIRES", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Images.ImageColumns.DocumentId' changed from '[RegisterAttribute("DOCUMENT_ID")]' in the contract to '[RegisterAttribute("DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Images.ImageColumns.Duration' changed from '[RegisterAttribute("DURATION")]' in the contract to '[RegisterAttribute("DURATION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Images.ImageColumns.InstanceId' changed from '[RegisterAttribute("INSTANCE_ID")]' in the contract to '[RegisterAttribute("INSTANCE_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Images.ImageColumns.IsPending' changed from '[RegisterAttribute("IS_PENDING")]' in the contract to '[RegisterAttribute("IS_PENDING", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Images.ImageColumns.OriginalDocumentId' changed from '[RegisterAttribute("ORIGINAL_DOCUMENT_ID")]' in the contract to '[RegisterAttribute("ORIGINAL_DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Images.ImageColumns.OwnerPackageName' changed from '[RegisterAttribute("OWNER_PACKAGE_NAME")]' in the contract to '[RegisterAttribute("OWNER_PACKAGE_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Images.ImageColumns.RelativePath' changed from '[RegisterAttribute("RELATIVE_PATH")]' in the contract to '[RegisterAttribute("RELATIVE_PATH", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Images.ImageColumns.VolumeName' changed from '[RegisterAttribute("VOLUME_NAME")]' in the contract to '[RegisterAttribute("VOLUME_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Images.Media.InterfaceConsts.DateExpires' changed from '[RegisterAttribute("DATE_EXPIRES")]' in the contract to '[RegisterAttribute("DATE_EXPIRES", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Images.Media.InterfaceConsts.DocumentId' changed from '[RegisterAttribute("DOCUMENT_ID")]' in the contract to '[RegisterAttribute("DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Images.Media.InterfaceConsts.Duration' changed from '[RegisterAttribute("DURATION")]' in the contract to '[RegisterAttribute("DURATION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Images.Media.InterfaceConsts.InstanceId' changed from '[RegisterAttribute("INSTANCE_ID")]' in the contract to '[RegisterAttribute("INSTANCE_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Images.Media.InterfaceConsts.IsPending' changed from '[RegisterAttribute("IS_PENDING")]' in the contract to '[RegisterAttribute("IS_PENDING", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Images.Media.InterfaceConsts.OriginalDocumentId' changed from '[RegisterAttribute("ORIGINAL_DOCUMENT_ID")]' in the contract to '[RegisterAttribute("ORIGINAL_DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Images.Media.InterfaceConsts.OwnerPackageName' changed from '[RegisterAttribute("OWNER_PACKAGE_NAME")]' in the contract to '[RegisterAttribute("OWNER_PACKAGE_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Images.Media.InterfaceConsts.RelativePath' changed from '[RegisterAttribute("RELATIVE_PATH")]' in the contract to '[RegisterAttribute("RELATIVE_PATH", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Images.Media.InterfaceConsts.VolumeName' changed from '[RegisterAttribute("VOLUME_NAME")]' in the contract to '[RegisterAttribute("VOLUME_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.MediaColumns.BucketDisplayName' changed from '[RegisterAttribute("BUCKET_DISPLAY_NAME")]' in the contract to '[RegisterAttribute("BUCKET_DISPLAY_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.MediaColumns.BucketId' changed from '[RegisterAttribute("BUCKET_ID")]' in the contract to '[RegisterAttribute("BUCKET_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.MediaColumns.DateExpires' changed from '[RegisterAttribute("DATE_EXPIRES")]' in the contract to '[RegisterAttribute("DATE_EXPIRES", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.MediaColumns.DateTaken' changed from '[RegisterAttribute("DATE_TAKEN")]' in the contract to '[RegisterAttribute("DATE_TAKEN", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.MediaColumns.DocumentId' changed from '[RegisterAttribute("DOCUMENT_ID")]' in the contract to '[RegisterAttribute("DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.MediaColumns.Duration' changed from '[RegisterAttribute("DURATION")]' in the contract to '[RegisterAttribute("DURATION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.MediaColumns.InstanceId' changed from '[RegisterAttribute("INSTANCE_ID")]' in the contract to '[RegisterAttribute("INSTANCE_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.MediaColumns.IsPending' changed from '[RegisterAttribute("IS_PENDING")]' in the contract to '[RegisterAttribute("IS_PENDING", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.MediaColumns.Orientation' changed from '[RegisterAttribute("ORIENTATION")]' in the contract to '[RegisterAttribute("ORIENTATION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.MediaColumns.OriginalDocumentId' changed from '[RegisterAttribute("ORIGINAL_DOCUMENT_ID")]' in the contract to '[RegisterAttribute("ORIGINAL_DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.MediaColumns.OwnerPackageName' changed from '[RegisterAttribute("OWNER_PACKAGE_NAME")]' in the contract to '[RegisterAttribute("OWNER_PACKAGE_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.MediaColumns.RelativePath' changed from '[RegisterAttribute("RELATIVE_PATH")]' in the contract to '[RegisterAttribute("RELATIVE_PATH", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.MediaColumns.VolumeName' changed from '[RegisterAttribute("VOLUME_NAME")]' in the contract to '[RegisterAttribute("VOLUME_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Video.Media.InterfaceConsts.DateExpires' changed from '[RegisterAttribute("DATE_EXPIRES")]' in the contract to '[RegisterAttribute("DATE_EXPIRES", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Video.Media.InterfaceConsts.DocumentId' changed from '[RegisterAttribute("DOCUMENT_ID")]' in the contract to '[RegisterAttribute("DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Video.Media.InterfaceConsts.InstanceId' changed from '[RegisterAttribute("INSTANCE_ID")]' in the contract to '[RegisterAttribute("INSTANCE_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Video.Media.InterfaceConsts.IsPending' changed from '[RegisterAttribute("IS_PENDING")]' in the contract to '[RegisterAttribute("IS_PENDING", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Video.Media.InterfaceConsts.Orientation' changed from '[RegisterAttribute("ORIENTATION")]' in the contract to '[RegisterAttribute("ORIENTATION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Video.Media.InterfaceConsts.OriginalDocumentId' changed from '[RegisterAttribute("ORIGINAL_DOCUMENT_ID")]' in the contract to '[RegisterAttribute("ORIGINAL_DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Video.Media.InterfaceConsts.OwnerPackageName' changed from '[RegisterAttribute("OWNER_PACKAGE_NAME")]' in the contract to '[RegisterAttribute("OWNER_PACKAGE_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Video.Media.InterfaceConsts.RelativePath' changed from '[RegisterAttribute("RELATIVE_PATH")]' in the contract to '[RegisterAttribute("RELATIVE_PATH", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Video.Media.InterfaceConsts.VolumeName' changed from '[RegisterAttribute("VOLUME_NAME")]' in the contract to '[RegisterAttribute("VOLUME_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Video.VideoColumns.DateExpires' changed from '[RegisterAttribute("DATE_EXPIRES")]' in the contract to '[RegisterAttribute("DATE_EXPIRES", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Video.VideoColumns.DocumentId' changed from '[RegisterAttribute("DOCUMENT_ID")]' in the contract to '[RegisterAttribute("DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Video.VideoColumns.InstanceId' changed from '[RegisterAttribute("INSTANCE_ID")]' in the contract to '[RegisterAttribute("INSTANCE_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Video.VideoColumns.IsPending' changed from '[RegisterAttribute("IS_PENDING")]' in the contract to '[RegisterAttribute("IS_PENDING", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Video.VideoColumns.Orientation' changed from '[RegisterAttribute("ORIENTATION")]' in the contract to '[RegisterAttribute("ORIENTATION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Video.VideoColumns.OriginalDocumentId' changed from '[RegisterAttribute("ORIGINAL_DOCUMENT_ID")]' in the contract to '[RegisterAttribute("ORIGINAL_DOCUMENT_ID", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Video.VideoColumns.OwnerPackageName' changed from '[RegisterAttribute("OWNER_PACKAGE_NAME")]' in the contract to '[RegisterAttribute("OWNER_PACKAGE_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Video.VideoColumns.RelativePath' changed from '[RegisterAttribute("RELATIVE_PATH")]' in the contract to '[RegisterAttribute("RELATIVE_PATH", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.MediaStore.Video.VideoColumns.VolumeName' changed from '[RegisterAttribute("VOLUME_NAME")]' in the contract to '[RegisterAttribute("VOLUME_NAME", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.Settings.ActionAppNotificationBubbleSettings' changed from '[RegisterAttribute("ACTION_APP_NOTIFICATION_BUBBLE_SETTINGS")]' in the contract to '[RegisterAttribute("ACTION_APP_NOTIFICATION_BUBBLE_SETTINGS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.Settings.ActionAppSearchSettings' changed from '[RegisterAttribute("ACTION_APP_SEARCH_SETTINGS")]' in the contract to '[RegisterAttribute("ACTION_APP_SEARCH_SETTINGS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.Settings.ActionAppUsageSettings' changed from '[RegisterAttribute("ACTION_APP_USAGE_SETTINGS")]' in the contract to '[RegisterAttribute("ACTION_APP_USAGE_SETTINGS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.Settings.ActionNotificationAssistantSettings' changed from '[RegisterAttribute("ACTION_NOTIFICATION_ASSISTANT_SETTINGS")]' in the contract to '[RegisterAttribute("ACTION_NOTIFICATION_ASSISTANT_SETTINGS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.Settings.ActionProcessWifiEasyConnectUri' changed from '[RegisterAttribute("ACTION_PROCESS_WIFI_EASY_CONNECT_URI")]' in the contract to '[RegisterAttribute("ACTION_PROCESS_WIFI_EASY_CONNECT_URI", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Provider.Settings.Global.ApplyRampingRinger' changed from '[RegisterAttribute("APPLY_RAMPING_RINGER")]' in the contract to '[RegisterAttribute("APPLY_RAMPING_RINGER", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Provider.Settings.Panel' changed from '[RegisterAttribute("android/provider/Settings$Panel", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/provider/Settings$Panel", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Autofill.CustomDescription.Builder.AddOnClickAction(System.Int32, Android.Service.Autofill.IOnClickAction)' changed from '[RegisterAttribute("addOnClickAction", "(ILandroid/service/autofill/OnClickAction;)Landroid/service/autofill/CustomDescription$Builder;", "GetAddOnClickAction_ILandroid_service_autofill_OnClickAction_Handler")]' in the contract to '[RegisterAttribute("addOnClickAction", "(ILandroid/service/autofill/OnClickAction;)Landroid/service/autofill/CustomDescription$Builder;", "GetAddOnClickAction_ILandroid_service_autofill_OnClickAction_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Autofill.FillContext.FocusedId.get()' changed from '[RegisterAttribute("getFocusedId", "()Landroid/view/autofill/AutofillId;", "")]' in the contract to '[RegisterAttribute("getFocusedId", "()Landroid/view/autofill/AutofillId;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Service.Autofill.FillRequest.FlagCompatibilityModeRequest' changed from '[RegisterAttribute("FLAG_COMPATIBILITY_MODE_REQUEST")]' in the contract to '[RegisterAttribute("FLAG_COMPATIBILITY_MODE_REQUEST", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Autofill.FillResponse.Builder.SetUserData(Android.Service.Autofill.UserData)' changed from '[RegisterAttribute("setUserData", "(Landroid/service/autofill/UserData;)Landroid/service/autofill/FillResponse$Builder;", "")]' in the contract to '[RegisterAttribute("setUserData", "(Landroid/service/autofill/UserData;)Landroid/service/autofill/FillResponse$Builder;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Autofill.IOnClickAction' changed from '[RegisterAttribute("android/service/autofill/OnClickAction", "", "Android.Service.Autofill.IOnClickActionInvoker")]' in the contract to '[RegisterAttribute("android/service/autofill/OnClickAction", "", "Android.Service.Autofill.IOnClickActionInvoker", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Autofill.UserData.GetFieldClassificationAlgorithmForCategory(System.String)' changed from '[RegisterAttribute("getFieldClassificationAlgorithmForCategory", "(Ljava/lang/String;)Ljava/lang/String;", "")]' in the contract to '[RegisterAttribute("getFieldClassificationAlgorithmForCategory", "(Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Autofill.UserData.Builder.SetFieldClassificationAlgorithmForCategory(System.String, System.String, Android.OS.Bundle)' changed from '[RegisterAttribute("setFieldClassificationAlgorithmForCategory", "(Ljava/lang/String;Ljava/lang/String;Landroid/os/Bundle;)Landroid/service/autofill/UserData$Builder;", "")]' in the contract to '[RegisterAttribute("setFieldClassificationAlgorithmForCategory", "(Ljava/lang/String;Ljava/lang/String;Landroid/os/Bundle;)Landroid/service/autofill/UserData$Builder;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Autofill.VisibilitySetterAction' changed from '[RegisterAttribute("android/service/autofill/VisibilitySetterAction", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/service/autofill/VisibilitySetterAction", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Autofill.VisibilitySetterAction.Builder' changed from '[RegisterAttribute("android/service/autofill/VisibilitySetterAction$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/service/autofill/VisibilitySetterAction$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Carrier.CarrierMessagingClientService' changed from '[RegisterAttribute("android/service/carrier/CarrierMessagingClientService", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/service/carrier/CarrierMessagingClientService", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Notification.NotificationListenerService.ClearRequestedListenerHints()' changed from '[RegisterAttribute("clearRequestedListenerHints", "()V", "")]' in the contract to '[RegisterAttribute("clearRequestedListenerHints", "()V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Notification.NotificationListenerService.OnSilentStatusBarIconsVisibilityChanged(System.Boolean)' changed from '[RegisterAttribute("onSilentStatusBarIconsVisibilityChanged", "(Z)V", "GetOnSilentStatusBarIconsVisibilityChanged_ZHandler")]' in the contract to '[RegisterAttribute("onSilentStatusBarIconsVisibilityChanged", "(Z)V", "GetOnSilentStatusBarIconsVisibilityChanged_ZHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Notification.NotificationListenerService.Ranking.CanBubble()' changed from '[RegisterAttribute("canBubble", "()Z", "GetCanBubbleHandler")]' in the contract to '[RegisterAttribute("canBubble", "()Z", "GetCanBubbleHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Notification.NotificationListenerService.Ranking.LastAudiblyAlertedMillis.get()' changed from '[RegisterAttribute("getLastAudiblyAlertedMillis", "()J", "GetGetLastAudiblyAlertedMillisHandler")]' in the contract to '[RegisterAttribute("getLastAudiblyAlertedMillis", "()J", "GetGetLastAudiblyAlertedMillisHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Notification.NotificationListenerService.Ranking.SmartActions.get()' changed from '[RegisterAttribute("getSmartActions", "()Ljava/util/List;", "GetGetSmartActionsHandler")]' in the contract to '[RegisterAttribute("getSmartActions", "()Ljava/util/List;", "GetGetSmartActionsHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Notification.NotificationListenerService.Ranking.SmartReplies.get()' changed from '[RegisterAttribute("getSmartReplies", "()Ljava/util/List;", "GetGetSmartRepliesHandler")]' in the contract to '[RegisterAttribute("getSmartReplies", "()Ljava/util/List;", "GetGetSmartRepliesHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Notification.StatusBarNotification.OpPkg.get()' changed from '[RegisterAttribute("getOpPkg", "()Ljava/lang/String;", "GetGetOpPkgHandler")]' in the contract to '[RegisterAttribute("getOpPkg", "()Ljava/lang/String;", "GetGetOpPkgHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Notification.StatusBarNotification.Uid.get()' changed from '[RegisterAttribute("getUid", "()I", "GetGetUidHandler")]' in the contract to '[RegisterAttribute("getUid", "()I", "GetGetUidHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Notification.ZenPolicy' changed from '[RegisterAttribute("android/service/notification/ZenPolicy", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/service/notification/ZenPolicy", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Notification.ZenPolicy.Builder' changed from '[RegisterAttribute("android/service/notification/ZenPolicy$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/service/notification/ZenPolicy$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.QuickSettings.Tile.SubtitleFormatted.get()' changed from '[RegisterAttribute("getSubtitle", "()Ljava/lang/CharSequence;", "")]' in the contract to '[RegisterAttribute("getSubtitle", "()Ljava/lang/CharSequence;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.QuickSettings.Tile.SubtitleFormatted.set(Java.Lang.ICharSequence)' changed from '[RegisterAttribute("setSubtitle", "(Ljava/lang/CharSequence;)V", "")]' in the contract to '[RegisterAttribute("setSubtitle", "(Ljava/lang/CharSequence;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Voice.VoiceInteractionService.OnGetSupportedVoiceActions(System.Collections.Generic.ICollection)' changed from '[RegisterAttribute("onGetSupportedVoiceActions", "(Ljava/util/Set;)Ljava/util/Set;", "GetOnGetSupportedVoiceActions_Ljava_util_Set_Handler")]' in the contract to '[RegisterAttribute("onGetSupportedVoiceActions", "(Ljava/util/Set;)Ljava/util/Set;", "GetOnGetSupportedVoiceActions_Ljava_util_Set_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Voice.VoiceInteractionService.SetUiHints(Android.OS.Bundle)' changed from '[RegisterAttribute("setUiHints", "(Landroid/os/Bundle;)V", "")]' in the contract to '[RegisterAttribute("setUiHints", "(Landroid/os/Bundle;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Voice.VoiceInteractionSession.OnDirectActionsInvalidated(Android.Service.Voice.VoiceInteractionSession.ActivityId)' changed from '[RegisterAttribute("onDirectActionsInvalidated", "(Landroid/service/voice/VoiceInteractionSession$ActivityId;)V", "GetOnDirectActionsInvalidated_Landroid_service_voice_VoiceInteractionSession_ActivityId_Handler")]' in the contract to '[RegisterAttribute("onDirectActionsInvalidated", "(Landroid/service/voice/VoiceInteractionSession$ActivityId;)V", "GetOnDirectActionsInvalidated_Landroid_service_voice_VoiceInteractionSession_ActivityId_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Voice.VoiceInteractionSession.OnHandleAssist(Android.Service.Voice.VoiceInteractionSession.AssistState)' changed from '[RegisterAttribute("onHandleAssist", "(Landroid/service/voice/VoiceInteractionSession$AssistState;)V", "GetOnHandleAssist_Landroid_service_voice_VoiceInteractionSession_AssistState_Handler")]' in the contract to '[RegisterAttribute("onHandleAssist", "(Landroid/service/voice/VoiceInteractionSession$AssistState;)V", "GetOnHandleAssist_Landroid_service_voice_VoiceInteractionSession_AssistState_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Voice.VoiceInteractionSession.PerformDirectAction(Android.App.DirectAction, Android.OS.Bundle, Android.OS.CancellationSignal, Java.Util.Concurrent.IExecutor, Java.Util.Functions.IConsumer)' changed from '[RegisterAttribute("performDirectAction", "(Landroid/app/DirectAction;Landroid/os/Bundle;Landroid/os/CancellationSignal;Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;)V", "")]' in the contract to '[RegisterAttribute("performDirectAction", "(Landroid/app/DirectAction;Landroid/os/Bundle;Landroid/os/CancellationSignal;Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Voice.VoiceInteractionSession.RequestDirectActions(Android.Service.Voice.VoiceInteractionSession.ActivityId, Android.OS.CancellationSignal, Java.Util.Concurrent.IExecutor, Java.Util.Functions.IConsumer)' changed from '[RegisterAttribute("requestDirectActions", "(Landroid/service/voice/VoiceInteractionSession$ActivityId;Landroid/os/CancellationSignal;Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;)V", "")]' in the contract to '[RegisterAttribute("requestDirectActions", "(Landroid/service/voice/VoiceInteractionSession$ActivityId;Landroid/os/CancellationSignal;Ljava/util/concurrent/Executor;Ljava/util/function/Consumer;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Voice.VoiceInteractionSession.ActivityId' changed from '[RegisterAttribute("android/service/voice/VoiceInteractionSession$ActivityId", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/service/voice/VoiceInteractionSession$ActivityId", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Voice.VoiceInteractionSession.AssistState' changed from '[RegisterAttribute("android/service/voice/VoiceInteractionSession$AssistState", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/service/voice/VoiceInteractionSession$AssistState", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Service.Wallpaper.WallpaperService.Engine.DisplayContext.get()' changed from '[RegisterAttribute("getDisplayContext", "()Landroid/content/Context;", "GetGetDisplayContextHandler")]' in the contract to '[RegisterAttribute("getDisplayContext", "()Landroid/content/Context;", "GetGetDisplayContextHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Telecom.Call.ExtraSilentRingingRequested' changed from '[RegisterAttribute("EXTRA_SILENT_RINGING_REQUESTED")]' in the contract to '[RegisterAttribute("EXTRA_SILENT_RINGING_REQUESTED", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Telecom.CallScreeningService.CallResponse.SilenceCall.get()' changed from '[RegisterAttribute("getSilenceCall", "()Z", "GetGetSilenceCallHandler")]' in the contract to '[RegisterAttribute("getSilenceCall", "()Z", "GetGetSilenceCallHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Telecom.CallScreeningService.CallResponse.Builder.SetSilenceCall(System.Boolean)' changed from '[RegisterAttribute("setSilenceCall", "(Z)Landroid/telecom/CallScreeningService$CallResponse$Builder;", "GetSetSilenceCall_ZHandler")]' in the contract to '[RegisterAttribute("setSilenceCall", "(Z)Landroid/telecom/CallScreeningService$CallResponse$Builder;", "GetSetSilenceCall_ZHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Telephony.SmsManager.CreateAppSpecificSmsTokenWithPackageInfo(System.String, Android.App.PendingIntent)' changed from '[RegisterAttribute("createAppSpecificSmsTokenWithPackageInfo", "(Ljava/lang/String;Landroid/app/PendingIntent;)Ljava/lang/String;", "")]' in the contract to '[RegisterAttribute("createAppSpecificSmsTokenWithPackageInfo", "(Ljava/lang/String;Landroid/app/PendingIntent;)Ljava/lang/String;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Telephony.SmsManager.GetSmsMessagesForFinancialApp(Android.OS.Bundle, Java.Util.Concurrent.IExecutor, Android.Telephony.SmsManager.FinancialSmsCallback)' changed from '[RegisterAttribute("getSmsMessagesForFinancialApp", "(Landroid/os/Bundle;Ljava/util/concurrent/Executor;Landroid/telephony/SmsManager$FinancialSmsCallback;)V", "")]' in the contract to '[RegisterAttribute("getSmsMessagesForFinancialApp", "(Landroid/os/Bundle;Ljava/util/concurrent/Executor;Landroid/telephony/SmsManager$FinancialSmsCallback;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Telephony.SmsManager.FinancialSmsCallback' changed from '[RegisterAttribute("android/telephony/SmsManager$FinancialSmsCallback", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/telephony/SmsManager$FinancialSmsCallback", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Telephony.TelephonyManager.ActionCarrierMessagingClientService' changed from '[RegisterAttribute("ACTION_CARRIER_MESSAGING_CLIENT_SERVICE")]' in the contract to '[RegisterAttribute("ACTION_CARRIER_MESSAGING_CLIENT_SERVICE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Telephony.TelephonyManager.DoesSwitchMultiSimConfigTriggerReboot()' changed from '[RegisterAttribute("doesSwitchMultiSimConfigTriggerReboot", "()Z", "GetDoesSwitchMultiSimConfigTriggerRebootHandler")]' in the contract to '[RegisterAttribute("doesSwitchMultiSimConfigTriggerReboot", "()Z", "GetDoesSwitchMultiSimConfigTriggerRebootHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.TextPaint.UnderlineColor' changed from '[RegisterAttribute("underlineColor")]' in the contract to '[RegisterAttribute("underlineColor", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.SafeStringFlagMode Android.Text.TextUtils.SafeStringFlagFirstLine' changed from '[RegisterAttribute("SAFE_STRING_FLAG_FIRST_LINE")]' in the contract to '[RegisterAttribute("SAFE_STRING_FLAG_FIRST_LINE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.SafeStringFlagMode Android.Text.TextUtils.SafeStringFlagSingleLine' changed from '[RegisterAttribute("SAFE_STRING_FLAG_SINGLE_LINE")]' in the contract to '[RegisterAttribute("SAFE_STRING_FLAG_SINGLE_LINE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.SafeStringFlagMode Android.Text.TextUtils.SafeStringFlagTrim' changed from '[RegisterAttribute("SAFE_STRING_FLAG_TRIM")]' in the contract to '[RegisterAttribute("SAFE_STRING_FLAG_TRIM", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.TextUtils.MakeSafeForPresentationFormatted(System.String, System.Int32, System.Single, Android.Text.SafeStringFlagMode)' changed from '[RegisterAttribute("makeSafeForPresentation", "(Ljava/lang/String;IFI)Ljava/lang/CharSequence;", "")]' in the contract to '[RegisterAttribute("makeSafeForPresentation", "(Ljava/lang/String;IFI)Ljava/lang/CharSequence;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.Style.LineBackgroundSpanStandard' changed from '[RegisterAttribute("android/text/style/LineBackgroundSpan$Standard", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/text/style/LineBackgroundSpan$Standard", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.Style.LineHeightSpanStandard' changed from '[RegisterAttribute("android/text/style/LineHeightSpan$Standard", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/text/style/LineHeightSpan$Standard", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.Style.SuggestionSpan.UnderlineColor.get()' changed from '[RegisterAttribute("getUnderlineColor", "()I", "GetGetUnderlineColorHandler")]' in the contract to '[RegisterAttribute("getUnderlineColor", "()I", "GetGetUnderlineColorHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.Style.TextAppearanceSpan.FontFeatureSettings.get()' changed from '[RegisterAttribute("getFontFeatureSettings", "()Ljava/lang/String;", "GetGetFontFeatureSettingsHandler")]' in the contract to '[RegisterAttribute("getFontFeatureSettings", "()Ljava/lang/String;", "GetGetFontFeatureSettingsHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.Style.TextAppearanceSpan.FontVariationSettings.get()' changed from '[RegisterAttribute("getFontVariationSettings", "()Ljava/lang/String;", "GetGetFontVariationSettingsHandler")]' in the contract to '[RegisterAttribute("getFontVariationSettings", "()Ljava/lang/String;", "GetGetFontVariationSettingsHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.Style.TextAppearanceSpan.IsElegantTextHeight.get()' changed from '[RegisterAttribute("isElegantTextHeight", "()Z", "GetIsElegantTextHeightHandler")]' in the contract to '[RegisterAttribute("isElegantTextHeight", "()Z", "GetIsElegantTextHeightHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.Style.TextAppearanceSpan.ShadowColor.get()' changed from '[RegisterAttribute("getShadowColor", "()I", "GetGetShadowColorHandler")]' in the contract to '[RegisterAttribute("getShadowColor", "()I", "GetGetShadowColorHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.Style.TextAppearanceSpan.ShadowDx.get()' changed from '[RegisterAttribute("getShadowDx", "()F", "GetGetShadowDxHandler")]' in the contract to '[RegisterAttribute("getShadowDx", "()F", "GetGetShadowDxHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.Style.TextAppearanceSpan.ShadowDy.get()' changed from '[RegisterAttribute("getShadowDy", "()F", "GetGetShadowDyHandler")]' in the contract to '[RegisterAttribute("getShadowDy", "()F", "GetGetShadowDyHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.Style.TextAppearanceSpan.ShadowRadius.get()' changed from '[RegisterAttribute("getShadowRadius", "()F", "GetGetShadowRadiusHandler")]' in the contract to '[RegisterAttribute("getShadowRadius", "()F", "GetGetShadowRadiusHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.Style.TextAppearanceSpan.TextFontWeight.get()' changed from '[RegisterAttribute("getTextFontWeight", "()I", "GetGetTextFontWeightHandler")]' in the contract to '[RegisterAttribute("getTextFontWeight", "()I", "GetGetTextFontWeightHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.Style.TextAppearanceSpan.TextLocales.get()' changed from '[RegisterAttribute("getTextLocales", "()Landroid/os/LocaleList;", "GetGetTextLocalesHandler")]' in the contract to '[RegisterAttribute("getTextLocales", "()Landroid/os/LocaleList;", "GetGetTextLocalesHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.Style.TextAppearanceSpan.Typeface.get()' changed from '[RegisterAttribute("getTypeface", "()Landroid/graphics/Typeface;", "GetGetTypefaceHandler")]' in the contract to '[RegisterAttribute("getTypeface", "()Landroid/graphics/Typeface;", "GetGetTypefaceHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.Util.Linkify.AddLinks(Android.Text.ISpannable, Android.Text.Util.MatchOptions, Java.Util.Functions.IFunction)' changed from '[RegisterAttribute("addLinks", "(Landroid/text/Spannable;ILjava/util/function/Function;)Z", "")]' in the contract to '[RegisterAttribute("addLinks", "(Landroid/text/Spannable;ILjava/util/function/Function;)Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Text.Util.Linkify.AddLinks(Android.Text.ISpannable, Java.Util.Regex.Pattern, System.String, System.String[], Android.Text.Util.Linkify.IMatchFilter, Android.Text.Util.Linkify.ITransformFilter, Java.Util.Functions.IFunction)' changed from '[RegisterAttribute("addLinks", "(Landroid/text/Spannable;Ljava/util/regex/Pattern;Ljava/lang/String;[Ljava/lang/String;Landroid/text/util/Linkify$MatchFilter;Landroid/text/util/Linkify$TransformFilter;Ljava/util/function/Function;)Z", "")]' in the contract to '[RegisterAttribute("addLinks", "(Landroid/text/Spannable;Ljava/util/regex/Pattern;Ljava/lang/String;[Ljava/lang/String;Landroid/text/util/Linkify$MatchFilter;Landroid/text/util/Linkify$TransformFilter;Ljava/util/function/Function;)Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Transitions.Scene.GetCurrentScene(Android.Views.ViewGroup)' changed from '[RegisterAttribute("getCurrentScene", "(Landroid/view/ViewGroup;)Landroid/transition/Scene;", "")]' in the contract to '[RegisterAttribute("getCurrentScene", "(Landroid/view/ViewGroup;)Landroid/transition/Scene;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Transitions.TransitionValues..ctor(Android.Views.View)' changed from '[RegisterAttribute(".ctor", "(Landroid/view/View;)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(Landroid/view/View;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Util.ArrayMap.IndexOfValue(Java.Lang.Object)' changed from '[RegisterAttribute("indexOfValue", "(Ljava/lang/Object;)I", "")]' in the contract to '[RegisterAttribute("indexOfValue", "(Ljava/lang/Object;)I", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Util.ArraySet..ctor(System.Collections.ICollection)' changed from '[RegisterAttribute(".ctor", "(Ljava/util/Collection;)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(Ljava/util/Collection;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.Density140' changed from '[RegisterAttribute("DENSITY_140")]' in the contract to '[RegisterAttribute("DENSITY_140", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.Density180' changed from '[RegisterAttribute("DENSITY_180")]' in the contract to '[RegisterAttribute("DENSITY_180", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.Density200' changed from '[RegisterAttribute("DENSITY_200")]' in the contract to '[RegisterAttribute("DENSITY_200", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.Density220' changed from '[RegisterAttribute("DENSITY_220")]' in the contract to '[RegisterAttribute("DENSITY_220", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Util.SparseBooleanArray.SetValueAt(System.Int32, System.Boolean)' changed from '[RegisterAttribute("setValueAt", "(IZ)V", "GetSetValueAt_IZHandler")]' in the contract to '[RegisterAttribute("setValueAt", "(IZ)V", "GetSetValueAt_IZHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Util.SparseIntArray.SetValueAt(System.Int32, System.Int32)' changed from '[RegisterAttribute("setValueAt", "(II)V", "GetSetValueAt_IIHandler")]' in the contract to '[RegisterAttribute("setValueAt", "(II)V", "GetSetValueAt_IIHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Util.StatsLog.LogBinaryPushStateChanged(System.String, System.Int64, System.Int32, System.Int32, System.Int64[])' changed from '[RegisterAttribute("logBinaryPushStateChanged", "(Ljava/lang/String;JII[J)Z", "")]' in the contract to '[RegisterAttribute("logBinaryPushStateChanged", "(Ljava/lang/String;JII[J)Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Util.TypedValue.SourceResourceId' changed from '[RegisterAttribute("sourceResourceId")]' in the contract to '[RegisterAttribute("sourceResourceId", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Util.TypedValue.IsColorType.get()' changed from '[RegisterAttribute("isColorType", "()Z", "GetIsColorTypeHandler")]' in the contract to '[RegisterAttribute("isColorType", "()Z", "GetIsColorTypeHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.ContextThemeWrapper.SetTheme(Android.Content.Res.Resources.Theme)' changed from '[RegisterAttribute("setTheme", "(Landroid/content/res/Resources$Theme;)V", "GetSetTheme_Landroid_content_res_Resources_Theme_Handler")]' in the contract to '[RegisterAttribute("setTheme", "(Landroid/content/res/Resources$Theme;)V", "GetSetTheme_Landroid_content_res_Resources_Theme_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Display.Cutout.get()' changed from '[RegisterAttribute("getCutout", "()Landroid/view/DisplayCutout;", "GetGetCutoutHandler")]' in the contract to '[RegisterAttribute("getCutout", "()Landroid/view/DisplayCutout;", "GetGetCutoutHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Display.PreferredWideGamutColorSpace.get()' changed from '[RegisterAttribute("getPreferredWideGamutColorSpace", "()Landroid/graphics/ColorSpace;", "GetGetPreferredWideGamutColorSpaceHandler")]' in the contract to '[RegisterAttribute("getPreferredWideGamutColorSpace", "()Landroid/graphics/ColorSpace;", "GetGetPreferredWideGamutColorSpaceHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.HdrType Android.Views.Display.HdrCapabilities.HdrTypeHdr10Plus' changed from '[RegisterAttribute("HDR_TYPE_HDR10_PLUS")]' in the contract to '[RegisterAttribute("HDR_TYPE_HDR10_PLUS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.DisplayCutout..ctor(Android.Graphics.Insets, Android.Graphics.Rect, Android.Graphics.Rect, Android.Graphics.Rect, Android.Graphics.Rect)' changed from '[RegisterAttribute(".ctor", "(Landroid/graphics/Insets;Landroid/graphics/Rect;Landroid/graphics/Rect;Landroid/graphics/Rect;Landroid/graphics/Rect;)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(Landroid/graphics/Insets;Landroid/graphics/Rect;Landroid/graphics/Rect;Landroid/graphics/Rect;Landroid/graphics/Rect;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.DisplayCutout.BoundingRectBottom.get()' changed from '[RegisterAttribute("getBoundingRectBottom", "()Landroid/graphics/Rect;", "")]' in the contract to '[RegisterAttribute("getBoundingRectBottom", "()Landroid/graphics/Rect;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.DisplayCutout.BoundingRectLeft.get()' changed from '[RegisterAttribute("getBoundingRectLeft", "()Landroid/graphics/Rect;", "")]' in the contract to '[RegisterAttribute("getBoundingRectLeft", "()Landroid/graphics/Rect;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.DisplayCutout.BoundingRectRight.get()' changed from '[RegisterAttribute("getBoundingRectRight", "()Landroid/graphics/Rect;", "")]' in the contract to '[RegisterAttribute("getBoundingRectRight", "()Landroid/graphics/Rect;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.DisplayCutout.BoundingRectTop.get()' changed from '[RegisterAttribute("getBoundingRectTop", "()Landroid/graphics/Rect;", "")]' in the contract to '[RegisterAttribute("getBoundingRectTop", "()Landroid/graphics/Rect;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.InputDevice.IsExternal.get()' changed from '[RegisterAttribute("isExternal", "()Z", "")]' in the contract to '[RegisterAttribute("isExternal", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.LayoutInflater.CreateView(Android.Content.Context, System.String, System.String, Android.Util.IAttributeSet)' changed from '[RegisterAttribute("createView", "(Landroid/content/Context;Ljava/lang/String;Ljava/lang/String;Landroid/util/AttributeSet;)Landroid/view/View;", "")]' in the contract to '[RegisterAttribute("createView", "(Landroid/content/Context;Ljava/lang/String;Ljava/lang/String;Landroid/util/AttributeSet;)Landroid/view/View;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.LayoutInflater.OnCreateView(Android.Content.Context, Android.Views.View, System.String, Android.Util.IAttributeSet)' changed from '[RegisterAttribute("onCreateView", "(Landroid/content/Context;Landroid/view/View;Ljava/lang/String;Landroid/util/AttributeSet;)Landroid/view/View;", "GetOnCreateView_Landroid_content_Context_Landroid_view_View_Ljava_lang_String_Landroid_util_AttributeSet_Handler")]' in the contract to '[RegisterAttribute("onCreateView", "(Landroid/content/Context;Landroid/view/View;Ljava/lang/String;Landroid/util/AttributeSet;)Landroid/view/View;", "GetOnCreateView_Landroid_content_Context_Landroid_view_View_Ljava_lang_String_Landroid_util_AttributeSet_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.ClassificationMode Android.Views.MotionEvent.ClassificationAmbiguousGesture' changed from '[RegisterAttribute("CLASSIFICATION_AMBIGUOUS_GESTURE")]' in the contract to '[RegisterAttribute("CLASSIFICATION_AMBIGUOUS_GESTURE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.ClassificationMode Android.Views.MotionEvent.ClassificationDeepPress' changed from '[RegisterAttribute("CLASSIFICATION_DEEP_PRESS")]' in the contract to '[RegisterAttribute("CLASSIFICATION_DEEP_PRESS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.ClassificationMode Android.Views.MotionEvent.ClassificationNone' changed from '[RegisterAttribute("CLASSIFICATION_NONE")]' in the contract to '[RegisterAttribute("CLASSIFICATION_NONE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.MotionEventFlags Android.Views.MotionEvent.FlagWindowIsPartiallyObscured' changed from '[RegisterAttribute("FLAG_WINDOW_IS_PARTIALLY_OBSCURED")]' in the contract to '[RegisterAttribute("FLAG_WINDOW_IS_PARTIALLY_OBSCURED", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.MotionEvent.Classification.get()' changed from '[RegisterAttribute("getClassification", "()I", "")]' in the contract to '[RegisterAttribute("getClassification", "()I", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.MotionEvent.GetRawX(System.Int32)' changed from '[RegisterAttribute("getRawX", "(I)F", "")]' in the contract to '[RegisterAttribute("getRawX", "(I)F", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.MotionEvent.GetRawY(System.Int32)' changed from '[RegisterAttribute("getRawY", "(I)F", "")]' in the contract to '[RegisterAttribute("getRawY", "(I)F", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Surface..ctor(Android.Views.SurfaceControl)' changed from '[RegisterAttribute(".ctor", "(Landroid/view/SurfaceControl;)V", "")]' in the contract to '[RegisterAttribute(".ctor", "(Landroid/view/SurfaceControl;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.SurfaceControl' changed from '[RegisterAttribute("android/view/SurfaceControl", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/SurfaceControl", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.SurfaceControl.Builder' changed from '[RegisterAttribute("android/view/SurfaceControl$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/SurfaceControl$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.SurfaceControl.Transaction' changed from '[RegisterAttribute("android/view/SurfaceControl$Transaction", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/SurfaceControl$Transaction", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.SurfaceView.SurfaceControl.get()' changed from '[RegisterAttribute("getSurfaceControl", "()Landroid/view/SurfaceControl;", "GetGetSurfaceControlHandler")]' in the contract to '[RegisterAttribute("getSurfaceControl", "()Landroid/view/SurfaceControl;", "GetGetSurfaceControlHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TouchDelegate.OnTouchExplorationHoverEvent(Android.Views.MotionEvent)' changed from '[RegisterAttribute("onTouchExplorationHoverEvent", "(Landroid/view/MotionEvent;)Z", "GetOnTouchExplorationHoverEvent_Landroid_view_MotionEvent_Handler")]' in the contract to '[RegisterAttribute("onTouchExplorationHoverEvent", "(Landroid/view/MotionEvent;)Z", "GetOnTouchExplorationHoverEvent_Landroid_view_MotionEvent_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TouchDelegate.TouchDelegateInfo.get()' changed from '[RegisterAttribute("getTouchDelegateInfo", "()Landroid/view/accessibility/AccessibilityNodeInfo$TouchDelegateInfo;", "GetGetTouchDelegateInfoHandler")]' in the contract to '[RegisterAttribute("getTouchDelegateInfo", "()Landroid/view/accessibility/AccessibilityNodeInfo$TouchDelegateInfo;", "GetGetTouchDelegateInfoHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.AnimationMatrix.get()' changed from '[RegisterAttribute("getAnimationMatrix", "()Landroid/graphics/Matrix;", "GetGetAnimationMatrixHandler")]' in the contract to '[RegisterAttribute("getAnimationMatrix", "()Landroid/graphics/Matrix;", "GetGetAnimationMatrixHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.AnimationMatrix.set(Android.Graphics.Matrix)' changed from '[RegisterAttribute("setAnimationMatrix", "(Landroid/graphics/Matrix;)V", "GetSetAnimationMatrix_Landroid_graphics_Matrix_Handler")]' in the contract to '[RegisterAttribute("setAnimationMatrix", "(Landroid/graphics/Matrix;)V", "GetSetAnimationMatrix_Landroid_graphics_Matrix_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.AttributeSourceResourceMap.get()' changed from '[RegisterAttribute("getAttributeSourceResourceMap", "()Ljava/util/Map;", "GetGetAttributeSourceResourceMapHandler")]' in the contract to '[RegisterAttribute("getAttributeSourceResourceMap", "()Ljava/util/Map;", "GetGetAttributeSourceResourceMapHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.BackgroundTintBlendMode.get()' changed from '[RegisterAttribute("getBackgroundTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetBackgroundTintBlendModeHandler")]' in the contract to '[RegisterAttribute("getBackgroundTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetBackgroundTintBlendModeHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.BackgroundTintBlendMode.set(Android.Graphics.BlendMode)' changed from '[RegisterAttribute("setBackgroundTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetBackgroundTintBlendMode_Landroid_graphics_BlendMode_Handler")]' in the contract to '[RegisterAttribute("setBackgroundTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetBackgroundTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.ContentCaptureSession.get()' changed from '[RegisterAttribute("getContentCaptureSession", "()Landroid/view/contentcapture/ContentCaptureSession;", "")]' in the contract to '[RegisterAttribute("getContentCaptureSession", "()Landroid/view/contentcapture/ContentCaptureSession;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.ContentCaptureSession.set(Android.Views.ContentCaptures.ContentCaptureSession)' changed from '[RegisterAttribute("setContentCaptureSession", "(Landroid/view/contentcapture/ContentCaptureSession;)V", "GetSetContentCaptureSession_Landroid_view_contentcapture_ContentCaptureSession_Handler")]' in the contract to '[RegisterAttribute("setContentCaptureSession", "(Landroid/view/contentcapture/ContentCaptureSession;)V", "GetSetContentCaptureSession_Landroid_view_contentcapture_ContentCaptureSession_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.ExplicitStyle.get()' changed from '[RegisterAttribute("getExplicitStyle", "()I", "GetGetExplicitStyleHandler")]' in the contract to '[RegisterAttribute("getExplicitStyle", "()I", "GetGetExplicitStyleHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.ForceDarkAllowed.get()' changed from '[RegisterAttribute("isForceDarkAllowed", "()Z", "GetIsForceDarkAllowedHandler")]' in the contract to '[RegisterAttribute("isForceDarkAllowed", "()Z", "GetIsForceDarkAllowedHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.ForceDarkAllowed.set(System.Boolean)' changed from '[RegisterAttribute("setForceDarkAllowed", "(Z)V", "GetSetForceDarkAllowed_ZHandler")]' in the contract to '[RegisterAttribute("setForceDarkAllowed", "(Z)V", "GetSetForceDarkAllowed_ZHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.ForegroundTintBlendMode.get()' changed from '[RegisterAttribute("getForegroundTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetForegroundTintBlendModeHandler")]' in the contract to '[RegisterAttribute("getForegroundTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetForegroundTintBlendModeHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.ForegroundTintBlendMode.set(Android.Graphics.BlendMode)' changed from '[RegisterAttribute("setForegroundTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetForegroundTintBlendMode_Landroid_graphics_BlendMode_Handler")]' in the contract to '[RegisterAttribute("setForegroundTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetForegroundTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.GetAccessibilityDelegate()' changed from '[RegisterAttribute("getAccessibilityDelegate", "()Landroid/view/View$AccessibilityDelegate;", "GetGetAccessibilityDelegateHandler")]' in the contract to '[RegisterAttribute("getAccessibilityDelegate", "()Landroid/view/View$AccessibilityDelegate;", "GetGetAccessibilityDelegateHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.GetAttributeResolutionStack(System.Int32)' changed from '[RegisterAttribute("getAttributeResolutionStack", "(I)[I", "GetGetAttributeResolutionStack_IHandler")]' in the contract to '[RegisterAttribute("getAttributeResolutionStack", "(I)[I", "GetGetAttributeResolutionStack_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.GetLocationInSurface(System.Int32[])' changed from '[RegisterAttribute("getLocationInSurface", "([I)V", "GetGetLocationInSurface_arrayIHandler")]' in the contract to '[RegisterAttribute("getLocationInSurface", "([I)V", "GetGetLocationInSurface_arrayIHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.HorizontalScrollbarThumbDrawable.get()' changed from '[RegisterAttribute("getHorizontalScrollbarThumbDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetHorizontalScrollbarThumbDrawableHandler")]' in the contract to '[RegisterAttribute("getHorizontalScrollbarThumbDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetHorizontalScrollbarThumbDrawableHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.HorizontalScrollbarThumbDrawable.set(Android.Graphics.Drawables.Drawable)' changed from '[RegisterAttribute("setHorizontalScrollbarThumbDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetHorizontalScrollbarThumbDrawable_Landroid_graphics_drawable_Drawable_Handler")]' in the contract to '[RegisterAttribute("setHorizontalScrollbarThumbDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetHorizontalScrollbarThumbDrawable_Landroid_graphics_drawable_Drawable_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.HorizontalScrollbarTrackDrawable.get()' changed from '[RegisterAttribute("getHorizontalScrollbarTrackDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetHorizontalScrollbarTrackDrawableHandler")]' in the contract to '[RegisterAttribute("getHorizontalScrollbarTrackDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetHorizontalScrollbarTrackDrawableHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.HorizontalScrollbarTrackDrawable.set(Android.Graphics.Drawables.Drawable)' changed from '[RegisterAttribute("setHorizontalScrollbarTrackDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetHorizontalScrollbarTrackDrawable_Landroid_graphics_drawable_Drawable_Handler")]' in the contract to '[RegisterAttribute("setHorizontalScrollbarTrackDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetHorizontalScrollbarTrackDrawable_Landroid_graphics_drawable_Drawable_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.SaveAttributeDataForStyleable(Android.Content.Context, System.Int32[], Android.Util.IAttributeSet, Android.Content.Res.TypedArray, System.Int32, System.Int32)' changed from '[RegisterAttribute("saveAttributeDataForStyleable", "(Landroid/content/Context;[ILandroid/util/AttributeSet;Landroid/content/res/TypedArray;II)V", "")]' in the contract to '[RegisterAttribute("saveAttributeDataForStyleable", "(Landroid/content/Context;[ILandroid/util/AttributeSet;Landroid/content/res/TypedArray;II)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.SetLeftTopRightBottom(System.Int32, System.Int32, System.Int32, System.Int32)' changed from '[RegisterAttribute("setLeftTopRightBottom", "(IIII)V", "")]' in the contract to '[RegisterAttribute("setLeftTopRightBottom", "(IIII)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.SetTransitionVisibility(Android.Views.ViewStates)' changed from '[RegisterAttribute("setTransitionVisibility", "(I)V", "GetSetTransitionVisibility_IHandler")]' in the contract to '[RegisterAttribute("setTransitionVisibility", "(I)V", "GetSetTransitionVisibility_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.SourceLayoutResId.get()' changed from '[RegisterAttribute("getSourceLayoutResId", "()I", "GetGetSourceLayoutResIdHandler")]' in the contract to '[RegisterAttribute("getSourceLayoutResId", "()I", "GetGetSourceLayoutResIdHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.SystemGestureExclusionRects.get()' changed from '[RegisterAttribute("getSystemGestureExclusionRects", "()Ljava/util/List;", "GetGetSystemGestureExclusionRectsHandler")]' in the contract to '[RegisterAttribute("getSystemGestureExclusionRects", "()Ljava/util/List;", "GetGetSystemGestureExclusionRectsHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.SystemGestureExclusionRects.set(System.Collections.Generic.IList)' changed from '[RegisterAttribute("setSystemGestureExclusionRects", "(Ljava/util/List;)V", "GetSetSystemGestureExclusionRects_Ljava_util_List_Handler")]' in the contract to '[RegisterAttribute("setSystemGestureExclusionRects", "(Ljava/util/List;)V", "GetSetSystemGestureExclusionRects_Ljava_util_List_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.TransformMatrixToGlobal(Android.Graphics.Matrix)' changed from '[RegisterAttribute("transformMatrixToGlobal", "(Landroid/graphics/Matrix;)V", "GetTransformMatrixToGlobal_Landroid_graphics_Matrix_Handler")]' in the contract to '[RegisterAttribute("transformMatrixToGlobal", "(Landroid/graphics/Matrix;)V", "GetTransformMatrixToGlobal_Landroid_graphics_Matrix_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.TransformMatrixToLocal(Android.Graphics.Matrix)' changed from '[RegisterAttribute("transformMatrixToLocal", "(Landroid/graphics/Matrix;)V", "GetTransformMatrixToLocal_Landroid_graphics_Matrix_Handler")]' in the contract to '[RegisterAttribute("transformMatrixToLocal", "(Landroid/graphics/Matrix;)V", "GetTransformMatrixToLocal_Landroid_graphics_Matrix_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.TransitionAlpha.get()' changed from '[RegisterAttribute("getTransitionAlpha", "()F", "GetGetTransitionAlphaHandler")]' in the contract to '[RegisterAttribute("getTransitionAlpha", "()F", "GetGetTransitionAlphaHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.TransitionAlpha.set(System.Single)' changed from '[RegisterAttribute("setTransitionAlpha", "(F)V", "GetSetTransitionAlpha_FHandler")]' in the contract to '[RegisterAttribute("setTransitionAlpha", "(F)V", "GetSetTransitionAlpha_FHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.UniqueDrawingId.get()' changed from '[RegisterAttribute("getUniqueDrawingId", "()J", "GetGetUniqueDrawingIdHandler")]' in the contract to '[RegisterAttribute("getUniqueDrawingId", "()J", "GetGetUniqueDrawingIdHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.VerticalScrollbarThumbDrawable.get()' changed from '[RegisterAttribute("getVerticalScrollbarThumbDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetVerticalScrollbarThumbDrawableHandler")]' in the contract to '[RegisterAttribute("getVerticalScrollbarThumbDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetVerticalScrollbarThumbDrawableHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.VerticalScrollbarThumbDrawable.set(Android.Graphics.Drawables.Drawable)' changed from '[RegisterAttribute("setVerticalScrollbarThumbDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetVerticalScrollbarThumbDrawable_Landroid_graphics_drawable_Drawable_Handler")]' in the contract to '[RegisterAttribute("setVerticalScrollbarThumbDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetVerticalScrollbarThumbDrawable_Landroid_graphics_drawable_Drawable_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.VerticalScrollbarTrackDrawable.get()' changed from '[RegisterAttribute("getVerticalScrollbarTrackDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetVerticalScrollbarTrackDrawableHandler")]' in the contract to '[RegisterAttribute("getVerticalScrollbarTrackDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetVerticalScrollbarTrackDrawableHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.View.VerticalScrollbarTrackDrawable.set(Android.Graphics.Drawables.Drawable)' changed from '[RegisterAttribute("setVerticalScrollbarTrackDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetVerticalScrollbarTrackDrawable_Landroid_graphics_drawable_Drawable_Handler")]' in the contract to '[RegisterAttribute("setVerticalScrollbarTrackDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetVerticalScrollbarTrackDrawable_Landroid_graphics_drawable_Drawable_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.ViewConfiguration.AmbiguousGestureMultiplier.get()' changed from '[RegisterAttribute("getAmbiguousGestureMultiplier", "()F", "")]' in the contract to '[RegisterAttribute("getAmbiguousGestureMultiplier", "()F", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.ViewConfiguration.ScaledMinimumScalingSpan.get()' changed from '[RegisterAttribute("getScaledMinimumScalingSpan", "()I", "GetGetScaledMinimumScalingSpanHandler")]' in the contract to '[RegisterAttribute("getScaledMinimumScalingSpan", "()I", "GetGetScaledMinimumScalingSpanHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.ViewGroup.GetChildDrawingOrder(System.Int32)' changed from '[RegisterAttribute("getChildDrawingOrder", "(I)I", "")]' in the contract to '[RegisterAttribute("getChildDrawingOrder", "(I)I", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.ViewGroup.IsLayoutSuppressed.get()' changed from '[RegisterAttribute("isLayoutSuppressed", "()Z", "GetIsLayoutSuppressedHandler")]' in the contract to '[RegisterAttribute("isLayoutSuppressed", "()Z", "GetIsLayoutSuppressedHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.ViewGroup.SuppressLayout(System.Boolean)' changed from '[RegisterAttribute("suppressLayout", "(Z)V", "GetSuppressLayout_ZHandler")]' in the contract to '[RegisterAttribute("suppressLayout", "(Z)V", "GetSuppressLayout_ZHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.ViewTreeObserver.AddOnSystemGestureExclusionRectsChangedListener(Java.Util.Functions.IConsumer)' changed from '[RegisterAttribute("addOnSystemGestureExclusionRectsChangedListener", "(Ljava/util/function/Consumer;)V", "")]' in the contract to '[RegisterAttribute("addOnSystemGestureExclusionRectsChangedListener", "(Ljava/util/function/Consumer;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.ViewTreeObserver.RegisterFrameCommitCallback(Java.Lang.IRunnable)' changed from '[RegisterAttribute("registerFrameCommitCallback", "(Ljava/lang/Runnable;)V", "")]' in the contract to '[RegisterAttribute("registerFrameCommitCallback", "(Ljava/lang/Runnable;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.ViewTreeObserver.RemoveOnSystemGestureExclusionRectsChangedListener(Java.Util.Functions.IConsumer)' changed from '[RegisterAttribute("removeOnSystemGestureExclusionRectsChangedListener", "(Ljava/util/function/Consumer;)V", "")]' in the contract to '[RegisterAttribute("removeOnSystemGestureExclusionRectsChangedListener", "(Ljava/util/function/Consumer;)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.ViewTreeObserver.UnregisterFrameCommitCallback(Java.Lang.IRunnable)' changed from '[RegisterAttribute("unregisterFrameCommitCallback", "(Ljava/lang/Runnable;)Z", "")]' in the contract to '[RegisterAttribute("unregisterFrameCommitCallback", "(Ljava/lang/Runnable;)Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Window.NavigationBarContrastEnforced.get()' changed from '[RegisterAttribute("isNavigationBarContrastEnforced", "()Z", "GetIsNavigationBarContrastEnforcedHandler")]' in the contract to '[RegisterAttribute("isNavigationBarContrastEnforced", "()Z", "GetIsNavigationBarContrastEnforcedHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Window.NavigationBarContrastEnforced.set(System.Boolean)' changed from '[RegisterAttribute("setNavigationBarContrastEnforced", "(Z)V", "GetSetNavigationBarContrastEnforced_ZHandler")]' in the contract to '[RegisterAttribute("setNavigationBarContrastEnforced", "(Z)V", "GetSetNavigationBarContrastEnforced_ZHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Window.StatusBarContrastEnforced.get()' changed from '[RegisterAttribute("isStatusBarContrastEnforced", "()Z", "GetIsStatusBarContrastEnforcedHandler")]' in the contract to '[RegisterAttribute("isStatusBarContrastEnforced", "()Z", "GetIsStatusBarContrastEnforcedHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Window.StatusBarContrastEnforced.set(System.Boolean)' changed from '[RegisterAttribute("setStatusBarContrastEnforced", "(Z)V", "GetSetStatusBarContrastEnforced_ZHandler")]' in the contract to '[RegisterAttribute("setStatusBarContrastEnforced", "(Z)V", "GetSetStatusBarContrastEnforced_ZHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Window.SystemGestureExclusionRects.get()' changed from '[RegisterAttribute("getSystemGestureExclusionRects", "()Ljava/util/List;", "GetGetSystemGestureExclusionRectsHandler")]' in the contract to '[RegisterAttribute("getSystemGestureExclusionRects", "()Ljava/util/List;", "GetGetSystemGestureExclusionRectsHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Window.SystemGestureExclusionRects.set(System.Collections.Generic.IList)' changed from '[RegisterAttribute("setSystemGestureExclusionRects", "(Ljava/util/List;)V", "GetSetSystemGestureExclusionRects_Ljava_util_List_Handler")]' in the contract to '[RegisterAttribute("setSystemGestureExclusionRects", "(Ljava/util/List;)V", "GetSetSystemGestureExclusionRects_Ljava_util_List_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.WindowInsets.Inset(System.Int32, System.Int32, System.Int32, System.Int32)' changed from '[RegisterAttribute("inset", "(IIII)Landroid/view/WindowInsets;", "")]' in the contract to '[RegisterAttribute("inset", "(IIII)Landroid/view/WindowInsets;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.WindowInsets.MandatorySystemGestureInsets.get()' changed from '[RegisterAttribute("getMandatorySystemGestureInsets", "()Landroid/graphics/Insets;", "")]' in the contract to '[RegisterAttribute("getMandatorySystemGestureInsets", "()Landroid/graphics/Insets;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.WindowInsets.StableInsets.get()' changed from '[RegisterAttribute("getStableInsets", "()Landroid/graphics/Insets;", "")]' in the contract to '[RegisterAttribute("getStableInsets", "()Landroid/graphics/Insets;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.WindowInsets.SystemGestureInsets.get()' changed from '[RegisterAttribute("getSystemGestureInsets", "()Landroid/graphics/Insets;", "")]' in the contract to '[RegisterAttribute("getSystemGestureInsets", "()Landroid/graphics/Insets;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.WindowInsets.SystemWindowInsets.get()' changed from '[RegisterAttribute("getSystemWindowInsets", "()Landroid/graphics/Insets;", "")]' in the contract to '[RegisterAttribute("getSystemWindowInsets", "()Landroid/graphics/Insets;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.WindowInsets.TappableElementInsets.get()' changed from '[RegisterAttribute("getTappableElementInsets", "()Landroid/graphics/Insets;", "")]' in the contract to '[RegisterAttribute("getTappableElementInsets", "()Landroid/graphics/Insets;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.WindowInsets.Builder' changed from '[RegisterAttribute("android/view/WindowInsets$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/WindowInsets$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Accessibility.ContentMode Android.Views.Accessibility.AccessibilityManager.FlagContentControls' changed from '[RegisterAttribute("FLAG_CONTENT_CONTROLS")]' in the contract to '[RegisterAttribute("FLAG_CONTENT_CONTROLS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Accessibility.ContentMode Android.Views.Accessibility.AccessibilityManager.FlagContentIcons' changed from '[RegisterAttribute("FLAG_CONTENT_ICONS")]' in the contract to '[RegisterAttribute("FLAG_CONTENT_ICONS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Accessibility.ContentMode Android.Views.Accessibility.AccessibilityManager.FlagContentText' changed from '[RegisterAttribute("FLAG_CONTENT_TEXT")]' in the contract to '[RegisterAttribute("FLAG_CONTENT_TEXT", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Accessibility.AccessibilityManager.GetRecommendedTimeoutMillis(System.Int32, Android.Views.Accessibility.ContentMode)' changed from '[RegisterAttribute("getRecommendedTimeoutMillis", "(II)I", "")]' in the contract to '[RegisterAttribute("getRecommendedTimeoutMillis", "(II)I", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Accessibility.AccessibilityNodeInfo.GetTouchDelegateInfo()' changed from '[RegisterAttribute("getTouchDelegateInfo", "()Landroid/view/accessibility/AccessibilityNodeInfo$TouchDelegateInfo;", "GetGetTouchDelegateInfoHandler")]' in the contract to '[RegisterAttribute("getTouchDelegateInfo", "()Landroid/view/accessibility/AccessibilityNodeInfo$TouchDelegateInfo;", "GetGetTouchDelegateInfoHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Accessibility.AccessibilityNodeInfo.SetTouchDelegateInfo(Android.Views.Accessibility.AccessibilityNodeInfo.TouchDelegateInfo)' changed from '[RegisterAttribute("setTouchDelegateInfo", "(Landroid/view/accessibility/AccessibilityNodeInfo$TouchDelegateInfo;)V", "GetSetTouchDelegateInfo_Landroid_view_accessibility_AccessibilityNodeInfo_TouchDelegateInfo_Handler")]' in the contract to '[RegisterAttribute("setTouchDelegateInfo", "(Landroid/view/accessibility/AccessibilityNodeInfo$TouchDelegateInfo;)V", "GetSetTouchDelegateInfo_Landroid_view_accessibility_AccessibilityNodeInfo_TouchDelegateInfo_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Accessibility.AccessibilityNodeInfo.TextEntryKey.get()' changed from '[RegisterAttribute("isTextEntryKey", "()Z", "GetIsTextEntryKeyHandler")]' in the contract to '[RegisterAttribute("isTextEntryKey", "()Z", "GetIsTextEntryKeyHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Accessibility.AccessibilityNodeInfo.TextEntryKey.set(System.Boolean)' changed from '[RegisterAttribute("setTextEntryKey", "(Z)V", "GetSetTextEntryKey_ZHandler")]' in the contract to '[RegisterAttribute("setTextEntryKey", "(Z)V", "GetSetTextEntryKey_ZHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Accessibility.AccessibilityNodeInfo.AccessibilityAction.ActionPageDown' changed from '[RegisterAttribute("ACTION_PAGE_DOWN")]' in the contract to '[RegisterAttribute("ACTION_PAGE_DOWN", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Accessibility.AccessibilityNodeInfo.AccessibilityAction.ActionPageLeft' changed from '[RegisterAttribute("ACTION_PAGE_LEFT")]' in the contract to '[RegisterAttribute("ACTION_PAGE_LEFT", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Accessibility.AccessibilityNodeInfo.AccessibilityAction.ActionPageRight' changed from '[RegisterAttribute("ACTION_PAGE_RIGHT")]' in the contract to '[RegisterAttribute("ACTION_PAGE_RIGHT", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Accessibility.AccessibilityNodeInfo.AccessibilityAction.ActionPageUp' changed from '[RegisterAttribute("ACTION_PAGE_UP")]' in the contract to '[RegisterAttribute("ACTION_PAGE_UP", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Accessibility.AccessibilityNodeInfo.TouchDelegateInfo' changed from '[RegisterAttribute("android/view/accessibility/AccessibilityNodeInfo$TouchDelegateInfo", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/accessibility/AccessibilityNodeInfo$TouchDelegateInfo", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.ContentCaptures.ContentCaptureCondition' changed from '[RegisterAttribute("android/view/contentcapture/ContentCaptureCondition", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/contentcapture/ContentCaptureCondition", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.ContentCaptures.ContentCaptureContext' changed from '[RegisterAttribute("android/view/contentcapture/ContentCaptureContext", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/contentcapture/ContentCaptureContext", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.ContentCaptures.ContentCaptureContext.Builder' changed from '[RegisterAttribute("android/view/contentcapture/ContentCaptureContext$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/contentcapture/ContentCaptureContext$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.ContentCaptures.ContentCaptureManager' changed from '[RegisterAttribute("android/view/contentcapture/ContentCaptureManager", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/contentcapture/ContentCaptureManager", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.ContentCaptures.ContentCaptureSession' changed from '[RegisterAttribute("android/view/contentcapture/ContentCaptureSession", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/contentcapture/ContentCaptureSession", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.ContentCaptures.ContentCaptureSessionId' changed from '[RegisterAttribute("android/view/contentcapture/ContentCaptureSessionId", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/contentcapture/ContentCaptureSessionId", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.ContentCaptures.DataRemovalRequest' changed from '[RegisterAttribute("android/view/contentcapture/DataRemovalRequest", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/contentcapture/DataRemovalRequest", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.ContentCaptures.DataRemovalRequest.Builder' changed from '[RegisterAttribute("android/view/contentcapture/DataRemovalRequest$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/contentcapture/DataRemovalRequest$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.ContentCaptures.DataRemovalRequest.LocusIdRequest' changed from '[RegisterAttribute("android/view/contentcapture/DataRemovalRequest$LocusIdRequest", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/contentcapture/DataRemovalRequest$LocusIdRequest", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Inspectors.IInspectionCompanion' changed from '[RegisterAttribute("android/view/inspector/InspectionCompanion", "", "Android.Views.Inspectors.IInspectionCompanionInvoker")]' in the contract to '[RegisterAttribute("android/view/inspector/InspectionCompanion", "", "Android.Views.Inspectors.IInspectionCompanionInvoker", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Inspectors.IInspectionCompanionProvider' changed from '[RegisterAttribute("android/view/inspector/InspectionCompanionProvider", "", "Android.Views.Inspectors.IInspectionCompanionProviderInvoker")]' in the contract to '[RegisterAttribute("android/view/inspector/InspectionCompanionProvider", "", "Android.Views.Inspectors.IInspectionCompanionProviderInvoker", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Inspectors.InspectionCompanionUninitializedPropertyMapException' changed from '[RegisterAttribute("android/view/inspector/InspectionCompanion$UninitializedPropertyMapException", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/inspector/InspectionCompanion$UninitializedPropertyMapException", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Inspectors.IntFlagMapping' changed from '[RegisterAttribute("android/view/inspector/IntFlagMapping", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/inspector/IntFlagMapping", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Inspectors.IPropertyMapper' changed from '[RegisterAttribute("android/view/inspector/PropertyMapper", "", "Android.Views.Inspectors.IPropertyMapperInvoker")]' in the contract to '[RegisterAttribute("android/view/inspector/PropertyMapper", "", "Android.Views.Inspectors.IPropertyMapperInvoker", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Inspectors.IPropertyReader' changed from '[RegisterAttribute("android/view/inspector/PropertyReader", "", "Android.Views.Inspectors.IPropertyReaderInvoker")]' in the contract to '[RegisterAttribute("android/view/inspector/PropertyReader", "", "Android.Views.Inspectors.IPropertyReaderInvoker", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Inspectors.PropertyMapperPropertyConflictException' changed from '[RegisterAttribute("android/view/inspector/PropertyMapper$PropertyConflictException", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/inspector/PropertyMapper$PropertyConflictException", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Inspectors.PropertyReaderPropertyTypeMismatchException' changed from '[RegisterAttribute("android/view/inspector/PropertyReader$PropertyTypeMismatchException", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/inspector/PropertyReader$PropertyTypeMismatchException", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Inspectors.StaticInspectionCompanionProvider' changed from '[RegisterAttribute("android/view/inspector/StaticInspectionCompanionProvider", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/inspector/StaticInspectionCompanionProvider", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.Inspectors.WindowInspector' changed from '[RegisterAttribute("android/view/inspector/WindowInspector", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/inspector/WindowInspector", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.ConversationAction' changed from '[RegisterAttribute("android/view/textclassifier/ConversationAction", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/textclassifier/ConversationAction", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.ConversationAction.Builder' changed from '[RegisterAttribute("android/view/textclassifier/ConversationAction$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/textclassifier/ConversationAction$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.ConversationActions' changed from '[RegisterAttribute("android/view/textclassifier/ConversationActions", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/textclassifier/ConversationActions", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.ConversationActions.Message' changed from '[RegisterAttribute("android/view/textclassifier/ConversationActions$Message", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/textclassifier/ConversationActions$Message", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.ConversationActions.Message.Builder' changed from '[RegisterAttribute("android/view/textclassifier/ConversationActions$Message$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/textclassifier/ConversationActions$Message$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.ConversationActions.Request' changed from '[RegisterAttribute("android/view/textclassifier/ConversationActions$Request", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/textclassifier/ConversationActions$Request", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.ConversationActions.Request.Builder' changed from '[RegisterAttribute("android/view/textclassifier/ConversationActions$Request$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/textclassifier/ConversationActions$Request$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextClassification.Extras.get()' changed from '[RegisterAttribute("getExtras", "()Landroid/os/Bundle;", "")]' in the contract to '[RegisterAttribute("getExtras", "()Landroid/os/Bundle;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextClassification.Builder.SetExtras(Android.OS.Bundle)' changed from '[RegisterAttribute("setExtras", "(Landroid/os/Bundle;)Landroid/view/textclassifier/TextClassification$Builder;", "")]' in the contract to '[RegisterAttribute("setExtras", "(Landroid/os/Bundle;)Landroid/view/textclassifier/TextClassification$Builder;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextClassification.Request.CallingPackageName.get()' changed from '[RegisterAttribute("getCallingPackageName", "()Ljava/lang/String;", "")]' in the contract to '[RegisterAttribute("getCallingPackageName", "()Ljava/lang/String;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextClassification.Request.Extras.get()' changed from '[RegisterAttribute("getExtras", "()Landroid/os/Bundle;", "")]' in the contract to '[RegisterAttribute("getExtras", "()Landroid/os/Bundle;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextClassification.Request.Builder.SetExtras(Android.OS.Bundle)' changed from '[RegisterAttribute("setExtras", "(Landroid/os/Bundle;)Landroid/view/textclassifier/TextClassification$Request$Builder;", "")]' in the contract to '[RegisterAttribute("setExtras", "(Landroid/os/Bundle;)Landroid/view/textclassifier/TextClassification$Request$Builder;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Views.TextClassifiers.TextClassifier.ExtraFromTextClassifier' changed from '[RegisterAttribute("EXTRA_FROM_TEXT_CLASSIFIER")]' in the contract to '[RegisterAttribute("EXTRA_FROM_TEXT_CLASSIFIER", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Views.TextClassifiers.TextClassifier.WidgetTypeNotification' changed from '[RegisterAttribute("WIDGET_TYPE_NOTIFICATION")]' in the contract to '[RegisterAttribute("WIDGET_TYPE_NOTIFICATION", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextClassifierEntityConfig.ShouldIncludeTypesFromTextClassifier()' changed from '[RegisterAttribute("shouldIncludeTypesFromTextClassifier", "()Z", "")]' in the contract to '[RegisterAttribute("shouldIncludeTypesFromTextClassifier", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextClassifierEntityConfig.Builder' changed from '[RegisterAttribute("android/view/textclassifier/TextClassifier$EntityConfig$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/textclassifier/TextClassifier$EntityConfig$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextClassifierEvent' changed from '[RegisterAttribute("android/view/textclassifier/TextClassifierEvent", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/textclassifier/TextClassifierEvent", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextClassifierEvent.Builder' changed from '[RegisterAttribute("android/view/textclassifier/TextClassifierEvent$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/textclassifier/TextClassifierEvent$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextClassifierEvent.ConversationActionsEvent' changed from '[RegisterAttribute("android/view/textclassifier/TextClassifierEvent$ConversationActionsEvent", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/textclassifier/TextClassifierEvent$ConversationActionsEvent", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextClassifierEvent.ConversationActionsEvent.Builder' changed from '[RegisterAttribute("android/view/textclassifier/TextClassifierEvent$ConversationActionsEvent$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/textclassifier/TextClassifierEvent$ConversationActionsEvent$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextClassifierEvent.LanguageDetectionEvent' changed from '[RegisterAttribute("android/view/textclassifier/TextClassifierEvent$LanguageDetectionEvent", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/textclassifier/TextClassifierEvent$LanguageDetectionEvent", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextClassifierEvent.LanguageDetectionEvent.Builder' changed from '[RegisterAttribute("android/view/textclassifier/TextClassifierEvent$LanguageDetectionEvent$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/textclassifier/TextClassifierEvent$LanguageDetectionEvent$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextClassifierEvent.TextLinkifyEvent' changed from '[RegisterAttribute("android/view/textclassifier/TextClassifierEvent$TextLinkifyEvent", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/textclassifier/TextClassifierEvent$TextLinkifyEvent", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextClassifierEvent.TextLinkifyEvent.Builder' changed from '[RegisterAttribute("android/view/textclassifier/TextClassifierEvent$TextLinkifyEvent$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/textclassifier/TextClassifierEvent$TextLinkifyEvent$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextClassifierEvent.TextSelectionEvent' changed from '[RegisterAttribute("android/view/textclassifier/TextClassifierEvent$TextSelectionEvent", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/textclassifier/TextClassifierEvent$TextSelectionEvent", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextClassifierEvent.TextSelectionEvent.Builder' changed from '[RegisterAttribute("android/view/textclassifier/TextClassifierEvent$TextSelectionEvent$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/textclassifier/TextClassifierEvent$TextSelectionEvent$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextLanguage' changed from '[RegisterAttribute("android/view/textclassifier/TextLanguage", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/textclassifier/TextLanguage", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextLanguage.Builder' changed from '[RegisterAttribute("android/view/textclassifier/TextLanguage$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/textclassifier/TextLanguage$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextLanguage.Request' changed from '[RegisterAttribute("android/view/textclassifier/TextLanguage$Request", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/textclassifier/TextLanguage$Request", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextLanguage.Request.Builder' changed from '[RegisterAttribute("android/view/textclassifier/TextLanguage$Request$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/view/textclassifier/TextLanguage$Request$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.ApplyStatusCode Android.Views.TextClassifiers.TextLinks.StatusUnsupportedCharacter' changed from '[RegisterAttribute("STATUS_UNSUPPORTED_CHARACTER")]' in the contract to '[RegisterAttribute("STATUS_UNSUPPORTED_CHARACTER", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextLinks.Extras.get()' changed from '[RegisterAttribute("getExtras", "()Landroid/os/Bundle;", "")]' in the contract to '[RegisterAttribute("getExtras", "()Landroid/os/Bundle;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextLinks.Builder.AddLink(System.Int32, System.Int32, System.Collections.Generic.IDictionary, Android.OS.Bundle)' changed from '[RegisterAttribute("addLink", "(IILjava/util/Map;Landroid/os/Bundle;)Landroid/view/textclassifier/TextLinks$Builder;", "")]' in the contract to '[RegisterAttribute("addLink", "(IILjava/util/Map;Landroid/os/Bundle;)Landroid/view/textclassifier/TextLinks$Builder;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextLinks.Builder.SetExtras(Android.OS.Bundle)' changed from '[RegisterAttribute("setExtras", "(Landroid/os/Bundle;)Landroid/view/textclassifier/TextLinks$Builder;", "")]' in the contract to '[RegisterAttribute("setExtras", "(Landroid/os/Bundle;)Landroid/view/textclassifier/TextLinks$Builder;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextLinks.Request.CallingPackageName.get()' changed from '[RegisterAttribute("getCallingPackageName", "()Ljava/lang/String;", "")]' in the contract to '[RegisterAttribute("getCallingPackageName", "()Ljava/lang/String;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextLinks.Request.Extras.get()' changed from '[RegisterAttribute("getExtras", "()Landroid/os/Bundle;", "")]' in the contract to '[RegisterAttribute("getExtras", "()Landroid/os/Bundle;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextLinks.Request.Builder.SetExtras(Android.OS.Bundle)' changed from '[RegisterAttribute("setExtras", "(Landroid/os/Bundle;)Landroid/view/textclassifier/TextLinks$Request$Builder;", "")]' in the contract to '[RegisterAttribute("setExtras", "(Landroid/os/Bundle;)Landroid/view/textclassifier/TextLinks$Request$Builder;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextLinks.TextLink.Extras.get()' changed from '[RegisterAttribute("getExtras", "()Landroid/os/Bundle;", "")]' in the contract to '[RegisterAttribute("getExtras", "()Landroid/os/Bundle;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextSelection.Extras.get()' changed from '[RegisterAttribute("getExtras", "()Landroid/os/Bundle;", "")]' in the contract to '[RegisterAttribute("getExtras", "()Landroid/os/Bundle;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextSelection.Builder.SetExtras(Android.OS.Bundle)' changed from '[RegisterAttribute("setExtras", "(Landroid/os/Bundle;)Landroid/view/textclassifier/TextSelection$Builder;", "")]' in the contract to '[RegisterAttribute("setExtras", "(Landroid/os/Bundle;)Landroid/view/textclassifier/TextSelection$Builder;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextSelection.Request.CallingPackageName.get()' changed from '[RegisterAttribute("getCallingPackageName", "()Ljava/lang/String;", "")]' in the contract to '[RegisterAttribute("getCallingPackageName", "()Ljava/lang/String;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextSelection.Request.Extras.get()' changed from '[RegisterAttribute("getExtras", "()Landroid/os/Bundle;", "")]' in the contract to '[RegisterAttribute("getExtras", "()Landroid/os/Bundle;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Views.TextClassifiers.TextSelection.Request.Builder.SetExtras(Android.OS.Bundle)' changed from '[RegisterAttribute("setExtras", "(Landroid/os/Bundle;)Landroid/view/textclassifier/TextSelection$Request$Builder;", "")]' in the contract to '[RegisterAttribute("setExtras", "(Landroid/os/Bundle;)Landroid/view/textclassifier/TextSelection$Request$Builder;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.ForceDarkMode Android.Webkit.WebSettings.ForceDarkAuto' changed from '[RegisterAttribute("FORCE_DARK_AUTO")]' in the contract to '[RegisterAttribute("FORCE_DARK_AUTO", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.ForceDarkMode Android.Webkit.WebSettings.ForceDarkOff' changed from '[RegisterAttribute("FORCE_DARK_OFF")]' in the contract to '[RegisterAttribute("FORCE_DARK_OFF", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.ForceDarkMode Android.Webkit.WebSettings.ForceDarkOn' changed from '[RegisterAttribute("FORCE_DARK_ON")]' in the contract to '[RegisterAttribute("FORCE_DARK_ON", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.WebSettings.ForceDark.get()' changed from '[RegisterAttribute("getForceDark", "()I", "GetGetForceDarkHandler")]' in the contract to '[RegisterAttribute("getForceDark", "()I", "GetGetForceDarkHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.WebSettings.ForceDark.set(Android.Webkit.ForceDarkMode)' changed from '[RegisterAttribute("setForceDark", "(I)V", "GetSetForceDark_IHandler")]' in the contract to '[RegisterAttribute("setForceDark", "(I)V", "GetSetForceDark_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.WebView.SetWebViewRenderProcessClient(Java.Util.Concurrent.IExecutor, Android.Webkit.WebViewRenderProcessClient)' changed from '[RegisterAttribute("setWebViewRenderProcessClient", "(Ljava/util/concurrent/Executor;Landroid/webkit/WebViewRenderProcessClient;)V", "GetSetWebViewRenderProcessClient_Ljava_util_concurrent_Executor_Landroid_webkit_WebViewRenderProcessClient_Handler")]' in the contract to '[RegisterAttribute("setWebViewRenderProcessClient", "(Ljava/util/concurrent/Executor;Landroid/webkit/WebViewRenderProcessClient;)V", "GetSetWebViewRenderProcessClient_Ljava_util_concurrent_Executor_Landroid_webkit_WebViewRenderProcessClient_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.WebView.WebViewRenderProcess.get()' changed from '[RegisterAttribute("getWebViewRenderProcess", "()Landroid/webkit/WebViewRenderProcess;", "GetGetWebViewRenderProcessHandler")]' in the contract to '[RegisterAttribute("getWebViewRenderProcess", "()Landroid/webkit/WebViewRenderProcess;", "GetGetWebViewRenderProcessHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.WebView.WebViewRenderProcessClient.get()' changed from '[RegisterAttribute("getWebViewRenderProcessClient", "()Landroid/webkit/WebViewRenderProcessClient;", "GetGetWebViewRenderProcessClientHandler")]' in the contract to '[RegisterAttribute("getWebViewRenderProcessClient", "()Landroid/webkit/WebViewRenderProcessClient;", "GetGetWebViewRenderProcessClientHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.WebView.WebViewRenderProcessClient.set(Android.Webkit.WebViewRenderProcessClient)' changed from '[RegisterAttribute("setWebViewRenderProcessClient", "(Landroid/webkit/WebViewRenderProcessClient;)V", "GetSetWebViewRenderProcessClient_Landroid_webkit_WebViewRenderProcessClient_Handler")]' in the contract to '[RegisterAttribute("setWebViewRenderProcessClient", "(Landroid/webkit/WebViewRenderProcessClient;)V", "GetSetWebViewRenderProcessClient_Landroid_webkit_WebViewRenderProcessClient_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.WebViewRenderProcess' changed from '[RegisterAttribute("android/webkit/WebViewRenderProcess", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/webkit/WebViewRenderProcess", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Webkit.WebViewRenderProcessClient' changed from '[RegisterAttribute("android/webkit/WebViewRenderProcessClient", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/webkit/WebViewRenderProcessClient", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.AbsListView.BottomEdgeEffectColor.get()' changed from '[RegisterAttribute("getBottomEdgeEffectColor", "()I", "GetGetBottomEdgeEffectColorHandler")]' in the contract to '[RegisterAttribute("getBottomEdgeEffectColor", "()I", "GetGetBottomEdgeEffectColorHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.AbsListView.IsDrawSelectorOnTop.get()' changed from '[RegisterAttribute("isDrawSelectorOnTop", "()Z", "GetIsDrawSelectorOnTopHandler")]' in the contract to '[RegisterAttribute("isDrawSelectorOnTop", "()Z", "GetIsDrawSelectorOnTopHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.AbsListView.SetBottomEdgeEffectColor(Android.Graphics.Color)' changed from '[RegisterAttribute("setBottomEdgeEffectColor", "(I)V", "GetSetBottomEdgeEffectColor_IHandler")]' in the contract to '[RegisterAttribute("setBottomEdgeEffectColor", "(I)V", "GetSetBottomEdgeEffectColor_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.AbsListView.SetEdgeEffectColor(Android.Graphics.Color)' changed from '[RegisterAttribute("setEdgeEffectColor", "(I)V", "GetSetEdgeEffectColor_IHandler")]' in the contract to '[RegisterAttribute("setEdgeEffectColor", "(I)V", "GetSetEdgeEffectColor_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.AbsListView.SetTopEdgeEffectColor(Android.Graphics.Color)' changed from '[RegisterAttribute("setTopEdgeEffectColor", "(I)V", "GetSetTopEdgeEffectColor_IHandler")]' in the contract to '[RegisterAttribute("setTopEdgeEffectColor", "(I)V", "GetSetTopEdgeEffectColor_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.AbsListView.TopEdgeEffectColor.get()' changed from '[RegisterAttribute("getTopEdgeEffectColor", "()I", "GetGetTopEdgeEffectColorHandler")]' in the contract to '[RegisterAttribute("getTopEdgeEffectColor", "()I", "GetGetTopEdgeEffectColorHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.AbsSeekBar.ThumbTintBlendMode.get()' changed from '[RegisterAttribute("getThumbTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetThumbTintBlendModeHandler")]' in the contract to '[RegisterAttribute("getThumbTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetThumbTintBlendModeHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.AbsSeekBar.ThumbTintBlendMode.set(Android.Graphics.BlendMode)' changed from '[RegisterAttribute("setThumbTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetThumbTintBlendMode_Landroid_graphics_BlendMode_Handler")]' in the contract to '[RegisterAttribute("setThumbTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetThumbTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.AbsSeekBar.TickMarkTintBlendMode.get()' changed from '[RegisterAttribute("getTickMarkTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetTickMarkTintBlendModeHandler")]' in the contract to '[RegisterAttribute("getTickMarkTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetTickMarkTintBlendModeHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.AbsSeekBar.TickMarkTintBlendMode.set(Android.Graphics.BlendMode)' changed from '[RegisterAttribute("setTickMarkTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetTickMarkTintBlendMode_Landroid_graphics_BlendMode_Handler")]' in the contract to '[RegisterAttribute("setTickMarkTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetTickMarkTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.AutoCompleteTextView.InputMethodMode.get()' changed from '[RegisterAttribute("getInputMethodMode", "()I", "GetGetInputMethodModeHandler")]' in the contract to '[RegisterAttribute("getInputMethodMode", "()I", "GetGetInputMethodModeHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.AutoCompleteTextView.InputMethodMode.set(Android.Widget.ListPopupWindowInputMethodMode)' changed from '[RegisterAttribute("setInputMethodMode", "(I)V", "GetSetInputMethodMode_IHandler")]' in the contract to '[RegisterAttribute("setInputMethodMode", "(I)V", "GetSetInputMethodMode_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.AutoCompleteTextView.RefreshAutoCompleteResults()' changed from '[RegisterAttribute("refreshAutoCompleteResults", "()V", "")]' in the contract to '[RegisterAttribute("refreshAutoCompleteResults", "()V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.CheckedTextView.CheckMarkTintBlendMode.get()' changed from '[RegisterAttribute("getCheckMarkTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetCheckMarkTintBlendModeHandler")]' in the contract to '[RegisterAttribute("getCheckMarkTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetCheckMarkTintBlendModeHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.CheckedTextView.CheckMarkTintBlendMode.set(Android.Graphics.BlendMode)' changed from '[RegisterAttribute("setCheckMarkTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetCheckMarkTintBlendMode_Landroid_graphics_BlendMode_Handler")]' in the contract to '[RegisterAttribute("setCheckMarkTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetCheckMarkTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.CompoundButton.ButtonTintBlendMode.get()' changed from '[RegisterAttribute("getButtonTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetButtonTintBlendModeHandler")]' in the contract to '[RegisterAttribute("getButtonTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetButtonTintBlendModeHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.CompoundButton.ButtonTintBlendMode.set(Android.Graphics.BlendMode)' changed from '[RegisterAttribute("setButtonTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetButtonTintBlendMode_Landroid_graphics_BlendMode_Handler")]' in the contract to '[RegisterAttribute("setButtonTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetButtonTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.EdgeEffect.DefaultBlendMode' changed from '[RegisterAttribute("DEFAULT_BLEND_MODE")]' in the contract to '[RegisterAttribute("DEFAULT_BLEND_MODE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.EdgeEffect.BlendMode.get()' changed from '[RegisterAttribute("getBlendMode", "()Landroid/graphics/BlendMode;", "GetGetBlendModeHandler")]' in the contract to '[RegisterAttribute("getBlendMode", "()Landroid/graphics/BlendMode;", "GetGetBlendModeHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.EdgeEffect.BlendMode.set(Android.Graphics.BlendMode)' changed from '[RegisterAttribute("setBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetBlendMode_Landroid_graphics_BlendMode_Handler")]' in the contract to '[RegisterAttribute("setBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.HorizontalScrollView.LeftEdgeEffectColor.get()' changed from '[RegisterAttribute("getLeftEdgeEffectColor", "()I", "GetGetLeftEdgeEffectColorHandler")]' in the contract to '[RegisterAttribute("getLeftEdgeEffectColor", "()I", "GetGetLeftEdgeEffectColorHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.HorizontalScrollView.RightEdgeEffectColor.get()' changed from '[RegisterAttribute("getRightEdgeEffectColor", "()I", "GetGetRightEdgeEffectColorHandler")]' in the contract to '[RegisterAttribute("getRightEdgeEffectColor", "()I", "GetGetRightEdgeEffectColorHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.HorizontalScrollView.SetEdgeEffectColor(Android.Graphics.Color)' changed from '[RegisterAttribute("setEdgeEffectColor", "(I)V", "GetSetEdgeEffectColor_IHandler")]' in the contract to '[RegisterAttribute("setEdgeEffectColor", "(I)V", "GetSetEdgeEffectColor_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.HorizontalScrollView.SetLeftEdgeEffectColor(Android.Graphics.Color)' changed from '[RegisterAttribute("setLeftEdgeEffectColor", "(I)V", "GetSetLeftEdgeEffectColor_IHandler")]' in the contract to '[RegisterAttribute("setLeftEdgeEffectColor", "(I)V", "GetSetLeftEdgeEffectColor_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.HorizontalScrollView.SetRightEdgeEffectColor(Android.Graphics.Color)' changed from '[RegisterAttribute("setRightEdgeEffectColor", "(I)V", "GetSetRightEdgeEffectColor_IHandler")]' in the contract to '[RegisterAttribute("setRightEdgeEffectColor", "(I)V", "GetSetRightEdgeEffectColor_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ImageView.AnimateTransform(Android.Graphics.Matrix)' changed from '[RegisterAttribute("animateTransform", "(Landroid/graphics/Matrix;)V", "GetAnimateTransform_Landroid_graphics_Matrix_Handler")]' in the contract to '[RegisterAttribute("animateTransform", "(Landroid/graphics/Matrix;)V", "GetAnimateTransform_Landroid_graphics_Matrix_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ImageView.ImageTintBlendMode.get()' changed from '[RegisterAttribute("getImageTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetImageTintBlendModeHandler")]' in the contract to '[RegisterAttribute("getImageTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetImageTintBlendModeHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ImageView.ImageTintBlendMode.set(Android.Graphics.BlendMode)' changed from '[RegisterAttribute("setImageTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetImageTintBlendMode_Landroid_graphics_BlendMode_Handler")]' in the contract to '[RegisterAttribute("setImageTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetImageTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ListPopupWindow.EpicenterBounds.get()' changed from '[RegisterAttribute("getEpicenterBounds", "()Landroid/graphics/Rect;", "GetGetEpicenterBoundsHandler")]' in the contract to '[RegisterAttribute("getEpicenterBounds", "()Landroid/graphics/Rect;", "GetGetEpicenterBoundsHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ListPopupWindow.EpicenterBounds.set(Android.Graphics.Rect)' changed from '[RegisterAttribute("setEpicenterBounds", "(Landroid/graphics/Rect;)V", "GetSetEpicenterBounds_Landroid_graphics_Rect_Handler")]' in the contract to '[RegisterAttribute("setEpicenterBounds", "(Landroid/graphics/Rect;)V", "GetSetEpicenterBounds_Landroid_graphics_Rect_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Widget.Magnifier.SourceBoundMaxInSurface' changed from '[RegisterAttribute("SOURCE_BOUND_MAX_IN_SURFACE")]' in the contract to '[RegisterAttribute("SOURCE_BOUND_MAX_IN_SURFACE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.Int32 Android.Widget.Magnifier.SourceBoundMaxVisible' changed from '[RegisterAttribute("SOURCE_BOUND_MAX_VISIBLE")]' in the contract to '[RegisterAttribute("SOURCE_BOUND_MAX_VISIBLE", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.Magnifier.CornerRadius.get()' changed from '[RegisterAttribute("getCornerRadius", "()F", "")]' in the contract to '[RegisterAttribute("getCornerRadius", "()F", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.Magnifier.DefaultHorizontalSourceToMagnifierOffset.get()' changed from '[RegisterAttribute("getDefaultHorizontalSourceToMagnifierOffset", "()I", "")]' in the contract to '[RegisterAttribute("getDefaultHorizontalSourceToMagnifierOffset", "()I", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.Magnifier.DefaultVerticalSourceToMagnifierOffset.get()' changed from '[RegisterAttribute("getDefaultVerticalSourceToMagnifierOffset", "()I", "")]' in the contract to '[RegisterAttribute("getDefaultVerticalSourceToMagnifierOffset", "()I", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.Magnifier.Elevation.get()' changed from '[RegisterAttribute("getElevation", "()F", "")]' in the contract to '[RegisterAttribute("getElevation", "()F", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.Magnifier.IsClippingEnabled.get()' changed from '[RegisterAttribute("isClippingEnabled", "()Z", "")]' in the contract to '[RegisterAttribute("isClippingEnabled", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.Magnifier.Overlay.get()' changed from '[RegisterAttribute("getOverlay", "()Landroid/graphics/drawable/Drawable;", "")]' in the contract to '[RegisterAttribute("getOverlay", "()Landroid/graphics/drawable/Drawable;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.Magnifier.Position.get()' changed from '[RegisterAttribute("getPosition", "()Landroid/graphics/Point;", "")]' in the contract to '[RegisterAttribute("getPosition", "()Landroid/graphics/Point;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.Magnifier.Show(System.Single, System.Single, System.Single, System.Single)' changed from '[RegisterAttribute("show", "(FFFF)V", "")]' in the contract to '[RegisterAttribute("show", "(FFFF)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.Magnifier.SourceHeight.get()' changed from '[RegisterAttribute("getSourceHeight", "()I", "")]' in the contract to '[RegisterAttribute("getSourceHeight", "()I", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.Magnifier.SourcePosition.get()' changed from '[RegisterAttribute("getSourcePosition", "()Landroid/graphics/Point;", "")]' in the contract to '[RegisterAttribute("getSourcePosition", "()Landroid/graphics/Point;", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.Magnifier.SourceWidth.get()' changed from '[RegisterAttribute("getSourceWidth", "()I", "")]' in the contract to '[RegisterAttribute("getSourceWidth", "()I", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.Magnifier.Zoom.set(System.Single)' changed from '[RegisterAttribute("setZoom", "(F)V", "")]' in the contract to '[RegisterAttribute("setZoom", "(F)V", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.Magnifier.Builder' changed from '[RegisterAttribute("android/widget/Magnifier$Builder", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/widget/Magnifier$Builder", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.NumberPicker.SelectionDividerHeight.get()' changed from '[RegisterAttribute("getSelectionDividerHeight", "()I", "GetGetSelectionDividerHeightHandler")]' in the contract to '[RegisterAttribute("getSelectionDividerHeight", "()I", "GetGetSelectionDividerHeightHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.NumberPicker.SelectionDividerHeight.set(System.Int32)' changed from '[RegisterAttribute("setSelectionDividerHeight", "(I)V", "GetSetSelectionDividerHeight_IHandler")]' in the contract to '[RegisterAttribute("setSelectionDividerHeight", "(I)V", "GetSetSelectionDividerHeight_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.NumberPicker.SetTextColor(Android.Graphics.Color)' changed from '[RegisterAttribute("setTextColor", "(I)V", "GetSetTextColor_IHandler")]' in the contract to '[RegisterAttribute("setTextColor", "(I)V", "GetSetTextColor_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.NumberPicker.TextColor.get()' changed from '[RegisterAttribute("getTextColor", "()I", "GetGetTextColorHandler")]' in the contract to '[RegisterAttribute("getTextColor", "()I", "GetGetTextColorHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.NumberPicker.TextSize.get()' changed from '[RegisterAttribute("getTextSize", "()F", "GetGetTextSizeHandler")]' in the contract to '[RegisterAttribute("getTextSize", "()F", "GetGetTextSizeHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.NumberPicker.TextSize.set(System.Single)' changed from '[RegisterAttribute("setTextSize", "(F)V", "GetSetTextSize_FHandler")]' in the contract to '[RegisterAttribute("setTextSize", "(F)V", "GetSetTextSize_FHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.PopupMenu.SetForceShowIcon(System.Boolean)' changed from '[RegisterAttribute("setForceShowIcon", "(Z)V", "GetSetForceShowIcon_ZHandler")]' in the contract to '[RegisterAttribute("setForceShowIcon", "(Z)V", "GetSetForceShowIcon_ZHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.PopupWindow.EpicenterBounds.get()' changed from '[RegisterAttribute("getEpicenterBounds", "()Landroid/graphics/Rect;", "GetGetEpicenterBoundsHandler")]' in the contract to '[RegisterAttribute("getEpicenterBounds", "()Landroid/graphics/Rect;", "GetGetEpicenterBoundsHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.PopupWindow.EpicenterBounds.set(Android.Graphics.Rect)' changed from '[RegisterAttribute("setEpicenterBounds", "(Landroid/graphics/Rect;)V", "GetSetEpicenterBounds_Landroid_graphics_Rect_Handler")]' in the contract to '[RegisterAttribute("setEpicenterBounds", "(Landroid/graphics/Rect;)V", "GetSetEpicenterBounds_Landroid_graphics_Rect_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.PopupWindow.IsClippedToScreen.get()' changed from '[RegisterAttribute("isClippedToScreen", "()Z", "GetIsClippedToScreenHandler")]' in the contract to '[RegisterAttribute("isClippedToScreen", "()Z", "GetIsClippedToScreenHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.PopupWindow.IsClippedToScreen.set(System.Boolean)' changed from '[RegisterAttribute("setIsClippedToScreen", "(Z)V", "GetSetIsClippedToScreen_ZHandler")]' in the contract to '[RegisterAttribute("setIsClippedToScreen", "(Z)V", "GetSetIsClippedToScreen_ZHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.PopupWindow.IsLaidOutInScreen.get()' changed from '[RegisterAttribute("isLaidOutInScreen", "()Z", "GetIsLaidOutInScreenHandler")]' in the contract to '[RegisterAttribute("isLaidOutInScreen", "()Z", "GetIsLaidOutInScreenHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.PopupWindow.IsLaidOutInScreen.set(System.Boolean)' changed from '[RegisterAttribute("setIsLaidOutInScreen", "(Z)V", "GetSetIsLaidOutInScreen_ZHandler")]' in the contract to '[RegisterAttribute("setIsLaidOutInScreen", "(Z)V", "GetSetIsLaidOutInScreen_ZHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.PopupWindow.TouchModal.get()' changed from '[RegisterAttribute("isTouchModal", "()Z", "GetIsTouchModalHandler")]' in the contract to '[RegisterAttribute("isTouchModal", "()Z", "GetIsTouchModalHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.PopupWindow.TouchModal.set(System.Boolean)' changed from '[RegisterAttribute("setTouchModal", "(Z)V", "GetSetTouchModal_ZHandler")]' in the contract to '[RegisterAttribute("setTouchModal", "(Z)V", "GetSetTouchModal_ZHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ProgressBar.CurrentDrawable.get()' changed from '[RegisterAttribute("getCurrentDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetCurrentDrawableHandler")]' in the contract to '[RegisterAttribute("getCurrentDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetCurrentDrawableHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ProgressBar.IndeterminateTintBlendMode.get()' changed from '[RegisterAttribute("getIndeterminateTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetIndeterminateTintBlendModeHandler")]' in the contract to '[RegisterAttribute("getIndeterminateTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetIndeterminateTintBlendModeHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ProgressBar.IndeterminateTintBlendMode.set(Android.Graphics.BlendMode)' changed from '[RegisterAttribute("setIndeterminateTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetIndeterminateTintBlendMode_Landroid_graphics_BlendMode_Handler")]' in the contract to '[RegisterAttribute("setIndeterminateTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetIndeterminateTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ProgressBar.MaxHeight.get()' changed from '[RegisterAttribute("getMaxHeight", "()I", "GetGetMaxHeightHandler")]' in the contract to '[RegisterAttribute("getMaxHeight", "()I", "GetGetMaxHeightHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ProgressBar.MaxHeight.set(System.Int32)' changed from '[RegisterAttribute("setMaxHeight", "(I)V", "GetSetMaxHeight_IHandler")]' in the contract to '[RegisterAttribute("setMaxHeight", "(I)V", "GetSetMaxHeight_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ProgressBar.MaxWidth.get()' changed from '[RegisterAttribute("getMaxWidth", "()I", "GetGetMaxWidthHandler")]' in the contract to '[RegisterAttribute("getMaxWidth", "()I", "GetGetMaxWidthHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ProgressBar.MaxWidth.set(System.Int32)' changed from '[RegisterAttribute("setMaxWidth", "(I)V", "GetSetMaxWidth_IHandler")]' in the contract to '[RegisterAttribute("setMaxWidth", "(I)V", "GetSetMaxWidth_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ProgressBar.MinHeight.get()' changed from '[RegisterAttribute("getMinHeight", "()I", "GetGetMinHeightHandler")]' in the contract to '[RegisterAttribute("getMinHeight", "()I", "GetGetMinHeightHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ProgressBar.MinHeight.set(System.Int32)' changed from '[RegisterAttribute("setMinHeight", "(I)V", "GetSetMinHeight_IHandler")]' in the contract to '[RegisterAttribute("setMinHeight", "(I)V", "GetSetMinHeight_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ProgressBar.MinWidth.get()' changed from '[RegisterAttribute("getMinWidth", "()I", "GetGetMinWidthHandler")]' in the contract to '[RegisterAttribute("getMinWidth", "()I", "GetGetMinWidthHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ProgressBar.MinWidth.set(System.Int32)' changed from '[RegisterAttribute("setMinWidth", "(I)V", "GetSetMinWidth_IHandler")]' in the contract to '[RegisterAttribute("setMinWidth", "(I)V", "GetSetMinWidth_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ProgressBar.ProgressBackgroundTintBlendMode.get()' changed from '[RegisterAttribute("getProgressBackgroundTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetProgressBackgroundTintBlendModeHandler")]' in the contract to '[RegisterAttribute("getProgressBackgroundTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetProgressBackgroundTintBlendModeHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ProgressBar.ProgressBackgroundTintBlendMode.set(Android.Graphics.BlendMode)' changed from '[RegisterAttribute("setProgressBackgroundTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetProgressBackgroundTintBlendMode_Landroid_graphics_BlendMode_Handler")]' in the contract to '[RegisterAttribute("setProgressBackgroundTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetProgressBackgroundTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ProgressBar.ProgressTintBlendMode.get()' changed from '[RegisterAttribute("getProgressTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetProgressTintBlendModeHandler")]' in the contract to '[RegisterAttribute("getProgressTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetProgressTintBlendModeHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ProgressBar.ProgressTintBlendMode.set(Android.Graphics.BlendMode)' changed from '[RegisterAttribute("setProgressTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetProgressTintBlendMode_Landroid_graphics_BlendMode_Handler")]' in the contract to '[RegisterAttribute("setProgressTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetProgressTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ProgressBar.SecondaryProgressTintBlendMode.get()' changed from '[RegisterAttribute("getSecondaryProgressTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetSecondaryProgressTintBlendModeHandler")]' in the contract to '[RegisterAttribute("getSecondaryProgressTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetSecondaryProgressTintBlendModeHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ProgressBar.SecondaryProgressTintBlendMode.set(Android.Graphics.BlendMode)' changed from '[RegisterAttribute("setSecondaryProgressTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetSecondaryProgressTintBlendMode_Landroid_graphics_BlendMode_Handler")]' in the contract to '[RegisterAttribute("setSecondaryProgressTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetSecondaryProgressTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.RelativeLayout.IgnoreGravity.get()' changed from '[RegisterAttribute("getIgnoreGravity", "()I", "GetGetIgnoreGravityHandler")]' in the contract to '[RegisterAttribute("getIgnoreGravity", "()I", "GetGetIgnoreGravityHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'System.String Android.Widget.RemoteViews.ExtraSharedElementBounds' changed from '[RegisterAttribute("EXTRA_SHARED_ELEMENT_BOUNDS")]' in the contract to '[RegisterAttribute("EXTRA_SHARED_ELEMENT_BOUNDS", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.RemoteViews.SetLightBackgroundLayoutId(System.Int32)' changed from '[RegisterAttribute("setLightBackgroundLayoutId", "(I)V", "GetSetLightBackgroundLayoutId_IHandler")]' in the contract to '[RegisterAttribute("setLightBackgroundLayoutId", "(I)V", "GetSetLightBackgroundLayoutId_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.RemoteViews.SetOnClickResponse(System.Int32, Android.Widget.RemoteViews.RemoteResponse)' changed from '[RegisterAttribute("setOnClickResponse", "(ILandroid/widget/RemoteViews$RemoteResponse;)V", "GetSetOnClickResponse_ILandroid_widget_RemoteViews_RemoteResponse_Handler")]' in the contract to '[RegisterAttribute("setOnClickResponse", "(ILandroid/widget/RemoteViews$RemoteResponse;)V", "GetSetOnClickResponse_ILandroid_widget_RemoteViews_RemoteResponse_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.RemoteViews.RemoteResponse' changed from '[RegisterAttribute("android/widget/RemoteViews$RemoteResponse", DoNotGenerateAcw=true)]' in the contract to '[RegisterAttribute("android/widget/RemoteViews$RemoteResponse", DoNotGenerateAcw=true, ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ScrollView.BottomEdgeEffectColor.get()' changed from '[RegisterAttribute("getBottomEdgeEffectColor", "()I", "GetGetBottomEdgeEffectColorHandler")]' in the contract to '[RegisterAttribute("getBottomEdgeEffectColor", "()I", "GetGetBottomEdgeEffectColorHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ScrollView.ScrollToDescendant(Android.Views.View)' changed from '[RegisterAttribute("scrollToDescendant", "(Landroid/view/View;)V", "GetScrollToDescendant_Landroid_view_View_Handler")]' in the contract to '[RegisterAttribute("scrollToDescendant", "(Landroid/view/View;)V", "GetScrollToDescendant_Landroid_view_View_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ScrollView.SetBottomEdgeEffectColor(Android.Graphics.Color)' changed from '[RegisterAttribute("setBottomEdgeEffectColor", "(I)V", "GetSetBottomEdgeEffectColor_IHandler")]' in the contract to '[RegisterAttribute("setBottomEdgeEffectColor", "(I)V", "GetSetBottomEdgeEffectColor_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ScrollView.SetEdgeEffectColor(Android.Graphics.Color)' changed from '[RegisterAttribute("setEdgeEffectColor", "(I)V", "GetSetEdgeEffectColor_IHandler")]' in the contract to '[RegisterAttribute("setEdgeEffectColor", "(I)V", "GetSetEdgeEffectColor_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ScrollView.SetTopEdgeEffectColor(Android.Graphics.Color)' changed from '[RegisterAttribute("setTopEdgeEffectColor", "(I)V", "GetSetTopEdgeEffectColor_IHandler")]' in the contract to '[RegisterAttribute("setTopEdgeEffectColor", "(I)V", "GetSetTopEdgeEffectColor_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ScrollView.TopEdgeEffectColor.get()' changed from '[RegisterAttribute("getTopEdgeEffectColor", "()I", "GetGetTopEdgeEffectColorHandler")]' in the contract to '[RegisterAttribute("getTopEdgeEffectColor", "()I", "GetGetTopEdgeEffectColorHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.SearchView.IsIconifiedByDefault.get()' changed from '[RegisterAttribute("isIconifiedByDefault", "()Z", "GetIsIconifiedByDefaultHandler")]' in the contract to '[RegisterAttribute("isIconifiedByDefault", "()Z", "GetIsIconifiedByDefaultHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.Switch.ThumbTintBlendMode.get()' changed from '[RegisterAttribute("getThumbTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetThumbTintBlendModeHandler")]' in the contract to '[RegisterAttribute("getThumbTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetThumbTintBlendModeHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.Switch.ThumbTintBlendMode.set(Android.Graphics.BlendMode)' changed from '[RegisterAttribute("setThumbTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetThumbTintBlendMode_Landroid_graphics_BlendMode_Handler")]' in the contract to '[RegisterAttribute("setThumbTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetThumbTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.Switch.TrackTintBlendMode.get()' changed from '[RegisterAttribute("getTrackTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetTrackTintBlendModeHandler")]' in the contract to '[RegisterAttribute("getTrackTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetTrackTintBlendModeHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.Switch.TrackTintBlendMode.set(Android.Graphics.BlendMode)' changed from '[RegisterAttribute("setTrackTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetTrackTintBlendMode_Landroid_graphics_BlendMode_Handler")]' in the contract to '[RegisterAttribute("setTrackTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetTrackTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.TextView.CompoundDrawableTintBlendMode.get()' changed from '[RegisterAttribute("getCompoundDrawableTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetCompoundDrawableTintBlendModeHandler")]' in the contract to '[RegisterAttribute("getCompoundDrawableTintBlendMode", "()Landroid/graphics/BlendMode;", "GetGetCompoundDrawableTintBlendModeHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.TextView.CompoundDrawableTintBlendMode.set(Android.Graphics.BlendMode)' changed from '[RegisterAttribute("setCompoundDrawableTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetCompoundDrawableTintBlendMode_Landroid_graphics_BlendMode_Handler")]' in the contract to '[RegisterAttribute("setCompoundDrawableTintBlendMode", "(Landroid/graphics/BlendMode;)V", "GetSetCompoundDrawableTintBlendMode_Landroid_graphics_BlendMode_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.TextView.IsHorizontallyScrollable.get()' changed from '[RegisterAttribute("isHorizontallyScrollable", "()Z", "")]' in the contract to '[RegisterAttribute("isHorizontallyScrollable", "()Z", "", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.TextView.IsSingleLine.get()' changed from '[RegisterAttribute("isSingleLine", "()Z", "GetIsSingleLineHandler")]' in the contract to '[RegisterAttribute("isSingleLine", "()Z", "GetIsSingleLineHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.TextView.SetTextCursorDrawable(System.Int32)' changed from '[RegisterAttribute("setTextCursorDrawable", "(I)V", "GetSetTextCursorDrawable_IHandler")]' in the contract to '[RegisterAttribute("setTextCursorDrawable", "(I)V", "GetSetTextCursorDrawable_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.TextView.SetTextSelectHandle(System.Int32)' changed from '[RegisterAttribute("setTextSelectHandle", "(I)V", "GetSetTextSelectHandle_IHandler")]' in the contract to '[RegisterAttribute("setTextSelectHandle", "(I)V", "GetSetTextSelectHandle_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.TextView.SetTextSelectHandleLeft(System.Int32)' changed from '[RegisterAttribute("setTextSelectHandleLeft", "(I)V", "GetSetTextSelectHandleLeft_IHandler")]' in the contract to '[RegisterAttribute("setTextSelectHandleLeft", "(I)V", "GetSetTextSelectHandleLeft_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.TextView.SetTextSelectHandleRight(System.Int32)' changed from '[RegisterAttribute("setTextSelectHandleRight", "(I)V", "GetSetTextSelectHandleRight_IHandler")]' in the contract to '[RegisterAttribute("setTextSelectHandleRight", "(I)V", "GetSetTextSelectHandleRight_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.TextView.TextCursorDrawable.get()' changed from '[RegisterAttribute("getTextCursorDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetTextCursorDrawableHandler")]' in the contract to '[RegisterAttribute("getTextCursorDrawable", "()Landroid/graphics/drawable/Drawable;", "GetGetTextCursorDrawableHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.TextView.TextCursorDrawable.set(Android.Graphics.Drawables.Drawable)' changed from '[RegisterAttribute("setTextCursorDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetTextCursorDrawable_Landroid_graphics_drawable_Drawable_Handler")]' in the contract to '[RegisterAttribute("setTextCursorDrawable", "(Landroid/graphics/drawable/Drawable;)V", "GetSetTextCursorDrawable_Landroid_graphics_drawable_Drawable_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.TextView.TextDirectionHeuristic.get()' changed from '[RegisterAttribute("getTextDirectionHeuristic", "()Landroid/text/TextDirectionHeuristic;", "GetGetTextDirectionHeuristicHandler")]' in the contract to '[RegisterAttribute("getTextDirectionHeuristic", "()Landroid/text/TextDirectionHeuristic;", "GetGetTextDirectionHeuristicHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.TextView.TextSelectHandle.get()' changed from '[RegisterAttribute("getTextSelectHandle", "()Landroid/graphics/drawable/Drawable;", "GetGetTextSelectHandleHandler")]' in the contract to '[RegisterAttribute("getTextSelectHandle", "()Landroid/graphics/drawable/Drawable;", "GetGetTextSelectHandleHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.TextView.TextSelectHandle.set(Android.Graphics.Drawables.Drawable)' changed from '[RegisterAttribute("setTextSelectHandle", "(Landroid/graphics/drawable/Drawable;)V", "GetSetTextSelectHandle_Landroid_graphics_drawable_Drawable_Handler")]' in the contract to '[RegisterAttribute("setTextSelectHandle", "(Landroid/graphics/drawable/Drawable;)V", "GetSetTextSelectHandle_Landroid_graphics_drawable_Drawable_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.TextView.TextSelectHandleLeft.get()' changed from '[RegisterAttribute("getTextSelectHandleLeft", "()Landroid/graphics/drawable/Drawable;", "GetGetTextSelectHandleLeftHandler")]' in the contract to '[RegisterAttribute("getTextSelectHandleLeft", "()Landroid/graphics/drawable/Drawable;", "GetGetTextSelectHandleLeftHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.TextView.TextSelectHandleLeft.set(Android.Graphics.Drawables.Drawable)' changed from '[RegisterAttribute("setTextSelectHandleLeft", "(Landroid/graphics/drawable/Drawable;)V", "GetSetTextSelectHandleLeft_Landroid_graphics_drawable_Drawable_Handler")]' in the contract to '[RegisterAttribute("setTextSelectHandleLeft", "(Landroid/graphics/drawable/Drawable;)V", "GetSetTextSelectHandleLeft_Landroid_graphics_drawable_Drawable_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.TextView.TextSelectHandleRight.get()' changed from '[RegisterAttribute("getTextSelectHandleRight", "()Landroid/graphics/drawable/Drawable;", "GetGetTextSelectHandleRightHandler")]' in the contract to '[RegisterAttribute("getTextSelectHandleRight", "()Landroid/graphics/drawable/Drawable;", "GetGetTextSelectHandleRightHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.TextView.TextSelectHandleRight.set(Android.Graphics.Drawables.Drawable)' changed from '[RegisterAttribute("setTextSelectHandleRight", "(Landroid/graphics/drawable/Drawable;)V", "GetSetTextSelectHandleRight_Landroid_graphics_drawable_Drawable_Handler")]' in the contract to '[RegisterAttribute("setTextSelectHandleRight", "(Landroid/graphics/drawable/Drawable;)V", "GetSetTextSelectHandleRight_Landroid_graphics_drawable_Drawable_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ToggleButton.DisabledAlpha.get()' changed from '[RegisterAttribute("getDisabledAlpha", "()F", "GetGetDisabledAlphaHandler")]' in the contract to '[RegisterAttribute("getDisabledAlpha", "()F", "GetGetDisabledAlphaHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.Toolbar.CollapseContentDescriptionFormatted.get()' changed from '[RegisterAttribute("getCollapseContentDescription", "()Ljava/lang/CharSequence;", "GetGetCollapseContentDescriptionHandler")]' in the contract to '[RegisterAttribute("getCollapseContentDescription", "()Ljava/lang/CharSequence;", "GetGetCollapseContentDescriptionHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.Toolbar.CollapseContentDescriptionFormatted.set(Java.Lang.ICharSequence)' changed from '[RegisterAttribute("setCollapseContentDescription", "(Ljava/lang/CharSequence;)V", "GetSetCollapseContentDescription_Ljava_lang_CharSequence_Handler")]' in the contract to '[RegisterAttribute("setCollapseContentDescription", "(Ljava/lang/CharSequence;)V", "GetSetCollapseContentDescription_Ljava_lang_CharSequence_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.Toolbar.CollapseIcon.get()' changed from '[RegisterAttribute("getCollapseIcon", "()Landroid/graphics/drawable/Drawable;", "GetGetCollapseIconHandler")]' in the contract to '[RegisterAttribute("getCollapseIcon", "()Landroid/graphics/drawable/Drawable;", "GetGetCollapseIconHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.Toolbar.CollapseIcon.set(Android.Graphics.Drawables.Drawable)' changed from '[RegisterAttribute("setCollapseIcon", "(Landroid/graphics/drawable/Drawable;)V", "GetSetCollapseIcon_Landroid_graphics_drawable_Drawable_Handler")]' in the contract to '[RegisterAttribute("setCollapseIcon", "(Landroid/graphics/drawable/Drawable;)V", "GetSetCollapseIcon_Landroid_graphics_drawable_Drawable_Handler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.Toolbar.SetCollapseContentDescription(System.Int32)' changed from '[RegisterAttribute("setCollapseContentDescription", "(I)V", "GetSetCollapseContentDescription_IHandler")]' in the contract to '[RegisterAttribute("setCollapseContentDescription", "(I)V", "GetSetCollapseContentDescription_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.Toolbar.SetCollapseIcon(System.Int32)' changed from '[RegisterAttribute("setCollapseIcon", "(I)V", "GetSetCollapseIcon_IHandler")]' in the contract to '[RegisterAttribute("setCollapseIcon", "(I)V", "GetSetCollapseIcon_IHandler", ApiSince=29)]' in the implementation.
-CannotChangeAttribute : Attribute 'Android.Runtime.RegisterAttribute' on 'Android.Widget.ViewFlipper.FlipInterval.get()' changed from '[RegisterAttribute("getFlipInterval", "()I", "GetGetFlipIntervalHandler")]' in the contract to '[RegisterAttribute("getFlipInterval", "()I", "GetGetFlipIntervalHandler", ApiSince=29)]' in the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityGesture Android.AccessibilityServices.AccessibilityService.GestureSwipeDown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityGesture Android.AccessibilityServices.AccessibilityService.GestureSwipeDownAndLeft' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityGesture Android.AccessibilityServices.AccessibilityService.GestureSwipeDownAndRight' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityGesture Android.AccessibilityServices.AccessibilityService.GestureSwipeDownAndUp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityGesture Android.AccessibilityServices.AccessibilityService.GestureSwipeLeft' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityGesture Android.AccessibilityServices.AccessibilityService.GestureSwipeLeftAndDown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityGesture Android.AccessibilityServices.AccessibilityService.GestureSwipeLeftAndRight' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityGesture Android.AccessibilityServices.AccessibilityService.GestureSwipeLeftAndUp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityGesture Android.AccessibilityServices.AccessibilityService.GestureSwipeRight' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityGesture Android.AccessibilityServices.AccessibilityService.GestureSwipeRightAndDown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityGesture Android.AccessibilityServices.AccessibilityService.GestureSwipeRightAndLeft' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityGesture Android.AccessibilityServices.AccessibilityService.GestureSwipeRightAndUp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityGesture Android.AccessibilityServices.AccessibilityService.GestureSwipeUp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityGesture Android.AccessibilityServices.AccessibilityService.GestureSwipeUpAndDown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityGesture Android.AccessibilityServices.AccessibilityService.GestureSwipeUpAndLeft' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityGesture Android.AccessibilityServices.AccessibilityService.GestureSwipeUpAndRight' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityServiceShowMode Android.AccessibilityServices.AccessibilityService.ShowModeAuto' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityServiceShowMode Android.AccessibilityServices.AccessibilityService.ShowModeHidden' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityServiceShowMode Android.AccessibilityServices.AccessibilityService.ShowModeIgnoreHardKeyboard' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.GlobalAction Android.AccessibilityServices.AccessibilityService.GlobalActionBack' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.GlobalAction Android.AccessibilityServices.AccessibilityService.GlobalActionHome' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.GlobalAction Android.AccessibilityServices.AccessibilityService.GlobalActionLockScreen' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.GlobalAction Android.AccessibilityServices.AccessibilityService.GlobalActionNotifications' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.GlobalAction Android.AccessibilityServices.AccessibilityService.GlobalActionPowerDialog' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.GlobalAction Android.AccessibilityServices.AccessibilityService.GlobalActionQuickSettings' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.GlobalAction Android.AccessibilityServices.AccessibilityService.GlobalActionRecents' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.GlobalAction Android.AccessibilityServices.AccessibilityService.GlobalActionTakeScreenshot' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.GlobalAction Android.AccessibilityServices.AccessibilityService.GlobalActionToggleSplitScreen' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityServiceCapabilities Android.AccessibilityServices.AccessibilityServiceInfo.CapabilityCanControlMagnification' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityServiceCapabilities Android.AccessibilityServices.AccessibilityServiceInfo.CapabilityCanPerformGestures' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityServiceCapabilities Android.AccessibilityServices.AccessibilityServiceInfo.CapabilityCanRequestEnhancedWebAccessibility' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityServiceCapabilities Android.AccessibilityServices.AccessibilityServiceInfo.CapabilityCanRequestFilterKeyEvents' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityServiceCapabilities Android.AccessibilityServices.AccessibilityServiceInfo.CapabilityCanRequestFingerprintGestures' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityServiceCapabilities Android.AccessibilityServices.AccessibilityServiceInfo.CapabilityCanRequestTouchExploration' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityServiceCapabilities Android.AccessibilityServices.AccessibilityServiceInfo.CapabilityCanRetrieveWindowContent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityServiceFlags Android.AccessibilityServices.AccessibilityServiceInfo.Default' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityServiceFlags Android.AccessibilityServices.AccessibilityServiceInfo.FlagEnableAccessibilityVolume' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityServiceFlags Android.AccessibilityServices.AccessibilityServiceInfo.FlagIncludeNotImportantViews' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityServiceFlags Android.AccessibilityServices.AccessibilityServiceInfo.FlagReportViewIds' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityServiceFlags Android.AccessibilityServices.AccessibilityServiceInfo.FlagRequestAccessibilityButton' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityServiceFlags Android.AccessibilityServices.AccessibilityServiceInfo.FlagRequestEnhancedWebAccessibility' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityServiceFlags Android.AccessibilityServices.AccessibilityServiceInfo.FlagRequestFilterKeyEvents' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityServiceFlags Android.AccessibilityServices.AccessibilityServiceInfo.FlagRequestFingerprintGestures' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityServiceFlags Android.AccessibilityServices.AccessibilityServiceInfo.FlagRequestShortcutWarningDialogSpokenFeedback' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityServiceFlags Android.AccessibilityServices.AccessibilityServiceInfo.FlagRequestTouchExplorationMode' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.AccessibilityServices.AccessibilityServiceFlags Android.AccessibilityServices.AccessibilityServiceInfo.FlagRetrieveInteractiveWindows' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.AccessibilityServices.AccessibilityServiceInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Accounts.Account.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Accounts.AccountAuthenticatorResponse.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Accounts.ErrorCode Android.Accounts.AccountManager.ErrorCodeBadArguments' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Accounts.ErrorCode Android.Accounts.AccountManager.ErrorCodeBadAuthentication' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Accounts.ErrorCode Android.Accounts.AccountManager.ErrorCodeBadRequest' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Accounts.ErrorCode Android.Accounts.AccountManager.ErrorCodeCanceled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Accounts.ErrorCode Android.Accounts.AccountManager.ErrorCodeInvalidResponse' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Accounts.ErrorCode Android.Accounts.AccountManager.ErrorCodeNetworkError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Accounts.ErrorCode Android.Accounts.AccountManager.ErrorCodeRemoteException' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Accounts.ErrorCode Android.Accounts.AccountManager.ErrorCodeUnsupportedOperation' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Accounts.AuthenticatorDescription.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Animation.LayoutTransitionType Android.Animation.LayoutTransition.Appearing' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Animation.LayoutTransitionType Android.Animation.LayoutTransition.ChangeAppearing' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Animation.LayoutTransitionType Android.Animation.LayoutTransition.ChangeDisappearing' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Animation.LayoutTransitionType Android.Animation.LayoutTransition.Changing' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Animation.LayoutTransitionType Android.Animation.LayoutTransition.Disappearing' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Animation.ValueAnimatorRepeatMode Android.Animation.ValueAnimator.Restart' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Activity.InterfaceConsts.TrimMemoryBackground' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Activity.InterfaceConsts.TrimMemoryComplete' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Activity.InterfaceConsts.TrimMemoryModerate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Activity.InterfaceConsts.TrimMemoryRunningCritical' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Activity.InterfaceConsts.TrimMemoryRunningLow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Activity.InterfaceConsts.TrimMemoryRunningModerate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Activity.InterfaceConsts.TrimMemoryUiHidden' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.ActivityManager.MemoryInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ProcessError Android.App.ActivityManager.ProcessErrorStateInfo.Crashed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ProcessError Android.App.ActivityManager.ProcessErrorStateInfo.NoError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ProcessError Android.App.ActivityManager.ProcessErrorStateInfo.NotResponding' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.ActivityManager.ProcessErrorStateInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.ActivityManager.RecentTaskInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Importance Android.App.ActivityManager.RunningAppProcessInfo.ImportanceBackground' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Importance Android.App.ActivityManager.RunningAppProcessInfo.ImportanceCached' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Importance Android.App.ActivityManager.RunningAppProcessInfo.ImportanceCantSaveState' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Importance Android.App.ActivityManager.RunningAppProcessInfo.ImportanceEmpty' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Importance Android.App.ActivityManager.RunningAppProcessInfo.ImportanceForeground' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Importance Android.App.ActivityManager.RunningAppProcessInfo.ImportanceForegroundService' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Importance Android.App.ActivityManager.RunningAppProcessInfo.ImportanceGone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Importance Android.App.ActivityManager.RunningAppProcessInfo.ImportancePerceptible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Importance Android.App.ActivityManager.RunningAppProcessInfo.ImportancePerceptiblePre26' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Importance Android.App.ActivityManager.RunningAppProcessInfo.ImportanceService' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Importance Android.App.ActivityManager.RunningAppProcessInfo.ImportanceTopSleeping' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Importance Android.App.ActivityManager.RunningAppProcessInfo.ImportanceTopSleepingPre28' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Importance Android.App.ActivityManager.RunningAppProcessInfo.ImportanceVisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ImportanceReason Android.App.ActivityManager.RunningAppProcessInfo.ReasonProviderInUse' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ImportanceReason Android.App.ActivityManager.RunningAppProcessInfo.ReasonServiceInUse' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ImportanceReason Android.App.ActivityManager.RunningAppProcessInfo.ReasonUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.ActivityManager.RunningAppProcessInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ServiceInfoFlags Android.App.ActivityManager.RunningServiceInfo.FlagForeground' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ServiceInfoFlags Android.App.ActivityManager.RunningServiceInfo.FlagPersistentProcess' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ServiceInfoFlags Android.App.ActivityManager.RunningServiceInfo.FlagStarted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ServiceInfoFlags Android.App.ActivityManager.RunningServiceInfo.FlagSystemProcess' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.ActivityManager.RunningServiceInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.ActivityManager.RunningTaskInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.ActivityManager.TaskDescription.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.AlarmManager.AlarmClockInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Application.InterfaceConsts.TrimMemoryBackground' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Application.InterfaceConsts.TrimMemoryComplete' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Application.InterfaceConsts.TrimMemoryModerate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Application.InterfaceConsts.TrimMemoryRunningCritical' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Application.InterfaceConsts.TrimMemoryRunningLow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Application.InterfaceConsts.TrimMemoryRunningModerate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Application.InterfaceConsts.TrimMemoryUiHidden' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ApplicationErrorReportType Android.App.ApplicationErrorReport.TypeAnr' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ApplicationErrorReportType Android.App.ApplicationErrorReport.TypeBattery' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ApplicationErrorReportType Android.App.ApplicationErrorReport.TypeCrash' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ApplicationErrorReportType Android.App.ApplicationErrorReport.TypeNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.ApplicationErrorReportType Android.App.ApplicationErrorReport.TypeRunningService' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.ApplicationErrorReport.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.AppOpsManagerMode Android.App.AppOpsManager.ModeAllowed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.AppOpsManagerMode Android.App.AppOpsManager.ModeDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.AppOpsManagerMode Android.App.AppOpsManager.ModeErrored' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.AppOpsManagerMode Android.App.AppOpsManager.ModeForeground' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.AppOpsManagerMode Android.App.AppOpsManager.ModeIgnored' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.WatchForeground Android.App.AppOpsManager.WatchForegroundChanges' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.AuthenticationRequiredException.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.AutomaticZenRule.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.DialogButtonType Android.App.Dialog.InterfaceConsts.ButtonNegative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.DialogButtonType Android.App.Dialog.InterfaceConsts.ButtonNeutral' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.DialogButtonType Android.App.Dialog.InterfaceConsts.ButtonPositive' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.DialogButtonTypeObsoleted Android.App.Dialog.InterfaceConsts.Button1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.DialogButtonTypeObsoleted Android.App.Dialog.InterfaceConsts.Button2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.DialogButtonTypeObsoleted Android.App.Dialog.InterfaceConsts.Button3' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.DirectAction.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadError Android.App.DownloadManager.ErrorCannotResume' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadError Android.App.DownloadManager.ErrorDeviceNotFound' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadError Android.App.DownloadManager.ErrorFileAlreadyExists' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadError Android.App.DownloadManager.ErrorFileError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadError Android.App.DownloadManager.ErrorHttpDataError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadError Android.App.DownloadManager.ErrorInsufficientSpace' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadError Android.App.DownloadManager.ErrorTooManyRedirects' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadError Android.App.DownloadManager.ErrorUnhandledHttpCode' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadError Android.App.DownloadManager.ErrorUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadPausedReason Android.App.DownloadManager.PausedQueuedForWifi' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadPausedReason Android.App.DownloadManager.PausedUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadPausedReason Android.App.DownloadManager.PausedWaitingForNetwork' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadPausedReason Android.App.DownloadManager.PausedWaitingToRetry' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadStatus Android.App.DownloadManager.StatusFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadStatus Android.App.DownloadManager.StatusPaused' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadStatus Android.App.DownloadManager.StatusPending' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadStatus Android.App.DownloadManager.StatusRunning' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadStatus Android.App.DownloadManager.StatusSuccessful' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadNetwork Android.App.DownloadManager.Request.NetworkMobile' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadNetwork Android.App.DownloadManager.Request.NetworkWifi' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadVisibility Android.App.DownloadManager.Request.VisibilityHidden' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadVisibility Android.App.DownloadManager.Request.VisibilityVisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadVisibility Android.App.DownloadManager.Request.VisibilityVisibleNotifyCompleted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DownloadVisibility Android.App.DownloadManager.Request.VisibilityVisibleNotifyOnlyCompletion' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Fragment.InterfaceConsts.TrimMemoryBackground' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Fragment.InterfaceConsts.TrimMemoryComplete' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Fragment.InterfaceConsts.TrimMemoryModerate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Fragment.InterfaceConsts.TrimMemoryRunningCritical' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Fragment.InterfaceConsts.TrimMemoryRunningLow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Fragment.InterfaceConsts.TrimMemoryRunningModerate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Fragment.InterfaceConsts.TrimMemoryUiHidden' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Fragment.SavedState.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.PopBackStackFlags Android.App.FragmentManager.PopBackStackInclusive' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.NotificationPriority Android.App.Notification.PriorityDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.NotificationPriority Android.App.Notification.PriorityHigh' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.NotificationPriority Android.App.Notification.PriorityLow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.NotificationPriority Android.App.Notification.PriorityMax' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.NotificationPriority Android.App.Notification.PriorityMin' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.SemanticAction Android.App.Notification.Action.SemanticActionArchive' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.SemanticAction Android.App.Notification.Action.SemanticActionCall' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.SemanticAction Android.App.Notification.Action.SemanticActionDelete' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.SemanticAction Android.App.Notification.Action.SemanticActionMarkAsRead' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.SemanticAction Android.App.Notification.Action.SemanticActionMarkAsUnread' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.SemanticAction Android.App.Notification.Action.SemanticActionMute' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.SemanticAction Android.App.Notification.Action.SemanticActionNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.SemanticAction Android.App.Notification.Action.SemanticActionReply' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.SemanticAction Android.App.Notification.Action.SemanticActionThumbsDown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.SemanticAction Android.App.Notification.Action.SemanticActionThumbsUp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.SemanticAction Android.App.Notification.Action.SemanticActionUnmute' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Notification.Action.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Notification.BubbleMetadata.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Notification.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.NotificationChannel.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.NotificationChannelGroup.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.NotificationImportance Android.App.NotificationManager.ImportanceDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.NotificationImportance Android.App.NotificationManager.ImportanceHigh' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.NotificationImportance Android.App.NotificationManager.ImportanceLow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.NotificationImportance Android.App.NotificationManager.ImportanceMax' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.NotificationImportance Android.App.NotificationManager.ImportanceMin' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.NotificationImportance Android.App.NotificationManager.ImportanceNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.NotificationImportance Android.App.NotificationManager.ImportanceUnspecified' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.SuppressedEffects Android.App.NotificationManager.Policy.SuppressedEffectAmbient' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.SuppressedEffects Android.App.NotificationManager.Policy.SuppressedEffectBadge' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.SuppressedEffects Android.App.NotificationManager.Policy.SuppressedEffectFullScreenIntent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.SuppressedEffects Android.App.NotificationManager.Policy.SuppressedEffectLights' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.SuppressedEffects Android.App.NotificationManager.Policy.SuppressedEffectNotificationList' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.SuppressedEffects Android.App.NotificationManager.Policy.SuppressedEffectPeek' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.SuppressedEffects Android.App.NotificationManager.Policy.SuppressedEffectScreenOff' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.SuppressedEffects Android.App.NotificationManager.Policy.SuppressedEffectScreenOn' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.SuppressedEffects Android.App.NotificationManager.Policy.SuppressedEffectStatusBar' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.NotificationManager.Policy.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.PendingIntent.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Person.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.PictureInPictureParams.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.RecoverableSecurityException.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.RemoteAction.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.EditChoices Android.App.RemoteInput.EditChoicesBeforeSendingAuto' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.EditChoices Android.App.RemoteInput.EditChoicesBeforeSendingDisabled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.EditChoices Android.App.RemoteInput.EditChoicesBeforeSendingEnabled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.RemoteInputSource Android.App.RemoteInput.SourceChoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.RemoteInputSource Android.App.RemoteInput.SourceFreeFormInput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.RemoteInput.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.SearchableInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.StopForegroundFlags Android.App.Service.StopForegroundDetach' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.StopForegroundFlags Android.App.Service.StopForegroundRemove' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Service.InterfaceConsts.TrimMemoryBackground' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Service.InterfaceConsts.TrimMemoryComplete' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Service.InterfaceConsts.TrimMemoryModerate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Service.InterfaceConsts.TrimMemoryRunningCritical' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Service.InterfaceConsts.TrimMemoryRunningLow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Service.InterfaceConsts.TrimMemoryRunningModerate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.App.Service.InterfaceConsts.TrimMemoryUiHidden' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.UiAutomationFlags Android.App.UiAutomation.FlagDontSuppressAccessibilityServices' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.UiAutomationRotation Android.App.UiAutomation.RotationFreeze0' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.UiAutomationRotation Android.App.UiAutomation.RotationFreeze180' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.UiAutomationRotation Android.App.UiAutomation.RotationFreeze270' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.UiAutomationRotation Android.App.UiAutomation.RotationFreeze90' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.UiAutomationRotation Android.App.UiAutomation.RotationFreezeCurrent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.UiAutomationRotation Android.App.UiAutomation.RotationUnfreeze' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.DisableCarModeFlags Android.App.UiModeManager.DisableCarModeGoHome' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.EnableCarModeFlags Android.App.UiModeManager.EnableCarModeAllowSleep' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.EnableCarModeFlags Android.App.UiModeManager.EnableCarModeGoCarHome' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.UiNightMode Android.App.UiModeManager.ModeNightAuto' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.UiNightMode Android.App.UiModeManager.ModeNightNo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.UiNightMode Android.App.UiModeManager.ModeNightYes' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.VoiceInteractor.PickOptionRequest.Option.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.VoiceInteractor.Prompt.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.WallpaperColors.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.WallpaperInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.WallpaperManagerFlags Android.App.WallpaperManager.FlagLock' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.WallpaperManagerFlags Android.App.WallpaperManager.FlagSystem' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DeviceAdminUses Android.App.Admin.DeviceAdminInfo.UsesEncryptedStorage' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DeviceAdminUses Android.App.Admin.DeviceAdminInfo.UsesPolicyDisableCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DeviceAdminUses Android.App.Admin.DeviceAdminInfo.UsesPolicyDisableKeyguardFeatures' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DeviceAdminUses Android.App.Admin.DeviceAdminInfo.UsesPolicyExpirePassword' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DeviceAdminUses Android.App.Admin.DeviceAdminInfo.UsesPolicyForceLock' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DeviceAdminUses Android.App.Admin.DeviceAdminInfo.UsesPolicyLimitPassword' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DeviceAdminUses Android.App.Admin.DeviceAdminInfo.UsesPolicyResetPassword' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DeviceAdminUses Android.App.Admin.DeviceAdminInfo.UsesPolicyWatchLogin' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DeviceAdminUses Android.App.Admin.DeviceAdminInfo.UsesPolicyWipeData' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Admin.DeviceAdminInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.BugReportFailureReason Android.App.Admin.DeviceAdminReceiver.BugreportFailureFailedCompleting' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.BugReportFailureReason Android.App.Admin.DeviceAdminReceiver.BugreportFailureFileNoLongerAvailable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManagerFlags Android.App.Admin.DevicePolicyManager.FlagEvictCredentialEncryptionKey' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManagerFlags Android.App.Admin.DevicePolicyManager.FlagManagedCanAccessParent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.DevicePolicyManagerFlags Android.App.Admin.DevicePolicyManager.FlagParentCanAccessManaged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.IdAttestationFlags Android.App.Admin.DevicePolicyManager.IdTypeBaseInfo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.IdAttestationFlags Android.App.Admin.DevicePolicyManager.IdTypeImei' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.IdAttestationFlags Android.App.Admin.DevicePolicyManager.IdTypeMeid' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.IdAttestationFlags Android.App.Admin.DevicePolicyManager.IdTypeSerial' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.InstallKeyFlags Android.App.Admin.DevicePolicyManager.InstallkeyRequestCredentialsAccess' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.InstallKeyFlags Android.App.Admin.DevicePolicyManager.InstallkeySetUserSelectable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.KeyguardDisable Android.App.Admin.DevicePolicyManager.KeyguardDisableBiometrics' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.KeyguardDisable Android.App.Admin.DevicePolicyManager.KeyguardDisableFace' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.KeyguardDisable Android.App.Admin.DevicePolicyManager.KeyguardDisableFeaturesAll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.KeyguardDisable Android.App.Admin.DevicePolicyManager.KeyguardDisableFeaturesNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.KeyguardDisable Android.App.Admin.DevicePolicyManager.KeyguardDisableFingerprint' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.KeyguardDisable Android.App.Admin.DevicePolicyManager.KeyguardDisableIris' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.KeyguardDisable Android.App.Admin.DevicePolicyManager.KeyguardDisableRemoteInput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.KeyguardDisable Android.App.Admin.DevicePolicyManager.KeyguardDisableSecureCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.KeyguardDisable Android.App.Admin.DevicePolicyManager.KeyguardDisableSecureNotifications' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.KeyguardDisable Android.App.Admin.DevicePolicyManager.KeyguardDisableTrustAgents' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.KeyguardDisable Android.App.Admin.DevicePolicyManager.KeyguardDisableUnredactedNotifications' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.KeyguardDisable Android.App.Admin.DevicePolicyManager.KeyguardDisableWidgetsAll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.LockTaskFeatures Android.App.Admin.DevicePolicyManager.LockTaskFeatureGlobalActions' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.LockTaskFeatures Android.App.Admin.DevicePolicyManager.LockTaskFeatureHome' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.LockTaskFeatures Android.App.Admin.DevicePolicyManager.LockTaskFeatureKeyguard' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.LockTaskFeatures Android.App.Admin.DevicePolicyManager.LockTaskFeatureNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.LockTaskFeatures Android.App.Admin.DevicePolicyManager.LockTaskFeatureNotifications' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.LockTaskFeatures Android.App.Admin.DevicePolicyManager.LockTaskFeatureOverview' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.LockTaskFeatures Android.App.Admin.DevicePolicyManager.LockTaskFeatureSystemInfo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.PasswordComplexity Android.App.Admin.DevicePolicyManager.PasswordComplexityHigh' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.PasswordComplexity Android.App.Admin.DevicePolicyManager.PasswordComplexityLow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.PasswordComplexity Android.App.Admin.DevicePolicyManager.PasswordComplexityMedium' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.PasswordComplexity Android.App.Admin.DevicePolicyManager.PasswordComplexityNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.PrivateDnsMode Android.App.Admin.DevicePolicyManager.PrivateDnsModeOff' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.PrivateDnsMode Android.App.Admin.DevicePolicyManager.PrivateDnsModeOpportunistic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.PrivateDnsMode Android.App.Admin.DevicePolicyManager.PrivateDnsModeProviderHostname' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.PrivateDnsMode Android.App.Admin.DevicePolicyManager.PrivateDnsModeUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.PrivateDnsSet Android.App.Admin.DevicePolicyManager.PrivateDnsSetErrorFailureSetting' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.PrivateDnsSet Android.App.Admin.DevicePolicyManager.PrivateDnsSetErrorHostNotServing' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.PrivateDnsSet Android.App.Admin.DevicePolicyManager.PrivateDnsSetNoError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.ResetPasswordFlags Android.App.Admin.DevicePolicyManager.ResetPasswordDoNotAskCredentialsOnBoot' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.ResetPasswordFlags Android.App.Admin.DevicePolicyManager.ResetPasswordRequireEntry' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.UserManagementFlags Android.App.Admin.DevicePolicyManager.LeaveAllSystemAppsEnabled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.UserManagementFlags Android.App.Admin.DevicePolicyManager.MakeUserEphemeral' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.UserManagementFlags Android.App.Admin.DevicePolicyManager.SkipSetupWizard' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.WipeDataFlags Android.App.Admin.DevicePolicyManager.WipeEuicc' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.WipeDataFlags Android.App.Admin.DevicePolicyManager.WipeExternalStorage' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.WipeDataFlags Android.App.Admin.DevicePolicyManager.WipeResetProtectionData' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.UpdateErrorCode Android.App.Admin.DevicePolicyManager.InstallSystemUpdateCallback.UpdateErrorBatteryLow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.UpdateErrorCode Android.App.Admin.DevicePolicyManager.InstallSystemUpdateCallback.UpdateErrorFileNotFound' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.UpdateErrorCode Android.App.Admin.DevicePolicyManager.InstallSystemUpdateCallback.UpdateErrorIncorrectOsVersion' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.UpdateErrorCode Android.App.Admin.DevicePolicyManager.InstallSystemUpdateCallback.UpdateErrorUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.UpdateErrorCode Android.App.Admin.DevicePolicyManager.InstallSystemUpdateCallback.UpdateErrorUpdateFileInvalid' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Admin.NetworkEvent.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogLevel Android.App.Admin.SecurityLog.LevelError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogLevel Android.App.Admin.SecurityLog.LevelInfo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogLevel Android.App.Admin.SecurityLog.LevelWarning' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagAdbShellCmd' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagAdbShellInteractive' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagAppProcessStart' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagCertAuthorityInstalled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagCertAuthorityRemoved' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagCertValidationFailure' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagCryptoSelfTestCompleted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagKeyDestruction' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagKeyGenerated' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagKeyguardDisabledFeaturesSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagKeyguardDismissAuthAttempt' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagKeyguardDismissed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagKeyguardSecured' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagKeyImport' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagKeyIntegrityViolation' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagLogBufferSizeCritical' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagLoggingStarted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagLoggingStopped' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagMaxPasswordAttemptsSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagMaxScreenLockTimeoutSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagMediaMount' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagMediaUnmount' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagOsShutdown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagOsStartup' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagPasswordComplexitySet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagPasswordExpirationSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagPasswordHistoryLengthSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagRemoteLock' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagSyncRecvFile' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagSyncSendFile' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagUserRestrictionAdded' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagUserRestrictionRemoved' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SecurityLogTags Android.App.Admin.SecurityLog.TagWipeFailure' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Admin.SecurityLog.SecurityEvent.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Admin.SystemUpdateInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Admin.SystemUpdatePolicy.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SystemUpdatePolicyErrorCode Android.App.Admin.SystemUpdatePolicy.ValidationFailedException.ErrorCombinedFreezePeriodTooClose' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SystemUpdatePolicyErrorCode Android.App.Admin.SystemUpdatePolicy.ValidationFailedException.ErrorCombinedFreezePeriodTooLong' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SystemUpdatePolicyErrorCode Android.App.Admin.SystemUpdatePolicy.ValidationFailedException.ErrorDuplicateOrOverlap' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SystemUpdatePolicyErrorCode Android.App.Admin.SystemUpdatePolicy.ValidationFailedException.ErrorNewFreezePeriodTooClose' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SystemUpdatePolicyErrorCode Android.App.Admin.SystemUpdatePolicy.ValidationFailedException.ErrorNewFreezePeriodTooLong' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Admin.SystemUpdatePolicyErrorCode Android.App.Admin.SystemUpdatePolicy.ValidationFailedException.ErrorUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Admin.SystemUpdatePolicy.ValidationFailedException.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Assist.AssistContent.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Assist.AssistStructure.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Backup.BackupFileType Android.App.Backup.BackupAgent.TypeDirectory' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Backup.BackupFileType Android.App.Backup.BackupAgent.TypeFile' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Backup.BackupTransportFlags Android.App.Backup.BackupAgent.FlagClientSideEncryptionEnabled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Backup.BackupTransportFlags Android.App.Backup.BackupAgent.FlagDeviceToDeviceTransfer' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Job.JobInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Job.TriggerContentUriFlags Android.App.Job.JobInfo.TriggerContentUri.FlagNotifyForDescendants' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Job.JobInfo.TriggerContentUri.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Job.JobParameters.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Job.JobWorkItem.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Slices.Slice.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Slices.SliceItem.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Slices.SliceSpec.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Usage.ConfigurationStats.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Usage.EventStats.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Usage.ExternalStorageStats.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Usage.NetworkStatsDefault Android.App.Usage.NetworkStats.Bucket.DefaultNetworkAll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Usage.NetworkStatsDefault Android.App.Usage.NetworkStats.Bucket.DefaultNetworkNo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Usage.NetworkStatsDefault Android.App.Usage.NetworkStats.Bucket.DefaultNetworkYes' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Usage.NetworkUsageRoaming Android.App.Usage.NetworkStats.Bucket.RoamingAll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Usage.NetworkUsageRoaming Android.App.Usage.NetworkStats.Bucket.RoamingNo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Usage.NetworkUsageRoaming Android.App.Usage.NetworkStats.Bucket.RoamingYes' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Usage.StorageStats.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Usage.UsageEvents.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.App.Usage.UsageStats.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Usage.StandbyBucket Android.App.Usage.UsageStatsManager.StandbyBucketActive' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Usage.StandbyBucket Android.App.Usage.UsageStatsManager.StandbyBucketFrequent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Usage.StandbyBucket Android.App.Usage.UsageStatsManager.StandbyBucketRare' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.App.Usage.StandbyBucket Android.App.Usage.UsageStatsManager.StandbyBucketWorkingSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Appwidget.AppWidgetCategory Android.Appwidget.AppWidgetProviderInfo.WidgetCategoryHomeScreen' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Appwidget.AppWidgetCategory Android.Appwidget.AppWidgetProviderInfo.WidgetCategoryKeyguard' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Appwidget.AppWidgetCategory Android.Appwidget.AppWidgetProviderInfo.WidgetCategorySearchbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Appwidget.WidgetFeatures Android.Appwidget.AppWidgetProviderInfo.WidgetFeatureHideFromPicker' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Appwidget.WidgetFeatures Android.Appwidget.AppWidgetProviderInfo.WidgetFeatureReconfigurable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Appwidget.AppWidgetProviderInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.A2dpState Android.Bluetooth.BluetoothA2dp.StateNotPlaying' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.A2dpState Android.Bluetooth.BluetoothA2dp.StatePlaying' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.AudioVideoCamcorder' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.AudioVideoCarAudio' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.AudioVideoHandsfree' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.AudioVideoHeadphones' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.AudioVideoHifiAudio' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.AudioVideoLoudspeaker' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.AudioVideoMicrophone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.AudioVideoPortableAudio' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.AudioVideoSetTopBox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.AudioVideoUncategorized' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.AudioVideoVcr' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.AudioVideoVideoCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.AudioVideoVideoConferencing' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.AudioVideoVideoDisplayAndLoudspeaker' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.AudioVideoVideoGamingToy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.AudioVideoVideoMonitor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.AudioVideoWearableHeadset' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.ComputerDesktop' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.ComputerHandheldPcPda' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.ComputerLaptop' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.ComputerPalmSizePcPda' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.ComputerServer' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.ComputerUncategorized' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.ComputerWearable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.HealthBloodPressure' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.HealthDataDisplay' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.HealthGlucose' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.HealthPulseOximeter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.HealthPulseRate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.HealthThermometer' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.HealthUncategorized' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.HealthWeighing' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.PhoneCellular' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.PhoneCordless' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.PhoneIsdn' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.PhoneModemOrGateway' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.PhoneSmart' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.PhoneUncategorized' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.ToyController' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.ToyDollActionFigure' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.ToyGame' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.ToyRobot' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.ToyUncategorized' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.ToyVehicle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.WearableGlasses' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.WearableHelmet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.WearableJacket' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.WearablePager' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.WearableUncategorized' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.DeviceClass Android.Bluetooth.BluetoothClass.Device.WearableWristWatch' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Bluetooth.BluetoothClass.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothDeviceType Android.Bluetooth.BluetoothDevice.DeviceTypeClassic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothDeviceType Android.Bluetooth.BluetoothDevice.DeviceTypeDual' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothDeviceType Android.Bluetooth.BluetoothDevice.DeviceTypeLe' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.BluetoothDeviceType Android.Bluetooth.BluetoothDevice.DeviceTypeUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Bluetooth.BluetoothDevice.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattConnectionPriority Android.Bluetooth.BluetoothGatt.ConnectionPriorityBalanced' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattConnectionPriority Android.Bluetooth.BluetoothGatt.ConnectionPriorityHigh' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattConnectionPriority Android.Bluetooth.BluetoothGatt.ConnectionPriorityLowPower' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattStatus Android.Bluetooth.BluetoothGatt.GattConnectionCongested' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattStatus Android.Bluetooth.BluetoothGatt.GattFailure' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattStatus Android.Bluetooth.BluetoothGatt.GattInsufficientAuthentication' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattStatus Android.Bluetooth.BluetoothGatt.GattInsufficientEncryption' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattStatus Android.Bluetooth.BluetoothGatt.GattInvalidAttributeLength' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattStatus Android.Bluetooth.BluetoothGatt.GattInvalidOffset' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattStatus Android.Bluetooth.BluetoothGatt.GattReadNotPermitted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattStatus Android.Bluetooth.BluetoothGatt.GattRequestNotSupported' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattStatus Android.Bluetooth.BluetoothGatt.GattSuccess' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattStatus Android.Bluetooth.BluetoothGatt.GattWriteNotPermitted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattFormat Android.Bluetooth.BluetoothGattCharacteristic.FormatFloat' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattFormat Android.Bluetooth.BluetoothGattCharacteristic.FormatSfloat' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattFormat Android.Bluetooth.BluetoothGattCharacteristic.FormatSint16' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattFormat Android.Bluetooth.BluetoothGattCharacteristic.FormatSint32' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattFormat Android.Bluetooth.BluetoothGattCharacteristic.FormatSint8' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattFormat Android.Bluetooth.BluetoothGattCharacteristic.FormatUint16' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattFormat Android.Bluetooth.BluetoothGattCharacteristic.FormatUint32' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattFormat Android.Bluetooth.BluetoothGattCharacteristic.FormatUint8' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattPermission Android.Bluetooth.BluetoothGattCharacteristic.PermissionRead' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattPermission Android.Bluetooth.BluetoothGattCharacteristic.PermissionReadEncrypted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattPermission Android.Bluetooth.BluetoothGattCharacteristic.PermissionReadEncryptedMitm' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattPermission Android.Bluetooth.BluetoothGattCharacteristic.PermissionWrite' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattPermission Android.Bluetooth.BluetoothGattCharacteristic.PermissionWriteEncrypted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattPermission Android.Bluetooth.BluetoothGattCharacteristic.PermissionWriteEncryptedMitm' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattPermission Android.Bluetooth.BluetoothGattCharacteristic.PermissionWriteSigned' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattPermission Android.Bluetooth.BluetoothGattCharacteristic.PermissionWriteSignedMitm' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattProperty Android.Bluetooth.BluetoothGattCharacteristic.PropertyBroadcast' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattProperty Android.Bluetooth.BluetoothGattCharacteristic.PropertyExtendedProps' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattProperty Android.Bluetooth.BluetoothGattCharacteristic.PropertyIndicate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattProperty Android.Bluetooth.BluetoothGattCharacteristic.PropertyNotify' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattProperty Android.Bluetooth.BluetoothGattCharacteristic.PropertyRead' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattProperty Android.Bluetooth.BluetoothGattCharacteristic.PropertySignedWrite' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattProperty Android.Bluetooth.BluetoothGattCharacteristic.PropertyWrite' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattProperty Android.Bluetooth.BluetoothGattCharacteristic.PropertyWriteNoResponse' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattWriteType Android.Bluetooth.BluetoothGattCharacteristic.WriteTypeDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattWriteType Android.Bluetooth.BluetoothGattCharacteristic.WriteTypeNoResponse' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattWriteType Android.Bluetooth.BluetoothGattCharacteristic.WriteTypeSigned' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Bluetooth.BluetoothGattCharacteristic.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattDescriptorPermission Android.Bluetooth.BluetoothGattDescriptor.PermissionRead' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattDescriptorPermission Android.Bluetooth.BluetoothGattDescriptor.PermissionReadEncrypted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattDescriptorPermission Android.Bluetooth.BluetoothGattDescriptor.PermissionReadEncryptedMitm' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattDescriptorPermission Android.Bluetooth.BluetoothGattDescriptor.PermissionWrite' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattDescriptorPermission Android.Bluetooth.BluetoothGattDescriptor.PermissionWriteEncrypted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattDescriptorPermission Android.Bluetooth.BluetoothGattDescriptor.PermissionWriteEncryptedMitm' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattDescriptorPermission Android.Bluetooth.BluetoothGattDescriptor.PermissionWriteSigned' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattDescriptorPermission Android.Bluetooth.BluetoothGattDescriptor.PermissionWriteSignedMitm' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Bluetooth.BluetoothGattDescriptor.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattServiceType Android.Bluetooth.BluetoothGattService.ServiceTypePrimary' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.GattServiceType Android.Bluetooth.BluetoothGattService.ServiceTypeSecondary' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Bluetooth.BluetoothGattService.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.AtCommand Android.Bluetooth.BluetoothHeadset.AtCmdTypeAction' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.AtCommand Android.Bluetooth.BluetoothHeadset.AtCmdTypeBasic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.AtCommand Android.Bluetooth.BluetoothHeadset.AtCmdTypeRead' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.AtCommand Android.Bluetooth.BluetoothHeadset.AtCmdTypeSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.AtCommand Android.Bluetooth.BluetoothHeadset.AtCmdTypeTest' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.HeadsetAudioState Android.Bluetooth.BluetoothHeadset.StateAudioConnected' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.HeadsetAudioState Android.Bluetooth.BluetoothHeadset.StateAudioConnecting' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.HeadsetAudioState Android.Bluetooth.BluetoothHeadset.StateAudioDisconnected' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.HealthApplicationConfig Android.Bluetooth.BluetoothHealth.AppConfigRegistrationFailure' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.HealthApplicationConfig Android.Bluetooth.BluetoothHealth.AppConfigRegistrationSuccess' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.HealthApplicationConfig Android.Bluetooth.BluetoothHealth.AppConfigUnregistrationFailure' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.HealthApplicationConfig Android.Bluetooth.BluetoothHealth.AppConfigUnregistrationSuccess' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.HealthChannelType Android.Bluetooth.BluetoothHealth.ChannelTypeReliable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.HealthChannelType Android.Bluetooth.BluetoothHealth.ChannelTypeStreaming' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.HealthState Android.Bluetooth.BluetoothHealth.StateChannelConnected' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.HealthState Android.Bluetooth.BluetoothHealth.StateChannelConnecting' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.HealthState Android.Bluetooth.BluetoothHealth.StateChannelDisconnected' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.HealthState Android.Bluetooth.BluetoothHealth.StateChannelDisconnecting' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.RoleType Android.Bluetooth.BluetoothHealth.SinkRole' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.RoleType Android.Bluetooth.BluetoothHealth.SourceRole' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Bluetooth.BluetoothHealthAppConfiguration.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.HidDeviceAppQosSettingsServiceType Android.Bluetooth.BluetoothHidDeviceAppQosSettings.ServiceBestEffort' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.HidDeviceAppQosSettingsServiceType Android.Bluetooth.BluetoothHidDeviceAppQosSettings.ServiceGuaranteed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Bluetooth.HidDeviceAppQosSettingsServiceType Android.Bluetooth.BluetoothHidDeviceAppQosSettings.ServiceNoTraffic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Bluetooth.BluetoothHidDeviceAppQosSettings.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Bluetooth.BluetoothHidDeviceAppSdpSettings.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Bluetooth.LE.AdvertiseData.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Bluetooth.LE.AdvertiseSettings.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Bluetooth.LE.AdvertisingSetParameters.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Bluetooth.LE.PeriodicAdvertisingParameters.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Bluetooth.LE.ScanFilter.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Bluetooth.LE.ScanResult.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Bluetooth.LE.ScanSettings.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Companion.AssociationRequest.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.ClipData.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.ClipDescription.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.Content.ComponentCallbacks2.TrimMemoryBackground' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.Content.ComponentCallbacks2.TrimMemoryComplete' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.Content.ComponentCallbacks2.TrimMemoryModerate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.Content.ComponentCallbacks2.TrimMemoryRunningCritical' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.Content.ComponentCallbacks2.TrimMemoryRunningLow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.Content.ComponentCallbacks2.TrimMemoryRunningModerate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.Content.ComponentCallbacks2.TrimMemoryUiHidden' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.ComponentName.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.Content.ContentProvider.InterfaceConsts.TrimMemoryBackground' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.Content.ContentProvider.InterfaceConsts.TrimMemoryComplete' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.Content.ContentProvider.InterfaceConsts.TrimMemoryModerate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.Content.ContentProvider.InterfaceConsts.TrimMemoryRunningCritical' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.Content.ContentProvider.InterfaceConsts.TrimMemoryRunningLow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.Content.ContentProvider.InterfaceConsts.TrimMemoryRunningModerate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.Content.ContentProvider.InterfaceConsts.TrimMemoryUiHidden' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.ContentProviderOperation.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.ContentProviderResult.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.NotifyChangeFlags Android.Content.ContentResolver.NotifySkipNotifyForDescendants' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.NotifyChangeFlags Android.Content.ContentResolver.NotifySyncToNetwork' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.QuerySortDirection Android.Content.ContentResolver.QuerySortDirectionAscending' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.QuerySortDirection Android.Content.ContentResolver.QuerySortDirectionDescending' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.SyncObserverType Android.Content.ContentResolver.SyncObserverTypeActive' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.SyncObserverType Android.Content.ContentResolver.SyncObserverTypePending' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.SyncObserverType Android.Content.ContentResolver.SyncObserverTypeSettings' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.ContentValues.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.DialogButtonType Android.Content.DialogInterface.ButtonNegative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.DialogButtonType Android.Content.DialogInterface.ButtonNeutral' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.DialogButtonType Android.Content.DialogInterface.ButtonPositive' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.DialogButtonTypeObsoleted Android.Content.DialogInterface.Button1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.DialogButtonTypeObsoleted Android.Content.DialogInterface.Button2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.DialogButtonTypeObsoleted Android.Content.DialogInterface.Button3' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.IntentUriType Android.Content.Intent.UriAllowUnsafe' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.IntentUriType Android.Content.Intent.UriAndroidAppScheme' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.IntentUriType Android.Content.Intent.UriIntentScheme' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.Intent.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.Intent.ShortcutIconResource.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.IntentFilterPriority Android.Content.IntentFilter.SystemHighPriority' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.IntentFilterPriority Android.Content.IntentFilter.SystemLowPriority' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.IntentFilter.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.IntentSender.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.LocusId.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PeriodicSync.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.RestrictionEntryType Android.Content.RestrictionEntry.TypeBoolean' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.RestrictionEntryType Android.Content.RestrictionEntry.TypeBundle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.RestrictionEntryType Android.Content.RestrictionEntry.TypeBundleArray' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.RestrictionEntryType Android.Content.RestrictionEntry.TypeChoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.RestrictionEntryType Android.Content.RestrictionEntry.TypeInteger' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.RestrictionEntryType Android.Content.RestrictionEntry.TypeMultiSelect' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.RestrictionEntryType Android.Content.RestrictionEntry.TypeNull' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.RestrictionEntryType Android.Content.RestrictionEntry.TypeString' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.RestrictionEntry.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.SyncAdapterType.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.SyncInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.SyncRequest.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.SyncResult.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.SyncStats.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.UriPermission.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PM.ActivityInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PM.ApplicationInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PM.ChangedPackages.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.InputFeature Android.Content.PM.ConfigurationInfo.InputFeatureFiveWayNav' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.InputFeature Android.Content.PM.ConfigurationInfo.InputFeatureHardKeyboard' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PM.ConfigurationInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PM.FeatureGroupInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.FeatureFlags Android.Content.PM.FeatureInfo.FlagRequired' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PM.FeatureInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PM.InstrumentationInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PinItemRequestType Android.Content.PM.LauncherApps.PinItemRequest.RequestTypeAppwidget' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PinItemRequestType Android.Content.PM.LauncherApps.PinItemRequest.RequestTypeShortcut' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PM.LauncherApps.PinItemRequest.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.LauncherAppsShortcutQueryFlags Android.Content.PM.LauncherApps.ShortcutQuery.FlagGetKeyFieldsOnly' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.LauncherAppsShortcutQueryFlags Android.Content.PM.LauncherApps.ShortcutQuery.FlagMatchDynamic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.LauncherAppsShortcutQueryFlags Android.Content.PM.LauncherApps.ShortcutQuery.FlagMatchManifest' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.LauncherAppsShortcutQueryFlags Android.Content.PM.LauncherApps.ShortcutQuery.FlagMatchPinned' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.LauncherAppsShortcutQueryFlags Android.Content.PM.LauncherApps.ShortcutQuery.FlagMatchPinnedByAnyLauncher' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PM.ModuleInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.RequestedPermission Android.Content.PM.PackageInfo.RequestedPermissionGranted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.RequestedPermission Android.Content.PM.PackageInfo.RequestedPermissionRequired' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PM.PackageInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.StagedSession Android.Content.PM.PackageInstaller.SessionInfo.StagedSessionActivationFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.StagedSession Android.Content.PM.PackageInstaller.SessionInfo.StagedSessionNoError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.StagedSession Android.Content.PM.PackageInstaller.SessionInfo.StagedSessionUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.StagedSession Android.Content.PM.PackageInstaller.SessionInfo.StagedSessionVerificationFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PM.PackageInstaller.SessionInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PM.PackageInstaller.SessionParams.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.CertificateType Android.Content.PM.PackageManager.CertInputRawX509' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.CertificateType Android.Content.PM.PackageManager.CertInputSha256' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.ComponentEnableOption Android.Content.PM.PackageManager.DontKillApp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.FlagPermission Android.Content.PM.PackageManager.FlagPermissionWhitelistInstaller' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.FlagPermission Android.Content.PM.PackageManager.FlagPermissionWhitelistSystem' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.FlagPermission Android.Content.PM.PackageManager.FlagPermissionWhitelistUpgrade' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PackageInstallVerification Android.Content.PM.PackageManager.VerificationAllow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PackageInstallVerification Android.Content.PM.PackageManager.VerificationReject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PM.PackageStats.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PermissionGroupInfoFlags Android.Content.PM.PermissionGroupInfo.FlagPersonalInfo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PM.PermissionGroupInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PermissionInfoFlags Android.Content.PM.PermissionInfo.FlagCostsMoney' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PermissionInfoFlags Android.Content.PM.PermissionInfo.FlagHardRestricted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PermissionInfoFlags Android.Content.PM.PermissionInfo.FlagImmutablyRestricted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PermissionInfoFlags Android.Content.PM.PermissionInfo.FlagInstalled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.PermissionInfoFlags Android.Content.PM.PermissionInfo.FlagSoftRestricted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PM.PermissionInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.ProviderInfoFlags Android.Content.PM.ProviderInfo.FlagSingleUser' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PM.ProviderInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PM.ResolveInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.ForegroundService Android.Content.PM.ServiceInfo.ForegroundServiceTypeConnectedDevice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.ForegroundService Android.Content.PM.ServiceInfo.ForegroundServiceTypeDataSync' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.ForegroundService Android.Content.PM.ServiceInfo.ForegroundServiceTypeLocation' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.ForegroundService Android.Content.PM.ServiceInfo.ForegroundServiceTypeManifest' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.ForegroundService Android.Content.PM.ServiceInfo.ForegroundServiceTypeMediaPlayback' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.ForegroundService Android.Content.PM.ServiceInfo.ForegroundServiceTypeMediaProjection' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.ForegroundService Android.Content.PM.ServiceInfo.ForegroundServiceTypeNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.ForegroundService Android.Content.PM.ServiceInfo.ForegroundServiceTypePhoneCall' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.ServiceInfoFlags Android.Content.PM.ServiceInfo.FlagExternalService' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.ServiceInfoFlags Android.Content.PM.ServiceInfo.FlagIsolatedProcess' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.ServiceInfoFlags Android.Content.PM.ServiceInfo.FlagSingleUser' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.ServiceInfoFlags Android.Content.PM.ServiceInfo.FlagStopWithTask' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.ServiceInfoFlags Android.Content.PM.ServiceInfo.FlagUseAppZygote' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PM.ServiceInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.SharedLibraryType Android.Content.PM.SharedLibraryInfo.TypeBuiltin' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.SharedLibraryType Android.Content.PM.SharedLibraryInfo.TypeDynamic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.SharedLibraryType Android.Content.PM.SharedLibraryInfo.TypeStatic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PM.SharedLibraryInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.ShortcutDisabledReason Android.Content.PM.ShortcutInfo.DisabledReasonAppChanged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.ShortcutDisabledReason Android.Content.PM.ShortcutInfo.DisabledReasonBackupNotSupported' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.ShortcutDisabledReason Android.Content.PM.ShortcutInfo.DisabledReasonByApp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.ShortcutDisabledReason Android.Content.PM.ShortcutInfo.DisabledReasonNotDisabled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.ShortcutDisabledReason Android.Content.PM.ShortcutInfo.DisabledReasonOtherRestoreIssue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.ShortcutDisabledReason Android.Content.PM.ShortcutInfo.DisabledReasonSignatureMismatch' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.ShortcutDisabledReason Android.Content.PM.ShortcutInfo.DisabledReasonUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.PM.ShortcutDisabledReason Android.Content.PM.ShortcutInfo.DisabledReasonVersionLower' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PM.ShortcutInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PM.Signature.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PM.SigningInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.PM.VersionedPackage.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.Res.AssetFileDescriptor.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.Res.ColorStateList.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.ColorMode Android.Content.Res.Configuration.ColorModeHdrMask' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.ColorMode Android.Content.Res.Configuration.ColorModeHdrNo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.ColorMode Android.Content.Res.Configuration.ColorModeHdrShift' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.ColorMode Android.Content.Res.Configuration.ColorModeHdrUndefined' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.ColorMode Android.Content.Res.Configuration.ColorModeHdrYes' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.ColorMode Android.Content.Res.Configuration.ColorModeUndefined' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.ColorMode Android.Content.Res.Configuration.ColorModeWideColorGamutMask' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.ColorMode Android.Content.Res.Configuration.ColorModeWideColorGamutNo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.ColorMode Android.Content.Res.Configuration.ColorModeWideColorGamutUndefined' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.ColorMode Android.Content.Res.Configuration.ColorModeWideColorGamutYes' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.Screen Android.Content.Res.Configuration.ScreenHeightDpUndefined' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.Screen Android.Content.Res.Configuration.ScreenWidthDpUndefined' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.UiMode Android.Content.Res.Configuration.UiModeNightMask' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.UiMode Android.Content.Res.Configuration.UiModeNightNo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.UiMode Android.Content.Res.Configuration.UiModeNightUndefined' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.UiMode Android.Content.Res.Configuration.UiModeNightYes' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.UiMode Android.Content.Res.Configuration.UiModeTypeAppliance' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.UiMode Android.Content.Res.Configuration.UiModeTypeCar' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.UiMode Android.Content.Res.Configuration.UiModeTypeDesk' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.UiMode Android.Content.Res.Configuration.UiModeTypeMask' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.UiMode Android.Content.Res.Configuration.UiModeTypeNormal' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.UiMode Android.Content.Res.Configuration.UiModeTypeTelevision' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.UiMode Android.Content.Res.Configuration.UiModeTypeUndefined' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.UiMode Android.Content.Res.Configuration.UiModeTypeVrHeadset' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.UiMode Android.Content.Res.Configuration.UiModeTypeWatch' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.Res.Configuration.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.Res.ObbFlags Android.Content.Res.ObbInfo.ObbOverlay' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Content.Res.ObbInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Database.CursorWindow.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Database.Sqlite.Conflict Android.Database.Sqlite.SQLiteDatabase.ConflictAbort' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Database.Sqlite.Conflict Android.Database.Sqlite.SQLiteDatabase.ConflictFail' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Database.Sqlite.Conflict Android.Database.Sqlite.SQLiteDatabase.ConflictIgnore' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Database.Sqlite.Conflict Android.Database.Sqlite.SQLiteDatabase.ConflictNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Database.Sqlite.Conflict Android.Database.Sqlite.SQLiteDatabase.ConflictReplace' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Database.Sqlite.Conflict Android.Database.Sqlite.SQLiteDatabase.ConflictRollback' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmErrorEventType Android.Drm.DrmErrorEvent.TypeAcquireDrmInfoFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmErrorEventType Android.Drm.DrmErrorEvent.TypeNoInternetConnection' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmErrorEventType Android.Drm.DrmErrorEvent.TypeNotSupported' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmErrorEventType Android.Drm.DrmErrorEvent.TypeOutOfMemory' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmErrorEventType Android.Drm.DrmErrorEvent.TypeProcessDrmInfoFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmErrorEventType Android.Drm.DrmErrorEvent.TypeRemoveAllRightsFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmErrorEventType Android.Drm.DrmErrorEvent.TypeRightsNotInstalled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmErrorEventType Android.Drm.DrmErrorEvent.TypeRightsRenewalNotAllowed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmEventType Android.Drm.DrmEvent.TypeAllRightsRemoved' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmEventType Android.Drm.DrmEvent.TypeDrmInfoProcessed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfoEventType Android.Drm.DrmInfoEvent.TypeAccountAlreadyRegistered' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfoEventType Android.Drm.DrmInfoEvent.TypeAlreadyRegisteredByAnotherAccount' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfoEventType Android.Drm.DrmInfoEvent.TypeRemoveRights' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfoEventType Android.Drm.DrmInfoEvent.TypeRightsInstalled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfoEventType Android.Drm.DrmInfoEvent.TypeRightsRemoved' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Drm.DrmInfoEventType Android.Drm.DrmInfoEvent.TypeWaitForRights' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Gestures.Gesture.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Graphics.Bitmap.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Sync Android.Graphics.HardwareRenderer.SyncContextIsStopped' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Sync Android.Graphics.HardwareRenderer.SyncFrameDropped' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Sync Android.Graphics.HardwareRenderer.SyncLostSurfaceRewardIfFound' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Sync Android.Graphics.HardwareRenderer.SyncOk' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Sync Android.Graphics.HardwareRenderer.SyncRedrawRequested' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageDecoderAllocator Android.Graphics.ImageDecoder.AllocatorDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageDecoderAllocator Android.Graphics.ImageDecoder.AllocatorHardware' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageDecoderAllocator Android.Graphics.ImageDecoder.AllocatorSharedMemory' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageDecoderAllocator Android.Graphics.ImageDecoder.AllocatorSoftware' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageDecoderMemoryPolicy Android.Graphics.ImageDecoder.MemoryPolicyDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageDecoderMemoryPolicy Android.Graphics.ImageDecoder.MemoryPolicyLowRam' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageDecoderErrorType Android.Graphics.ImageDecoder.DecodeException.SourceException' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageDecoderErrorType Android.Graphics.ImageDecoder.DecodeException.SourceIncomplete' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageDecoderErrorType Android.Graphics.ImageDecoder.DecodeException.SourceMalformedData' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.Depth16' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.DepthJpeg' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.DepthPointCloud' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.FlexRgb888' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.FlexRgba8888' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.Heic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.Jpeg' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.Nv16' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.Nv21' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.Private' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.Raw10' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.Raw12' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.RawPrivate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.RawSensor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.Rgb565' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.Unknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.Y8' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.Yuv420888' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.Yuv422888' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.Yuv444888' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.Yuy2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.ImageFormatType Android.Graphics.ImageFormat.Yv12' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Graphics.Insets.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Cursor Android.Graphics.Paint.CursorAfter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Cursor Android.Graphics.Paint.CursorAt' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Cursor Android.Graphics.Paint.CursorAtOrAfter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Cursor Android.Graphics.Paint.CursorAtOrBefore' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Cursor Android.Graphics.Paint.CursorBefore' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.PaintHinting Android.Graphics.Paint.HintingOff' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.PaintHinting Android.Graphics.Paint.HintingOn' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Graphics.Point.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Graphics.PointF.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Graphics.Rect.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Graphics.RectF.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Graphics.Region.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Drawables.ClipDrawableOrientation Android.Graphics.Drawables.ClipDrawable.Horizontal' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Drawables.ClipDrawableOrientation Android.Graphics.Drawables.ClipDrawable.Vertical' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Drawables.IconType Android.Graphics.Drawables.Icon.TypeAdaptiveBitmap' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Drawables.IconType Android.Graphics.Drawables.Icon.TypeBitmap' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Drawables.IconType Android.Graphics.Drawables.Icon.TypeData' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Drawables.IconType Android.Graphics.Drawables.Icon.TypeResource' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Drawables.IconType Android.Graphics.Drawables.Icon.TypeUri' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Graphics.Drawables.Icon.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Drawables.LayerDrawablePaddingMode Android.Graphics.Drawables.LayerDrawable.PaddingModeNest' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Drawables.LayerDrawablePaddingMode Android.Graphics.Drawables.LayerDrawable.PaddingModeStack' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Fonts.FontSlant Android.Graphics.Fonts.FontStyle.FontSlantItalic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Fonts.FontSlant Android.Graphics.Fonts.FontStyle.FontSlantUpright' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Pdf.PdfRenderMode Android.Graphics.Pdf.PdfRenderer.Page.RenderModeForDisplay' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Pdf.PdfRenderMode Android.Graphics.Pdf.PdfRenderer.Page.RenderModeForPrint' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Text.BreakStrategy Android.Graphics.Text.LineBreaker.BreakStrategyBalanced' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Text.BreakStrategy Android.Graphics.Text.LineBreaker.BreakStrategyHighQuality' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Text.BreakStrategy Android.Graphics.Text.LineBreaker.BreakStrategySimple' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Text.HyphenationFrequency Android.Graphics.Text.LineBreaker.HyphenationFrequencyFull' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Text.HyphenationFrequency Android.Graphics.Text.LineBreaker.HyphenationFrequencyNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Text.HyphenationFrequency Android.Graphics.Text.LineBreaker.HyphenationFrequencyNormal' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Text.JustificationMode Android.Graphics.Text.LineBreaker.JustificationModeInterWord' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Graphics.Text.JustificationMode Android.Graphics.Text.LineBreaker.JustificationModeNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.CameraFacing Android.Hardware.Camera.CameraInfo.CameraFacingBack' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.CameraFacing Android.Hardware.Camera.CameraInfo.CameraFacingFront' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.FocusDistance Android.Hardware.Camera.Parameters.FocusDistanceFarIndex' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.FocusDistance Android.Hardware.Camera.Parameters.FocusDistanceNearIndex' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.FocusDistance Android.Hardware.Camera.Parameters.FocusDistanceOptimalIndex' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Preview Android.Hardware.Camera.Parameters.PreviewFpsMaxIndex' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Preview Android.Hardware.Camera.Parameters.PreviewFpsMinIndex' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Hardware.HardwareBuffer.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.SensorAdditionalInfoType Android.Hardware.SensorAdditionalInfo.TypeFrameBegin' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.SensorAdditionalInfoType Android.Hardware.SensorAdditionalInfo.TypeFrameEnd' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.SensorAdditionalInfoType Android.Hardware.SensorAdditionalInfo.TypeInternalTemperature' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.SensorAdditionalInfoType Android.Hardware.SensorAdditionalInfo.TypeSampling' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.SensorAdditionalInfoType Android.Hardware.SensorAdditionalInfo.TypeSensorPlacement' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.SensorAdditionalInfoType Android.Hardware.SensorAdditionalInfo.TypeUntrackedDelay' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.SensorAdditionalInfoType Android.Hardware.SensorAdditionalInfo.TypeVec3Calibration' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricCode Android.Hardware.Biometrics.BiometricManager.BiometricErrorHwUnavailable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricCode Android.Hardware.Biometrics.BiometricManager.BiometricErrorNoHardware' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricCode Android.Hardware.Biometrics.BiometricManager.BiometricErrorNoneEnrolled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricCode Android.Hardware.Biometrics.BiometricManager.BiometricSuccess' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricAcquiredStatus Android.Hardware.Biometrics.BiometricPrompt.BiometricAcquiredGood' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricAcquiredStatus Android.Hardware.Biometrics.BiometricPrompt.BiometricAcquiredImagerDirty' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricAcquiredStatus Android.Hardware.Biometrics.BiometricPrompt.BiometricAcquiredInsufficient' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricAcquiredStatus Android.Hardware.Biometrics.BiometricPrompt.BiometricAcquiredPartial' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricAcquiredStatus Android.Hardware.Biometrics.BiometricPrompt.BiometricAcquiredTooFast' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricAcquiredStatus Android.Hardware.Biometrics.BiometricPrompt.BiometricAcquiredTooSlow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricErrorCode Android.Hardware.Biometrics.BiometricPrompt.BiometricErrorCanceled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricErrorCode Android.Hardware.Biometrics.BiometricPrompt.BiometricErrorHwNotPresent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricErrorCode Android.Hardware.Biometrics.BiometricPrompt.BiometricErrorHwUnavailable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricErrorCode Android.Hardware.Biometrics.BiometricPrompt.BiometricErrorLockout' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricErrorCode Android.Hardware.Biometrics.BiometricPrompt.BiometricErrorLockoutPermanent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricErrorCode Android.Hardware.Biometrics.BiometricPrompt.BiometricErrorNoBiometrics' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricErrorCode Android.Hardware.Biometrics.BiometricPrompt.BiometricErrorNoDeviceCredential' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricErrorCode Android.Hardware.Biometrics.BiometricPrompt.BiometricErrorNoSpace' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricErrorCode Android.Hardware.Biometrics.BiometricPrompt.BiometricErrorTimeout' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricErrorCode Android.Hardware.Biometrics.BiometricPrompt.BiometricErrorUnableToProcess' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricErrorCode Android.Hardware.Biometrics.BiometricPrompt.BiometricErrorUserCanceled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Biometrics.BiometricErrorCode Android.Hardware.Biometrics.BiometricPrompt.BiometricErrorVendor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Hardware.Camera2.CaptureRequest.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Hardware.Camera2.Params.OutputConfiguration.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Camera2.Params.UsecaseMode Android.Hardware.Camera2.Params.RecommendedStreamConfigurationMap.UsecaseLowLatencySnapshot' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Camera2.Params.UsecaseMode Android.Hardware.Camera2.Params.RecommendedStreamConfigurationMap.UsecasePreview' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Camera2.Params.UsecaseMode Android.Hardware.Camera2.Params.RecommendedStreamConfigurationMap.UsecaseRaw' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Camera2.Params.UsecaseMode Android.Hardware.Camera2.Params.RecommendedStreamConfigurationMap.UsecaseRecord' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Camera2.Params.UsecaseMode Android.Hardware.Camera2.Params.RecommendedStreamConfigurationMap.UsecaseSnapshot' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Camera2.Params.UsecaseMode Android.Hardware.Camera2.Params.RecommendedStreamConfigurationMap.UsecaseVideoSnapshot' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Camera2.Params.UsecaseMode Android.Hardware.Camera2.Params.RecommendedStreamConfigurationMap.UsecaseZsl' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Camera2.Params.SessionType Android.Hardware.Camera2.Params.SessionConfiguration.SessionHighSpeed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Camera2.Params.SessionType Android.Hardware.Camera2.Params.SessionConfiguration.SessionRegular' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Hardware.Camera2.Params.SessionConfiguration.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Display.VirtualDisplayFlags Android.Hardware.Display.DisplayManager.VirtualDisplayFlagAutoMirror' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Display.VirtualDisplayFlags Android.Hardware.Display.DisplayManager.VirtualDisplayFlagOwnContentOnly' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Display.VirtualDisplayFlags Android.Hardware.Display.DisplayManager.VirtualDisplayFlagPresentation' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Display.VirtualDisplayFlags Android.Hardware.Display.DisplayManager.VirtualDisplayFlagPublic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Display.VirtualDisplayFlags Android.Hardware.Display.DisplayManager.VirtualDisplayFlagSecure' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Location.GeofenceError Android.Hardware.Location.GeofenceHardware.GeofenceErrorIdExists' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Location.GeofenceError Android.Hardware.Location.GeofenceHardware.GeofenceErrorIdUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Location.GeofenceError Android.Hardware.Location.GeofenceHardware.GeofenceErrorInvalidTransition' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Location.GeofenceError Android.Hardware.Location.GeofenceHardware.GeofenceErrorTooManyGeofences' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Location.GeofenceMonitoringType Android.Hardware.Location.GeofenceHardware.MonitoringTypeGpsHardware' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Location.GeofenceMonitorStatus Android.Hardware.Location.GeofenceHardware.MonitorCurrentlyAvailable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Location.GeofenceMonitorStatus Android.Hardware.Location.GeofenceHardware.MonitorCurrentlyUnavailable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Location.GeofenceMonitorStatus Android.Hardware.Location.GeofenceHardware.MonitorUnsupported' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Location.GeofenceTransition Android.Hardware.Location.GeofenceHardware.GeofenceEntered' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Location.GeofenceTransition Android.Hardware.Location.GeofenceHardware.GeofenceExited' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Location.GeofenceTransition Android.Hardware.Location.GeofenceHardware.GeofenceFailure' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Location.GeofenceTransition Android.Hardware.Location.GeofenceHardware.GeofenceSuccess' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Hardware.Location.GeofenceTransition Android.Hardware.Location.GeofenceHardware.GeofenceUncertain' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Hardware.Usb.UsbAccessory.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Hardware.Usb.UsbConfiguration.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Hardware.Usb.UsbDevice.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Hardware.Usb.UsbEndpoint.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Hardware.Usb.UsbInterface.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Lang.FoldCaseOptions Android.Icu.Lang.UCharacter.FoldCaseDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Lang.FoldCaseOptions Android.Icu.Lang.UCharacter.FoldCaseExcludeSpecialI' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Lang.TitlecaseOptions Android.Icu.Lang.UCharacter.TitlecaseNoBreakAdjustment' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Lang.TitlecaseOptions Android.Icu.Lang.UCharacter.TitlecaseNoLowercase' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Math.RoundOptions Android.Icu.Math.BigDecimal.RoundCeiling' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Math.RoundOptions Android.Icu.Math.BigDecimal.RoundDown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Math.RoundOptions Android.Icu.Math.BigDecimal.RoundFloor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Math.RoundOptions Android.Icu.Math.BigDecimal.RoundHalfDown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Math.RoundOptions Android.Icu.Math.BigDecimal.RoundHalfEven' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Math.RoundOptions Android.Icu.Math.BigDecimal.RoundHalfUp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Math.RoundOptions Android.Icu.Math.BigDecimal.RoundUnnecessary' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Math.RoundOptions Android.Icu.Math.BigDecimal.RoundUp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Math.MathNotationForm Android.Icu.Math.MathContext.Engineering' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Math.MathNotationForm Android.Icu.Math.MathContext.Plain' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Math.MathNotationForm Android.Icu.Math.MathContext.Scientific' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Math.RoundOptionsUnused Android.Icu.Math.MathContext.RoundCeiling' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Math.RoundOptionsUnused Android.Icu.Math.MathContext.RoundDown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Math.RoundOptionsUnused Android.Icu.Math.MathContext.RoundFloor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Math.RoundOptionsUnused Android.Icu.Math.MathContext.RoundHalfDown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Math.RoundOptionsUnused Android.Icu.Math.MathContext.RoundHalfEven' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Math.RoundOptionsUnused Android.Icu.Math.MathContext.RoundHalfUp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Math.RoundOptionsUnused Android.Icu.Math.MathContext.RoundUnnecessary' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Math.RoundOptionsUnused Android.Icu.Math.MathContext.RoundUp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BidiOptions Android.Icu.Text.Bidi.DirectionDefaultLeftToRight' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BidiOptions Android.Icu.Text.Bidi.DirectionDefaultRightToLeft' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BidiOptions Android.Icu.Text.Bidi.DirectionLeftToRight' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BidiOptions Android.Icu.Text.Bidi.DirectionRightToLeft' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BidiOptions Android.Icu.Text.Bidi.MapNowhere' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BidiOptions Android.Icu.Text.Bidi.OptionDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BidiOptions Android.Icu.Text.Bidi.OptionInsertMarks' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BidiOptions Android.Icu.Text.Bidi.OptionRemoveControls' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BidiOptions Android.Icu.Text.Bidi.OptionStreaming' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BreakKind Android.Icu.Text.BreakIterator.KindCharacter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BreakKind Android.Icu.Text.BreakIterator.KindLine' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BreakKind Android.Icu.Text.BreakIterator.KindSentence' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BreakKind Android.Icu.Text.BreakIterator.KindTitle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BreakKind Android.Icu.Text.BreakIterator.KindWord' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BreakWord Android.Icu.Text.BreakIterator.WordIdeo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BreakWord Android.Icu.Text.BreakIterator.WordIdeoLimit' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BreakWord Android.Icu.Text.BreakIterator.WordKana' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BreakWord Android.Icu.Text.BreakIterator.WordKanaLimit' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BreakWord Android.Icu.Text.BreakIterator.WordLetter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BreakWord Android.Icu.Text.BreakIterator.WordLetterLimit' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BreakWord Android.Icu.Text.BreakIterator.WordNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BreakWord Android.Icu.Text.BreakIterator.WordNoneLimit' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BreakWord Android.Icu.Text.BreakIterator.WordNumber' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.BreakWord Android.Icu.Text.BreakIterator.WordNumberLimit' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.CollationKeyBoundMode Android.Icu.Text.CollationKey.BoundMode.Lower' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.CollationKeyBoundMode Android.Icu.Text.CollationKey.BoundMode.Upper' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.CollationKeyBoundMode Android.Icu.Text.CollationKey.BoundMode.UpperLong' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.CollationStrength Android.Icu.Text.Collator.Identical' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.CollationStrength Android.Icu.Text.Collator.Primary' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.CollationStrength Android.Icu.Text.Collator.Quaternary' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.CollationStrength Android.Icu.Text.Collator.Secondary' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.CollationStrength Android.Icu.Text.Collator.Tertiary' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.CollatorDecompositionMode Android.Icu.Text.Collator.CanonicalDecomposition' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.CollatorDecompositionMode Android.Icu.Text.Collator.FullDecomposition' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.CollatorDecompositionMode Android.Icu.Text.Collator.NoDecomposition' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.AmPmField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.AmPmMidnightNoonField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.DateField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.DayOfWeekField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.DayOfWeekInMonthField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.DayOfYearField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.DowLocalField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.EraField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.ExtendedYearField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.FlexibleDayPeriodField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.FractionalSecondField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.Hour0Field' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.Hour1Field' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.HourOfDay0Field' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.HourOfDay1Field' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.JulianDayField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.MillisecondField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.MillisecondsInDayField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.MinuteField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.MonthField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.QuarterField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.SecondField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.StandaloneDayField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.StandaloneMonthField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.StandaloneQuarterField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.TimezoneField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.TimezoneGenericField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.TimezoneIsoField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.TimezoneIsoLocalField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.TimezoneLocalizedGmtOffsetField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.TimezoneRfcField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.TimezoneSpecialField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.WeekOfMonthField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.WeekOfYearField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.YearField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.YearNameField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatField Android.Icu.Text.DateFormat.YearWoyField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatStyle Android.Icu.Text.DateFormat.Default' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatStyle Android.Icu.Text.DateFormat.Full' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatStyle Android.Icu.Text.DateFormat.Long' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatStyle Android.Icu.Text.DateFormat.Medium' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatStyle Android.Icu.Text.DateFormat.None' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatStyle Android.Icu.Text.DateFormat.Relative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatStyle Android.Icu.Text.DateFormat.RelativeDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatStyle Android.Icu.Text.DateFormat.RelativeFull' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatStyle Android.Icu.Text.DateFormat.RelativeLong' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatStyle Android.Icu.Text.DateFormat.RelativeMedium' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatStyle Android.Icu.Text.DateFormat.RelativeShort' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatStyle Android.Icu.Text.DateFormat.Short' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatSymbolContext Android.Icu.Text.DateFormatSymbols.Format' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatSymbolContext Android.Icu.Text.DateFormatSymbols.Standalone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatSymbolWidth Android.Icu.Text.DateFormatSymbols.Abbreviated' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatSymbolWidth Android.Icu.Text.DateFormatSymbols.Narrow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatSymbolWidth Android.Icu.Text.DateFormatSymbols.Short' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateFormatSymbolWidth Android.Icu.Text.DateFormatSymbols.Wide' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateTimePatternField Android.Icu.Text.DateTimePatternGenerator.Day' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateTimePatternField Android.Icu.Text.DateTimePatternGenerator.DayOfWeekInMonth' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateTimePatternField Android.Icu.Text.DateTimePatternGenerator.DayOfYear' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateTimePatternField Android.Icu.Text.DateTimePatternGenerator.Dayperiod' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateTimePatternField Android.Icu.Text.DateTimePatternGenerator.Era' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateTimePatternField Android.Icu.Text.DateTimePatternGenerator.FractionalSecond' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateTimePatternField Android.Icu.Text.DateTimePatternGenerator.Hour' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateTimePatternField Android.Icu.Text.DateTimePatternGenerator.Minute' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateTimePatternField Android.Icu.Text.DateTimePatternGenerator.Month' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateTimePatternField Android.Icu.Text.DateTimePatternGenerator.Quarter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateTimePatternField Android.Icu.Text.DateTimePatternGenerator.Second' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateTimePatternField Android.Icu.Text.DateTimePatternGenerator.Weekday' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateTimePatternField Android.Icu.Text.DateTimePatternGenerator.WeekOfMonth' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateTimePatternField Android.Icu.Text.DateTimePatternGenerator.WeekOfYear' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateTimePatternField Android.Icu.Text.DateTimePatternGenerator.Year' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateTimePatternField Android.Icu.Text.DateTimePatternGenerator.Zone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateTimePatternMatchOptions Android.Icu.Text.DateTimePatternGenerator.MatchAllFieldsLength' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateTimePatternMatchOptions Android.Icu.Text.DateTimePatternGenerator.MatchHourFieldLength' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateTimePatternMatchOptions Android.Icu.Text.DateTimePatternGenerator.MatchNoOptions' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateTimeAddPatternResult Android.Icu.Text.DateTimePatternGenerator.PatternInfo.BaseConflict' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateTimeAddPatternResult Android.Icu.Text.DateTimePatternGenerator.PatternInfo.Conflict' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DateTimeAddPatternResult Android.Icu.Text.DateTimePatternGenerator.PatternInfo.Ok' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.PadPosition Android.Icu.Text.DecimalFormat.PadAfterPrefix' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.PadPosition Android.Icu.Text.DecimalFormat.PadAfterSuffix' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.PadPosition Android.Icu.Text.DecimalFormat.PadBeforePrefix' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.PadPosition Android.Icu.Text.DecimalFormat.PadBeforeSuffix' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.CurrencySpacing Android.Icu.Text.DecimalFormatSymbols.CurrencySpcCurrencyMatch' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.CurrencySpacing Android.Icu.Text.DecimalFormatSymbols.CurrencySpcInsert' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.CurrencySpacing Android.Icu.Text.DecimalFormatSymbols.CurrencySpcSurroundingMatch' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.IDNAOptions Android.Icu.Text.IDNA.CheckBidi' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.IDNAOptions Android.Icu.Text.IDNA.CheckContextj' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.IDNAOptions Android.Icu.Text.IDNA.CheckContexto' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.IDNAOptions Android.Icu.Text.IDNA.Default' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.IDNAOptions Android.Icu.Text.IDNA.NontransitionalToAscii' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.IDNAOptions Android.Icu.Text.IDNA.NontransitionalToUnicode' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.IDNAOptions Android.Icu.Text.IDNA.UseStd3Rules' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.NormalizerCompareOptions Android.Icu.Text.Normalizer.CompareCodePointOrder' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.NormalizerCompareOptions Android.Icu.Text.Normalizer.CompareIgnoreCase' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.NormalizerCompareOptions Android.Icu.Text.Normalizer.FoldCaseDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.NormalizerCompareOptions Android.Icu.Text.Normalizer.FoldCaseExcludeSpecialI' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.NormalizerCompareOptions Android.Icu.Text.Normalizer.InputIsFcd' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.NumberFormatField Android.Icu.Text.NumberFormat.FractionField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.NumberFormatField Android.Icu.Text.NumberFormat.IntegerField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.NumberFormatStyles Android.Icu.Text.NumberFormat.Accountingcurrencystyle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.NumberFormatStyles Android.Icu.Text.NumberFormat.Cashcurrencystyle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.NumberFormatStyles Android.Icu.Text.NumberFormat.Currencystyle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.NumberFormatStyles Android.Icu.Text.NumberFormat.Integerstyle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.NumberFormatStyles Android.Icu.Text.NumberFormat.Isocurrencystyle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.NumberFormatStyles Android.Icu.Text.NumberFormat.Numberstyle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.NumberFormatStyles Android.Icu.Text.NumberFormat.Percentstyle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.NumberFormatStyles Android.Icu.Text.NumberFormat.Pluralcurrencystyle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.NumberFormatStyles Android.Icu.Text.NumberFormat.Scientificstyle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.NumberFormatStyles Android.Icu.Text.NumberFormat.Standardcurrencystyle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.StringPrepParseExceptionError Android.Icu.Text.StringPrepParseException.AcePrefixError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.StringPrepParseExceptionError Android.Icu.Text.StringPrepParseException.BufferOverflowError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.StringPrepParseExceptionError Android.Icu.Text.StringPrepParseException.CheckBidiError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.StringPrepParseExceptionError Android.Icu.Text.StringPrepParseException.DomainNameTooLongError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.StringPrepParseExceptionError Android.Icu.Text.StringPrepParseException.IllegalCharFound' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.StringPrepParseExceptionError Android.Icu.Text.StringPrepParseException.InvalidCharFound' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.StringPrepParseExceptionError Android.Icu.Text.StringPrepParseException.LabelTooLongError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.StringPrepParseExceptionError Android.Icu.Text.StringPrepParseException.ProhibitedError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.StringPrepParseExceptionError Android.Icu.Text.StringPrepParseException.Std3AsciiRulesError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.StringPrepParseExceptionError Android.Icu.Text.StringPrepParseException.UnassignedError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.StringPrepParseExceptionError Android.Icu.Text.StringPrepParseException.VerificationError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.StringPrepParseExceptionError Android.Icu.Text.StringPrepParseException.ZeroLengthLabel' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DirectionOptions Android.Icu.Text.Transliterator.Forward' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.DirectionOptions Android.Icu.Text.Transliterator.Reverse' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.UnicodeMatchResult Android.Icu.Text.UnicodeFilter.InterfaceConsts.UMatch' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.UnicodeMatchResult Android.Icu.Text.UnicodeFilter.InterfaceConsts.UMismatch' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.UnicodeMatchResult Android.Icu.Text.UnicodeFilter.InterfaceConsts.UPartialMatch' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.UnicodeMatchResult Android.Icu.Text.UnicodeMatcher.UMatch' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.UnicodeMatchResult Android.Icu.Text.UnicodeMatcher.UMismatch' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.UnicodeMatchResult Android.Icu.Text.UnicodeMatcher.UPartialMatch' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.UnicodeSetOptions Android.Icu.Text.UnicodeSet.AddCaseMappings' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.UnicodeSetOptions Android.Icu.Text.UnicodeSet.Case' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.UnicodeSetOptions Android.Icu.Text.UnicodeSet.CaseInsensitive' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Text.UnicodeSetOptions Android.Icu.Text.UnicodeSet.IgnoreSpace' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CalendarField Android.Icu.Util.Calendar.AmPm' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CalendarField Android.Icu.Util.Calendar.Date' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CalendarField Android.Icu.Util.Calendar.DayOfMonth' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CalendarField Android.Icu.Util.Calendar.DayOfWeek' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CalendarField Android.Icu.Util.Calendar.DayOfWeekInMonth' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CalendarField Android.Icu.Util.Calendar.DayOfYear' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CalendarField Android.Icu.Util.Calendar.DowLocal' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CalendarField Android.Icu.Util.Calendar.DstOffset' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CalendarField Android.Icu.Util.Calendar.Era' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CalendarField Android.Icu.Util.Calendar.ExtendedYear' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CalendarField Android.Icu.Util.Calendar.Hour' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CalendarField Android.Icu.Util.Calendar.HourOfDay' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CalendarField Android.Icu.Util.Calendar.JulianDay' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CalendarField Android.Icu.Util.Calendar.Millisecond' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CalendarField Android.Icu.Util.Calendar.MillisecondsInDay' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CalendarField Android.Icu.Util.Calendar.Minute' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CalendarField Android.Icu.Util.Calendar.Month' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CalendarField Android.Icu.Util.Calendar.Second' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CalendarField Android.Icu.Util.Calendar.WeekOfMonth' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CalendarField Android.Icu.Util.Calendar.WeekOfYear' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CalendarField Android.Icu.Util.Calendar.Year' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CalendarField Android.Icu.Util.Calendar.YearWoy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CalendarField Android.Icu.Util.Calendar.ZoneOffset' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.WalltimeOptions Android.Icu.Util.Calendar.WalltimeFirst' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.WalltimeOptions Android.Icu.Util.Calendar.WalltimeLast' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.WalltimeOptions Android.Icu.Util.Calendar.WalltimeNextValid' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CurrencyNameStyle Android.Icu.Util.Currency.LongName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CurrencyNameStyle Android.Icu.Util.Currency.PluralLongName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.CurrencyNameStyle Android.Icu.Util.Currency.SymbolName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.DelimiterType Android.Icu.Util.LocaleData.AltQuotationEnd' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.DelimiterType Android.Icu.Util.LocaleData.AltQuotationStart' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.DelimiterType Android.Icu.Util.LocaleData.QuotationEnd' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.DelimiterType Android.Icu.Util.LocaleData.QuotationStart' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.TimeZoneNameStyle Android.Icu.Util.TimeZone.GenericLocation' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.TimeZoneNameStyle Android.Icu.Util.TimeZone.Long' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.TimeZoneNameStyle Android.Icu.Util.TimeZone.LongGeneric' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.TimeZoneNameStyle Android.Icu.Util.TimeZone.LongGmt' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.TimeZoneNameStyle Android.Icu.Util.TimeZone.Short' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.TimeZoneNameStyle Android.Icu.Util.TimeZone.ShortCommonlyUsed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.TimeZoneNameStyle Android.Icu.Util.TimeZone.ShortGeneric' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.TimeZoneNameStyle Android.Icu.Util.TimeZone.ShortGmt' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.TimeZoneType Android.Icu.Util.TimeZone.TimezoneIcu' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.TimeZoneType Android.Icu.Util.TimeZone.TimezoneJdk' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.UniversalTimeScaleType Android.Icu.Util.UniversalTimeScale.Db2Time' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.UniversalTimeScaleType Android.Icu.Util.UniversalTimeScale.DotnetDateTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.UniversalTimeScaleType Android.Icu.Util.UniversalTimeScale.ExcelTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.UniversalTimeScaleType Android.Icu.Util.UniversalTimeScale.Icu4cTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.UniversalTimeScaleType Android.Icu.Util.UniversalTimeScale.JavaTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.UniversalTimeScaleType Android.Icu.Util.UniversalTimeScale.MacOldTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.UniversalTimeScaleType Android.Icu.Util.UniversalTimeScale.MacTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.UniversalTimeScaleType Android.Icu.Util.UniversalTimeScale.MaxScale' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.UniversalTimeScaleType Android.Icu.Util.UniversalTimeScale.UnixMicrosecondsTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.UniversalTimeScaleType Android.Icu.Util.UniversalTimeScale.UnixTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.UniversalTimeScaleType Android.Icu.Util.UniversalTimeScale.WindowsFileTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.UniversalTimeScaleValue Android.Icu.Util.UniversalTimeScale.EpochOffsetPlus1Value' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.UniversalTimeScaleValue Android.Icu.Util.UniversalTimeScale.EpochOffsetValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.UniversalTimeScaleValue Android.Icu.Util.UniversalTimeScale.FromMaxValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.UniversalTimeScaleValue Android.Icu.Util.UniversalTimeScale.FromMinValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.UniversalTimeScaleValue Android.Icu.Util.UniversalTimeScale.ToMaxValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.UniversalTimeScaleValue Android.Icu.Util.UniversalTimeScale.ToMinValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Icu.Util.UniversalTimeScaleValue Android.Icu.Util.UniversalTimeScale.UnitsValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Locations.Address.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Locations.Criteria.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Locations.GnssClock.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.AccumulatedDeltaRangeState Android.Locations.GnssMeasurement.AdrStateCycleSlip' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.AccumulatedDeltaRangeState Android.Locations.GnssMeasurement.AdrStateHalfCycleReported' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.AccumulatedDeltaRangeState Android.Locations.GnssMeasurement.AdrStateHalfCycleResolved' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.AccumulatedDeltaRangeState Android.Locations.GnssMeasurement.AdrStateReset' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.AccumulatedDeltaRangeState Android.Locations.GnssMeasurement.AdrStateUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.AccumulatedDeltaRangeState Android.Locations.GnssMeasurement.AdrStateValid' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssState Android.Locations.GnssMeasurement.State2ndCodeLock' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssState Android.Locations.GnssMeasurement.StateBdsD2BitSync' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssState Android.Locations.GnssMeasurement.StateBdsD2SubframeSync' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssState Android.Locations.GnssMeasurement.StateBitSync' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssState Android.Locations.GnssMeasurement.StateCodeLock' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssState Android.Locations.GnssMeasurement.StateGalE1bcCodeLock' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssState Android.Locations.GnssMeasurement.StateGalE1bPageSync' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssState Android.Locations.GnssMeasurement.StateGalE1c2ndCodeLock' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssState Android.Locations.GnssMeasurement.StateGloStringSync' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssState Android.Locations.GnssMeasurement.StateGloTodDecoded' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssState Android.Locations.GnssMeasurement.StateGloTodKnown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssState Android.Locations.GnssMeasurement.StateMsecAmbiguous' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssState Android.Locations.GnssMeasurement.StateSbasSync' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssState Android.Locations.GnssMeasurement.StateSubframeSync' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssState Android.Locations.GnssMeasurement.StateSymbolSync' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssState Android.Locations.GnssMeasurement.StateTowDecoded' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssState Android.Locations.GnssMeasurement.StateTowKnown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssState Android.Locations.GnssMeasurement.StateUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.MultipathIndicator Android.Locations.GnssMeasurement.MultipathIndicatorDetected' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.MultipathIndicator Android.Locations.GnssMeasurement.MultipathIndicatorNotDetected' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.MultipathIndicator Android.Locations.GnssMeasurement.MultipathIndicatorUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Locations.GnssMeasurement.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssMeasurementCallbackStatus Android.Locations.GnssMeasurementsEvent.Callback.StatusLocationDisabled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssMeasurementCallbackStatus Android.Locations.GnssMeasurementsEvent.Callback.StatusNotAllowed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssMeasurementCallbackStatus Android.Locations.GnssMeasurementsEvent.Callback.StatusNotSupported' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssMeasurementCallbackStatus Android.Locations.GnssMeasurementsEvent.Callback.StatusReady' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Locations.GnssMeasurementsEvent.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssNavigationStatus Android.Locations.GnssNavigationMessage.StatusParityPassed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssNavigationStatus Android.Locations.GnssNavigationMessage.StatusParityRebuilt' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssNavigationStatus Android.Locations.GnssNavigationMessage.StatusUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssNavigationType Android.Locations.GnssNavigationMessage.TypeBdsD1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssNavigationType Android.Locations.GnssNavigationMessage.TypeBdsD2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssNavigationType Android.Locations.GnssNavigationMessage.TypeGalF' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssNavigationType Android.Locations.GnssNavigationMessage.TypeGalI' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssNavigationType Android.Locations.GnssNavigationMessage.TypeGloL1ca' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssNavigationType Android.Locations.GnssNavigationMessage.TypeGpsCnav2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssNavigationType Android.Locations.GnssNavigationMessage.TypeGpsL1ca' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssNavigationType Android.Locations.GnssNavigationMessage.TypeGpsL2cnav' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssNavigationType Android.Locations.GnssNavigationMessage.TypeGpsL5cnav' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssNavigationType Android.Locations.GnssNavigationMessage.TypeUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssNavigationCallbackStatus Android.Locations.GnssNavigationMessage.Callback.StatusLocationDisabled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssNavigationCallbackStatus Android.Locations.GnssNavigationMessage.Callback.StatusNotSupported' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssNavigationCallbackStatus Android.Locations.GnssNavigationMessage.Callback.StatusReady' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Locations.GnssNavigationMessage.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssConstellationType Android.Locations.GnssStatus.ConstellationBeidou' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssConstellationType Android.Locations.GnssStatus.ConstellationGalileo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssConstellationType Android.Locations.GnssStatus.ConstellationGlonass' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssConstellationType Android.Locations.GnssStatus.ConstellationGps' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssConstellationType Android.Locations.GnssStatus.ConstellationIrnss' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssConstellationType Android.Locations.GnssStatus.ConstellationQzss' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssConstellationType Android.Locations.GnssStatus.ConstellationSbas' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Locations.GnssConstellationType Android.Locations.GnssStatus.ConstellationUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Locations.Location.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.CapturePolicies Android.Media.AudioAttributes.AllowCaptureByAll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.CapturePolicies Android.Media.AudioAttributes.AllowCaptureByNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.CapturePolicies Android.Media.AudioAttributes.AllowCaptureBySystem' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.AudioAttributes.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.AudioFormat.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioFocus Android.Media.AudioManager.AudiofocusGain' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioFocus Android.Media.AudioManager.AudiofocusGainTransient' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioFocus Android.Media.AudioManager.AudiofocusGainTransientExclusive' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioFocus Android.Media.AudioManager.AudiofocusGainTransientMayDuck' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioFocus Android.Media.AudioManager.AudiofocusLoss' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioFocus Android.Media.AudioManager.AudiofocusLossTransient' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioFocus Android.Media.AudioManager.AudiofocusLossTransientCanDuck' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioFocus Android.Media.AudioManager.AudiofocusNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioFocusRequest Android.Media.AudioManager.AudiofocusRequestDelayed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioFocusRequest Android.Media.AudioManager.AudiofocusRequestFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioFocusRequest Android.Media.AudioManager.AudiofocusRequestGranted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.ScoAudioState Android.Media.AudioManager.ScoAudioStateConnected' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.ScoAudioState Android.Media.AudioManager.ScoAudioStateConnecting' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.ScoAudioState Android.Media.AudioManager.ScoAudioStateDisconnected' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.ScoAudioState Android.Media.AudioManager.ScoAudioStateError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.AudioPlaybackConfiguration.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MasteringIndicationType Android.Media.AudioPresentation.MasteredFor3d' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MasteringIndicationType Android.Media.AudioPresentation.MasteredForHeadphone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MasteringIndicationType Android.Media.AudioPresentation.MasteredForStereo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MasteringIndicationType Android.Media.AudioPresentation.MasteredForSurround' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MasteringIndicationType Android.Media.AudioPresentation.MasteringNotIndicated' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicDirection Android.Media.AudioRecord.InterfaceConsts.MicDirectionAwayFromUser' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicDirection Android.Media.AudioRecord.InterfaceConsts.MicDirectionExternal' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicDirection Android.Media.AudioRecord.InterfaceConsts.MicDirectionTowardsUser' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicDirection Android.Media.AudioRecord.InterfaceConsts.MicDirectionUnspecified' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.AudioRecordingConfiguration.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioTimebase Android.Media.AudioTimestamp.TimebaseBoottime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.AudioTimebase Android.Media.AudioTimestamp.TimebaseMonotonic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.TrackStatus Android.Media.AudioTrack.Error' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.TrackStatus Android.Media.AudioTrack.ErrorBadValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.TrackStatus Android.Media.AudioTrack.ErrorDeadObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.TrackStatus Android.Media.AudioTrack.ErrorInvalidOperation' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.TrackStatus Android.Media.AudioTrack.Success' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.CameraQuality Android.Media.CameraProfile.QualityHigh' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.CameraQuality Android.Media.CameraProfile.QualityLow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.CameraQuality Android.Media.CameraProfile.QualityMedium' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaActionSoundType Android.Media.MediaActionSound.FocusComplete' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaActionSoundType Android.Media.MediaActionSound.ShutterClick' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaActionSoundType Android.Media.MediaActionSound.StartVideoRecording' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaActionSoundType Android.Media.MediaActionSound.StopVideoRecording' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecBufferFlags Android.Media.MediaCodec.BufferFlagCodecConfig' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecBufferFlags Android.Media.MediaCodec.BufferFlagEndOfStream' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecBufferFlags Android.Media.MediaCodec.BufferFlagKeyFrame' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecBufferFlags Android.Media.MediaCodec.BufferFlagPartialFrame' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecBufferFlags Android.Media.MediaCodec.BufferFlagSyncFrame' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecConfigFlags Android.Media.MediaCodec.ConfigureFlagEncode' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCryptoMode Android.Media.MediaCodec.CryptoModeAesCbc' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCryptoMode Android.Media.MediaCodec.CryptoModeAesCtr' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCryptoMode Android.Media.MediaCodec.CryptoModeUnencrypted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecInfoState Android.Media.MediaCodec.InfoOutputBuffersChanged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecInfoState Android.Media.MediaCodec.InfoOutputFormatChanged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecInfoState Android.Media.MediaCodec.InfoTryAgainLater' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.VideoScalingMode Android.Media.MediaCodec.VideoScalingModeScaleToFit' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.VideoScalingMode Android.Media.MediaCodec.VideoScalingModeScaleToFitWithCropping' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCryptoErrorType Android.Media.MediaCodec.CryptoException.ErrorFrameTooLarge' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCryptoErrorType Android.Media.MediaCodec.CryptoException.ErrorInsufficientOutputProtection' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCryptoErrorType Android.Media.MediaCodec.CryptoException.ErrorInsufficientSecurity' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCryptoErrorType Android.Media.MediaCodec.CryptoException.ErrorKeyExpired' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCryptoErrorType Android.Media.MediaCodec.CryptoException.ErrorLostState' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCryptoErrorType Android.Media.MediaCodec.CryptoException.ErrorNoKey' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCryptoErrorType Android.Media.MediaCodec.CryptoException.ErrorResourceBusy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCryptoErrorType Android.Media.MediaCodec.CryptoException.ErrorSessionNotOpened' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCryptoErrorType Android.Media.MediaCodec.CryptoException.ErrorUnsupportedOperation' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormat12bitRGB444' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormat16bitARGB1555' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormat16bitARGB4444' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormat16bitBGR565' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormat16bitRGB565' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormat18bitARGB1665' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormat18BitBGR666' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormat18bitRGB666' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormat19bitARGB1666' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormat24BitABGR6666' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormat24bitARGB1887' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormat24BitARGB6666' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormat24bitBGR888' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormat24bitRGB888' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormat25bitARGB1888' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormat32bitABGR8888' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormat32bitARGB8888' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormat32bitBGRA8888' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormat8bitRGB332' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatCbYCrY' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatCrYCbY' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatL16' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatL2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatL24' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatL32' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatL4' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatL8' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatMonochrome' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatRawBayer10bit' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatRawBayer8bit' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatRawBayer8bitcompressed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatRGBAFlexible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatRGBFlexible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatSurface' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatYCbYCr' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatYCrYCb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatYUV411PackedPlanar' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatYUV411Planar' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatYUV420Flexible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatYUV420PackedPlanar' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatYUV420PackedSemiPlanar' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatYUV420Planar' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatYUV420SemiPlanar' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatYUV422Flexible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatYUV422PackedPlanar' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatYUV422PackedSemiPlanar' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatYUV422Planar' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatYUV422SemiPlanar' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatYUV444Flexible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORFormatYUV444Interleaved' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORQCOMFormatYUV420SemiPlanar' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecCapabilities Android.Media.MediaCodecInfo.CodecCapabilities.COLORTIFormatYUV420PackedSemiPlanar' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level21' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level22' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level23' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level3' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level31' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level32' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level33' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level4' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level41' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level42' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level43' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level5' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level51' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level52' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level53' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level6' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level61' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level62' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level63' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level7' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level71' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level72' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AV1Level73' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AVCLevel1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AVCLevel11' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AVCLevel12' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AVCLevel13' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AVCLevel1b' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AVCLevel2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AVCLevel21' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AVCLevel22' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AVCLevel3' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AVCLevel31' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AVCLevel32' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AVCLevel4' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AVCLevel41' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AVCLevel42' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AVCLevel5' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AVCLevel51' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AVCLevel52' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AVCLevel6' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AVCLevel61' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.AVCLevel62' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.DolbyVisionLevelFhd24' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.DolbyVisionLevelFhd30' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.DolbyVisionLevelFhd60' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.DolbyVisionLevelHd24' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.DolbyVisionLevelHd30' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.DolbyVisionLevelUhd24' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.DolbyVisionLevelUhd30' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.DolbyVisionLevelUhd48' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.DolbyVisionLevelUhd60' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.H263Level10' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.H263Level20' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.H263Level30' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.H263Level40' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.H263Level45' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.H263Level50' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.H263Level60' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.H263Level70' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCHighTierLevel1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCHighTierLevel2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCHighTierLevel21' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCHighTierLevel3' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCHighTierLevel31' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCHighTierLevel4' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCHighTierLevel41' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCHighTierLevel5' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCHighTierLevel51' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCHighTierLevel52' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCHighTierLevel6' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCHighTierLevel61' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCHighTierLevel62' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCMainTierLevel1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCMainTierLevel2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCMainTierLevel21' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCMainTierLevel3' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCMainTierLevel31' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCMainTierLevel4' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCMainTierLevel41' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCMainTierLevel5' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCMainTierLevel51' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCMainTierLevel52' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCMainTierLevel6' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCMainTierLevel61' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCMainTierLevel62' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG2LevelH14' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG2LevelHL' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG2LevelHP' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG2LevelLL' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG2LevelML' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4Level0' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4Level0b' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4Level1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4Level2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4Level3' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4Level3b' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4Level4' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4Level4a' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4Level5' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4Level6' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.VP8LevelVersion0' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.VP8LevelVersion1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.VP8LevelVersion2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.VP8LevelVersion3' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Level1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Level11' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Level2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Level21' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Level3' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Level31' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Level4' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Level41' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Level5' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Level51' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Level52' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Level6' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Level61' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileLevel Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Level62' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AACObjectELD' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AACObjectERLC' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AACObjectERScalable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AACObjectHE' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AACObjectHEPS' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AACObjectLC' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AACObjectLD' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AACObjectLTP' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AACObjectMain' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AACObjectScalable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AACObjectSSR' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AACObjectXHE' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AV1ProfileMain10' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AV1ProfileMain10HDR10' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AV1ProfileMain10HDR10Plus' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AV1ProfileMain8' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AVCProfileBaseline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AVCProfileConstrainedBaseline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AVCProfileConstrainedHigh' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AVCProfileExtended' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AVCProfileHigh' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AVCProfileHigh10' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AVCProfileHigh422' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AVCProfileHigh444' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.AVCProfileMain' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.DolbyVisionProfileDvavPen' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.DolbyVisionProfileDvavPer' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.DolbyVisionProfileDvavSe' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.DolbyVisionProfileDvheDen' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.DolbyVisionProfileDvheDer' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.DolbyVisionProfileDvheDtb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.DolbyVisionProfileDvheDth' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.DolbyVisionProfileDvheDtr' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.DolbyVisionProfileDvheSt' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.DolbyVisionProfileDvheStn' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.H263ProfileBackwardCompatible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.H263ProfileBaseline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.H263ProfileH320Coding' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.H263ProfileHighCompression' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.H263ProfileHighLatency' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.H263ProfileInterlace' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.H263ProfileInternet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.H263ProfileISWV2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.H263ProfileISWV3' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCProfileMain' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCProfileMain10' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCProfileMain10HDR10' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCProfileMain10HDR10Plus' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.HEVCProfileMainStill' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG2Profile422' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG2ProfileHigh' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG2ProfileMain' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG2ProfileSimple' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG2ProfileSNR' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG2ProfileSpatial' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4ProfileAdvancedCoding' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4ProfileAdvancedCore' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4ProfileAdvancedRealTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4ProfileAdvancedScalable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4ProfileAdvancedSimple' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4ProfileBasicAnimated' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4ProfileCore' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4ProfileCoreScalable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4ProfileHybrid' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4ProfileMain' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4ProfileNbit' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4ProfileScalableTexture' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4ProfileSimple' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4ProfileSimpleFace' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4ProfileSimpleFBA' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.MPEG4ProfileSimpleScalable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.VP8ProfileMain' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Profile0' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Profile1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Profile2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Profile2HDR' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Profile2HDR10Plus' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Profile3' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Profile3HDR' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaCodecProfileType Android.Media.MediaCodecInfo.CodecProfileLevel.VP9Profile3HDR10Plus' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.MediaDescription.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.HdcpLevel Android.Media.MediaDrm.HdcpLevelUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.HdcpLevel Android.Media.MediaDrm.HdcpNoDigitalOutput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.HdcpLevel Android.Media.MediaDrm.HdcpNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.HdcpLevel Android.Media.MediaDrm.HdcpV1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.HdcpLevel Android.Media.MediaDrm.HdcpV2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.HdcpLevel Android.Media.MediaDrm.HdcpV21' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.HdcpLevel Android.Media.MediaDrm.HdcpV22' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.HdcpLevel Android.Media.MediaDrm.HdcpV23' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaDrmEventType Android.Media.MediaDrm.EventKeyExpired' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaDrmEventType Android.Media.MediaDrm.EventKeyRequired' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaDrmEventType Android.Media.MediaDrm.EventProvisionRequired' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaDrmEventType Android.Media.MediaDrm.EventSessionReclaimed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaDrmEventType Android.Media.MediaDrm.EventVendorDefined' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaDrmKeyType Android.Media.MediaDrm.KeyTypeOffline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaDrmKeyType Android.Media.MediaDrm.KeyTypeRelease' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaDrmKeyType Android.Media.MediaDrm.KeyTypeStreaming' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.OfflineLicenseState Android.Media.MediaDrm.OfflineLicenseStateReleased' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.OfflineLicenseState Android.Media.MediaDrm.OfflineLicenseStateUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.OfflineLicenseState Android.Media.MediaDrm.OfflineLicenseStateUsable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.SecurityLevel Android.Media.MediaDrm.SecurityLevelHwSecureAll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.SecurityLevel Android.Media.MediaDrm.SecurityLevelHwSecureCrypto' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.SecurityLevel Android.Media.MediaDrm.SecurityLevelHwSecureDecode' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.SecurityLevel Android.Media.MediaDrm.SecurityLevelSwSecureCrypto' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.SecurityLevel Android.Media.MediaDrm.SecurityLevelSwSecureDecode' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.SecurityLevel Android.Media.MediaDrm.SecurityLevelUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.ErrorCode Android.Media.MediaDrm.SessionException.ErrorResourceContention' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.ErrorCode Android.Media.MediaDrm.SessionException.ErrorUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaExtractorSampleFlags Android.Media.MediaExtractor.SampleFlagEncrypted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaExtractorSampleFlags Android.Media.MediaExtractor.SampleFlagPartialFrame' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaExtractorSampleFlags Android.Media.MediaExtractor.SampleFlagSync' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaExtractorSeekTo Android.Media.MediaExtractor.SeekToClosestSync' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaExtractorSeekTo Android.Media.MediaExtractor.SeekToNextSync' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaExtractorSeekTo Android.Media.MediaExtractor.SeekToPreviousSync' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.ColorRange Android.Media.MediaFormat.ColorRangeFull' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.ColorRange Android.Media.MediaFormat.ColorRangeLimited' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.ColorStandard Android.Media.MediaFormat.ColorStandardBt2020' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.ColorStandard Android.Media.MediaFormat.ColorStandardBt601Ntsc' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.ColorStandard Android.Media.MediaFormat.ColorStandardBt601Pal' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.ColorStandard Android.Media.MediaFormat.ColorStandardBt709' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.ColorTransfer Android.Media.MediaFormat.ColorTransferHlg' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.ColorTransfer Android.Media.MediaFormat.ColorTransferLinear' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.ColorTransfer Android.Media.MediaFormat.ColorTransferSdrVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.ColorTransfer Android.Media.MediaFormat.ColorTransferSt2084' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaFormatType Android.Media.MediaFormat.TypeByteBuffer' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaFormatType Android.Media.MediaFormat.TypeFloat' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaFormatType Android.Media.MediaFormat.TypeInteger' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaFormatType Android.Media.MediaFormat.TypeLong' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaFormatType Android.Media.MediaFormat.TypeNull' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaFormatType Android.Media.MediaFormat.TypeString' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.MediaMetadata.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaMetadataEditKey Android.Media.MediaMetadataEditor.BitmapKeyArtwork' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaMetadataEditKey Android.Media.MediaMetadataEditor.RatingKeyByOthers' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaMetadataEditKey Android.Media.MediaMetadataEditor.RatingKeyByUser' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyAlbum' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyAlbumartist' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyArtist' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyAuthor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyBitrate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyCaptureFramerate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyCdTrackNumber' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyCompilation' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyComposer' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyDate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyDiscNumber' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyDuration' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyExifLength' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyExifOffset' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyGenre' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyHasAudio' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyHasImage' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyHasVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyImageCount' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyImageHeight' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyImagePrimary' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyImageRotation' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyImageWidth' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyLocation' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyMimetype' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyNumTracks' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyTitle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyVideoFrameCount' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyVideoHeight' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyVideoRotation' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyVideoWidth' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyWriter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MetadataKey Android.Media.MediaMetadataRetriever.MetadataKeyYear' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Option Android.Media.MediaMetadataRetriever.OptionClosest' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Option Android.Media.MediaMetadataRetriever.OptionClosestSync' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Option Android.Media.MediaMetadataRetriever.OptionNextSync' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Option Android.Media.MediaMetadataRetriever.OptionPreviousSync' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MuxerOutputType Android.Media.MediaMuxer.OutputFormat.MuxerOutput3gpp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MuxerOutputType Android.Media.MediaMuxer.OutputFormat.MuxerOutputHeif' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MuxerOutputType Android.Media.MediaMuxer.OutputFormat.MuxerOutputMpeg4' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MuxerOutputType Android.Media.MediaMuxer.OutputFormat.MuxerOutputOgg' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MuxerOutputType Android.Media.MediaMuxer.OutputFormat.MuxerOutputWebm' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaPlayerVideoScalingModeNotInUse Android.Media.MediaPlayer.VideoScalingModeScaleToFit' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaPlayerVideoScalingModeNotInUse Android.Media.MediaPlayer.VideoScalingModeScaleToFitWithCropping' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaTrackType Android.Media.MediaPlayer.TrackInfo.MediaTrackTypeAudio' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaTrackType Android.Media.MediaPlayer.TrackInfo.MediaTrackTypeMetadata' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaTrackType Android.Media.MediaPlayer.TrackInfo.MediaTrackTypeSubtitle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaTrackType Android.Media.MediaPlayer.TrackInfo.MediaTrackTypeTimedtext' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaTrackType Android.Media.MediaPlayer.TrackInfo.MediaTrackTypeUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaTrackType Android.Media.MediaPlayer.TrackInfo.MediaTrackTypeVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.MediaPlayer.TrackInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaRecorderError Android.Media.MediaRecorder.MediaErrorServerDied' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaRecorderError Android.Media.MediaRecorder.MediaRecorderErrorUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicDirection Android.Media.MediaRecorder.InterfaceConsts.MicDirectionAwayFromUser' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicDirection Android.Media.MediaRecorder.InterfaceConsts.MicDirectionExternal' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicDirection Android.Media.MediaRecorder.InterfaceConsts.MicDirectionTowardsUser' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicDirection Android.Media.MediaRecorder.InterfaceConsts.MicDirectionUnspecified' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaRouterCallbackFlags Android.Media.MediaRouter.CallbackFlagPerformActiveScan' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaRouterCallbackFlags Android.Media.MediaRouter.CallbackFlagUnfilteredEvents' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaRouteType Android.Media.MediaRouter.RouteTypeLiveAudio' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaRouteType Android.Media.MediaRouter.RouteTypeLiveVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaRouteType Android.Media.MediaRouter.RouteTypeUser' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaPlaybackType Android.Media.MediaRouter.RouteInfo.PlaybackTypeLocal' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaPlaybackType Android.Media.MediaRouter.RouteInfo.PlaybackTypeRemote' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaRouterDeviceType Android.Media.MediaRouter.RouteInfo.DeviceTypeBluetooth' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaRouterDeviceType Android.Media.MediaRouter.RouteInfo.DeviceTypeSpeaker' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaRouterDeviceType Android.Media.MediaRouter.RouteInfo.DeviceTypeTv' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaRouterDeviceType Android.Media.MediaRouter.RouteInfo.DeviceTypeUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.VolumeHandling Android.Media.MediaRouter.RouteInfo.PlaybackVolumeFixed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.VolumeHandling Android.Media.MediaRouter.RouteInfo.PlaybackVolumeVariable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaSyncEventType Android.Media.MediaSyncEvent.SyncEventNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaSyncEventType Android.Media.MediaSyncEvent.SyncEventPresentationComplete' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicDirection Android.Media.MicrophoneDirection.MicDirectionAwayFromUser' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicDirection Android.Media.MicrophoneDirection.MicDirectionExternal' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicDirection Android.Media.MicrophoneDirection.MicDirectionTowardsUser' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicDirection Android.Media.MicrophoneDirection.MicDirectionUnspecified' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicrophoneChannelMapping Android.Media.MicrophoneInfo.ChannelMappingDirect' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicrophoneChannelMapping Android.Media.MicrophoneInfo.ChannelMappingProcessed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicrophoneDirectionality Android.Media.MicrophoneInfo.DirectionalityBiDirectional' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicrophoneDirectionality Android.Media.MicrophoneInfo.DirectionalityCardioid' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicrophoneDirectionality Android.Media.MicrophoneInfo.DirectionalityHyperCardioid' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicrophoneDirectionality Android.Media.MicrophoneInfo.DirectionalityOmni' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicrophoneDirectionality Android.Media.MicrophoneInfo.DirectionalitySuperCardioid' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicrophoneDirectionality Android.Media.MicrophoneInfo.DirectionalityUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicrophoneLocation Android.Media.MicrophoneInfo.LocationMainbody' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicrophoneLocation Android.Media.MicrophoneInfo.LocationMainbodyMovable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicrophoneLocation Android.Media.MicrophoneInfo.LocationPeripheral' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MicrophoneLocation Android.Media.MicrophoneInfo.LocationUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.PlaybackParams.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RatingStyle Android.Media.Rating.Rating3Stars' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RatingStyle Android.Media.Rating.Rating4Stars' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RatingStyle Android.Media.Rating.Rating5Stars' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RatingStyle Android.Media.Rating.RatingHeart' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RatingStyle Android.Media.Rating.RatingNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RatingStyle Android.Media.Rating.RatingPercentage' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RatingStyle Android.Media.Rating.RatingThumbUpDown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.Rating.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlFlags Android.Media.RemoteControlClient.FlagKeyMediaFastForward' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlFlags Android.Media.RemoteControlClient.FlagKeyMediaNext' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlFlags Android.Media.RemoteControlClient.FlagKeyMediaPause' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlFlags Android.Media.RemoteControlClient.FlagKeyMediaPlay' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlFlags Android.Media.RemoteControlClient.FlagKeyMediaPlayPause' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlFlags Android.Media.RemoteControlClient.FlagKeyMediaPositionUpdate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlFlags Android.Media.RemoteControlClient.FlagKeyMediaPrevious' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlFlags Android.Media.RemoteControlClient.FlagKeyMediaRating' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlFlags Android.Media.RemoteControlClient.FlagKeyMediaRewind' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlFlags Android.Media.RemoteControlClient.FlagKeyMediaStop' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlPlayState Android.Media.RemoteControlClient.PlaystateBuffering' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlPlayState Android.Media.RemoteControlClient.PlaystateError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlPlayState Android.Media.RemoteControlClient.PlaystateFastForwarding' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlPlayState Android.Media.RemoteControlClient.PlaystatePaused' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlPlayState Android.Media.RemoteControlClient.PlaystatePlaying' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlPlayState Android.Media.RemoteControlClient.PlaystateRewinding' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlPlayState Android.Media.RemoteControlClient.PlaystateSkippingBackwards' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlPlayState Android.Media.RemoteControlClient.PlaystateSkippingForwards' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.RemoteControlPlayState Android.Media.RemoteControlClient.PlaystateStopped' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.BitmapKey Android.Media.RemoteControlClient.MetadataEditor.BitmapKeyArtwork' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.SynchronizationPosition Android.Media.RemoteController.PositionSynchronizationCheck' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.SynchronizationPosition Android.Media.RemoteController.PositionSynchronizationNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.Session2Command.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.Session2CommandGroup.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaSessionType Android.Media.Session2Token.TypeSession' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.MediaSessionType Android.Media.Session2Token.TypeSessionService' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.Session2Token.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.ThumnailExtractOptions Android.Media.ThumbnailUtils.OptionsRecycleInput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.VolumeShaper.Configuration.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.VolumeShaper.Operation.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.AudioEffectStatus Android.Media.Audiofx.AudioEffect.AlreadyExists' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.AudioEffectStatus Android.Media.Audiofx.AudioEffect.Error' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.AudioEffectStatus Android.Media.Audiofx.AudioEffect.ErrorBadValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.AudioEffectStatus Android.Media.Audiofx.AudioEffect.ErrorDeadObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.AudioEffectStatus Android.Media.Audiofx.AudioEffect.ErrorInvalidOperation' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.AudioEffectStatus Android.Media.Audiofx.AudioEffect.ErrorNoInit' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.AudioEffectStatus Android.Media.Audiofx.AudioEffect.ErrorNoMemory' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.AudioEffectStatus Android.Media.Audiofx.AudioEffect.Success' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.ContentType Android.Media.Audiofx.AudioEffect.ContentTypeGame' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.ContentType Android.Media.Audiofx.AudioEffect.ContentTypeMovie' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.ContentType Android.Media.Audiofx.AudioEffect.ContentTypeMusic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.ContentType Android.Media.Audiofx.AudioEffect.ContentTypeVoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.BassBoostParam Android.Media.Audiofx.BassBoost.ParamStrength' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.VariantType Android.Media.Audiofx.DynamicsProcessing.VariantFavorFrequencyResolution' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.VariantType Android.Media.Audiofx.DynamicsProcessing.VariantFavorTimeResolution' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.EnvironmentalReverbParam Android.Media.Audiofx.EnvironmentalReverb.ParamDecayHfRatio' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.EnvironmentalReverbParam Android.Media.Audiofx.EnvironmentalReverb.ParamDecayTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.EnvironmentalReverbParam Android.Media.Audiofx.EnvironmentalReverb.ParamDensity' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.EnvironmentalReverbParam Android.Media.Audiofx.EnvironmentalReverb.ParamDiffusion' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.EnvironmentalReverbParam Android.Media.Audiofx.EnvironmentalReverb.ParamReflectionsDelay' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.EnvironmentalReverbParam Android.Media.Audiofx.EnvironmentalReverb.ParamReflectionsLevel' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.EnvironmentalReverbParam Android.Media.Audiofx.EnvironmentalReverb.ParamReverbDelay' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.EnvironmentalReverbParam Android.Media.Audiofx.EnvironmentalReverb.ParamReverbLevel' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.EnvironmentalReverbParam Android.Media.Audiofx.EnvironmentalReverb.ParamRoomHfLevel' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.EnvironmentalReverbParam Android.Media.Audiofx.EnvironmentalReverb.ParamRoomLevel' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.EqualizerParam Android.Media.Audiofx.Equalizer.ParamBandFreqRange' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.EqualizerParam Android.Media.Audiofx.Equalizer.ParamBandLevel' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.EqualizerParam Android.Media.Audiofx.Equalizer.ParamCenterFreq' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.EqualizerParam Android.Media.Audiofx.Equalizer.ParamCurrentPreset' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.EqualizerParam Android.Media.Audiofx.Equalizer.ParamGetBand' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.EqualizerParam Android.Media.Audiofx.Equalizer.ParamGetNumOfPresets' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.EqualizerParam Android.Media.Audiofx.Equalizer.ParamGetPresetName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.EqualizerParam Android.Media.Audiofx.Equalizer.ParamLevelRange' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.EqualizerParam Android.Media.Audiofx.Equalizer.ParamNumBands' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.EqualizerParam Android.Media.Audiofx.Equalizer.ParamStringSizeMax' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.LoudnessEnhancerParam Android.Media.Audiofx.LoudnessEnhancer.ParamTargetGainMb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.PresetReverbParam Android.Media.Audiofx.PresetReverb.ParamPreset' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.VirtualizerParam Android.Media.Audiofx.Virtualizer.ParamStrength' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.VirtualizerParam Android.Media.Audiofx.Virtualizer.ParamStrengthSupported' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.VisualizerMeasurementMode Android.Media.Audiofx.Visualizer.MeasurementModeNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.VisualizerMeasurementMode Android.Media.Audiofx.Visualizer.MeasurementModePeakRms' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.VisualizerScalingMode Android.Media.Audiofx.Visualizer.ScalingModeAsPlayed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.VisualizerScalingMode Android.Media.Audiofx.Visualizer.ScalingModeNormalized' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.VisualizerState Android.Media.Audiofx.Visualizer.StateEnabled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.VisualizerState Android.Media.Audiofx.Visualizer.StateInitialized' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.VisualizerState Android.Media.Audiofx.Visualizer.StateUninitialized' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.VisualizerStatus Android.Media.Audiofx.Visualizer.AlreadyExists' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.VisualizerStatus Android.Media.Audiofx.Visualizer.Error' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.VisualizerStatus Android.Media.Audiofx.Visualizer.ErrorBadValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.VisualizerStatus Android.Media.Audiofx.Visualizer.ErrorDeadObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.VisualizerStatus Android.Media.Audiofx.Visualizer.ErrorInvalidOperation' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.VisualizerStatus Android.Media.Audiofx.Visualizer.ErrorNoInit' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.VisualizerStatus Android.Media.Audiofx.Visualizer.ErrorNoMemory' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Audiofx.VisualizerStatus Android.Media.Audiofx.Visualizer.Success' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.Browse.MediaBrowser.MediaItem.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.Midi.MidiDeviceInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.Midi.MidiDeviceStatus.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.Session.MediaController.PlaybackInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Session.MediaSessionFlags Android.Media.Session.MediaSession.FlagHandlesMediaButtons' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Session.MediaSessionFlags Android.Media.Session.MediaSession.FlagHandlesTransportControls' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.Session.MediaSession.QueueItem.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.Session.MediaSession.Token.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Session.PlaybackStateCode Android.Media.Session.PlaybackState.StateBuffering' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Session.PlaybackStateCode Android.Media.Session.PlaybackState.StateConnecting' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Session.PlaybackStateCode Android.Media.Session.PlaybackState.StateError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Session.PlaybackStateCode Android.Media.Session.PlaybackState.StateFastForwarding' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Session.PlaybackStateCode Android.Media.Session.PlaybackState.StateNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Session.PlaybackStateCode Android.Media.Session.PlaybackState.StatePaused' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Session.PlaybackStateCode Android.Media.Session.PlaybackState.StatePlaying' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Session.PlaybackStateCode Android.Media.Session.PlaybackState.StateRewinding' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Session.PlaybackStateCode Android.Media.Session.PlaybackState.StateSkippingToNext' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Session.PlaybackStateCode Android.Media.Session.PlaybackState.StateSkippingToPrevious' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Session.PlaybackStateCode Android.Media.Session.PlaybackState.StateSkippingToQueueItem' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.Session.PlaybackStateCode Android.Media.Session.PlaybackState.StateStopped' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.Session.PlaybackState.CustomAction.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.Session.PlaybackState.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.TV.TvInputInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.TV.RecordingError Android.Media.TV.TvInputManager.RecordingErrorInsufficientSpace' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.TV.RecordingError Android.Media.TV.TvInputManager.RecordingErrorResourceBusy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Media.TV.RecordingError Android.Media.TV.TvInputManager.RecordingErrorUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Media.TV.TvTrackInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.AssociationType Android.Mtp.MtpConstants.AssociationTypeGenericFolder' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationCloseSession' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationCopyObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationDeleteObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationFormatStore' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationGetDeviceInfo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationGetDevicePropDesc' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationGetDevicePropValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationGetNumObjects' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationGetObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationGetObjectHandles' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationGetObjectInfo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationGetObjectPropDesc' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationGetObjectPropsSupported' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationGetObjectPropValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationGetObjectReferences' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationGetPartialObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationGetPartialObject64' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationGetStorageIDs' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationGetStorageInfo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationGetThumb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationInitiateCapture' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationInitiateOpenCapture' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationMoveObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationOpenSession' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationPowerDown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationResetDevice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationResetDevicePropValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationSelfTest' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationSendObject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationSendObjectInfo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationSetDevicePropValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationSetObjectPropValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationSetObjectProtection' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationSetObjectReferences' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationSkip' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.OperationCode Android.Mtp.MtpConstants.OperationTerminateOpenCapture' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.EventCode Android.Mtp.MtpEvent.EventCancelTransaction' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.EventCode Android.Mtp.MtpEvent.EventCaptureComplete' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.EventCode Android.Mtp.MtpEvent.EventDeviceInfoChanged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.EventCode Android.Mtp.MtpEvent.EventDevicePropChanged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.EventCode Android.Mtp.MtpEvent.EventDeviceReset' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.EventCode Android.Mtp.MtpEvent.EventObjectAdded' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.EventCode Android.Mtp.MtpEvent.EventObjectInfoChanged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.EventCode Android.Mtp.MtpEvent.EventObjectPropChanged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.EventCode Android.Mtp.MtpEvent.EventObjectPropDescChanged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.EventCode Android.Mtp.MtpEvent.EventObjectReferencesChanged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.EventCode Android.Mtp.MtpEvent.EventObjectRemoved' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.EventCode Android.Mtp.MtpEvent.EventRequestObjectTransfer' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.EventCode Android.Mtp.MtpEvent.EventStorageInfoChanged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.EventCode Android.Mtp.MtpEvent.EventStoreAdded' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.EventCode Android.Mtp.MtpEvent.EventStoreFull' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.EventCode Android.Mtp.MtpEvent.EventStoreRemoved' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.EventCode Android.Mtp.MtpEvent.EventUndefined' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Mtp.EventCode Android.Mtp.MtpEvent.EventUnreportedStatus' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.CaptivePortal.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.RestrictBackgroundStatus Android.Net.ConnectivityManager.RestrictBackgroundStatusDisabled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.RestrictBackgroundStatus Android.Net.ConnectivityManager.RestrictBackgroundStatusEnabled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.RestrictBackgroundStatus Android.Net.ConnectivityManager.RestrictBackgroundStatusWhitelisted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.DhcpInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.DnsResolverFlag Android.Net.DnsResolver.FlagEmpty' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.DnsResolverFlag Android.Net.DnsResolver.FlagNoCacheLookup' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.DnsResolverFlag Android.Net.DnsResolver.FlagNoCacheStore' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.DnsResolverFlag Android.Net.DnsResolver.FlagNoRetry' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.DnsResolverType Android.Net.DnsResolver.TypeA' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.DnsResolverType Android.Net.DnsResolver.TypeAaaa' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.IpPrefix.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.IpSecAlgorithm.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.IpSecTransportDirection Android.Net.IpSecManager.DirectionIn' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.IpSecTransportDirection Android.Net.IpSecManager.DirectionOut' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.LinkAddress.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.LinkProperties.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.SocketType Android.Net.LocalSocket.SocketDgram' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.SocketType Android.Net.LocalSocket.SocketSeqpacket' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.SocketType Android.Net.LocalSocket.SocketStream' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.MacAddressType Android.Net.MacAddress.TypeBroadcast' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.MacAddressType Android.Net.MacAddress.TypeMulticast' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.MacAddressType Android.Net.MacAddress.TypeUnicast' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.MacAddress.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Network.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetCapability Android.Net.NetworkCapabilities.NetCapabilityCaptivePortal' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetCapability Android.Net.NetworkCapabilities.NetCapabilityCbs' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetCapability Android.Net.NetworkCapabilities.NetCapabilityDun' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetCapability Android.Net.NetworkCapabilities.NetCapabilityEims' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetCapability Android.Net.NetworkCapabilities.NetCapabilityForeground' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetCapability Android.Net.NetworkCapabilities.NetCapabilityFota' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetCapability Android.Net.NetworkCapabilities.NetCapabilityIa' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetCapability Android.Net.NetworkCapabilities.NetCapabilityIms' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetCapability Android.Net.NetworkCapabilities.NetCapabilityInternet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetCapability Android.Net.NetworkCapabilities.NetCapabilityMcx' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetCapability Android.Net.NetworkCapabilities.NetCapabilityMms' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetCapability Android.Net.NetworkCapabilities.NetCapabilityNotCongested' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetCapability Android.Net.NetworkCapabilities.NetCapabilityNotMetered' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetCapability Android.Net.NetworkCapabilities.NetCapabilityNotRestricted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetCapability Android.Net.NetworkCapabilities.NetCapabilityNotRoaming' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetCapability Android.Net.NetworkCapabilities.NetCapabilityNotSuspended' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetCapability Android.Net.NetworkCapabilities.NetCapabilityNotVpn' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetCapability Android.Net.NetworkCapabilities.NetCapabilityRcs' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetCapability Android.Net.NetworkCapabilities.NetCapabilitySupl' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetCapability Android.Net.NetworkCapabilities.NetCapabilityTrusted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetCapability Android.Net.NetworkCapabilities.NetCapabilityValidated' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetCapability Android.Net.NetworkCapabilities.NetCapabilityWifiP2p' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.NetCapability Android.Net.NetworkCapabilities.NetCapabilityXcap' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.TransportType Android.Net.NetworkCapabilities.TransportBluetooth' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.TransportType Android.Net.NetworkCapabilities.TransportCellular' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.TransportType Android.Net.NetworkCapabilities.TransportEthernet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.TransportType Android.Net.NetworkCapabilities.TransportLowpan' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.TransportType Android.Net.NetworkCapabilities.TransportVpn' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.TransportType Android.Net.NetworkCapabilities.TransportWifi' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.TransportType Android.Net.NetworkCapabilities.TransportWifiAware' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.NetworkCapabilities.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.NetworkInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.NetworkRequest.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.ProxyInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.RouteInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.ErrorCode Android.Net.SocketKeepalive.ErrorHardwareError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.ErrorCode Android.Net.SocketKeepalive.ErrorInsufficientResources' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.ErrorCode Android.Net.SocketKeepalive.ErrorInvalidInterval' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.ErrorCode Android.Net.SocketKeepalive.ErrorInvalidIpAddress' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.ErrorCode Android.Net.SocketKeepalive.ErrorInvalidLength' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.ErrorCode Android.Net.SocketKeepalive.ErrorInvalidNetwork' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.ErrorCode Android.Net.SocketKeepalive.ErrorInvalidPort' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.ErrorCode Android.Net.SocketKeepalive.ErrorInvalidSocket' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.ErrorCode Android.Net.SocketKeepalive.ErrorSocketNotIdle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.ErrorCode Android.Net.SocketKeepalive.ErrorUnsupported' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Uri.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Http.SslErrorType Android.Net.Http.SslError.SslDateInvalid' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Http.SslErrorType Android.Net.Http.SslError.SslExpired' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Http.SslErrorType Android.Net.Http.SslError.SslIdmismatch' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Http.SslErrorType Android.Net.Http.SslError.SslInvalid' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Http.SslErrorType Android.Net.Http.SslError.SslMaxError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Http.SslErrorType Android.Net.Http.SslError.SslNotyetvalid' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Http.SslErrorType Android.Net.Http.SslError.SslUntrusted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Nsd.NsdFailure Android.Net.Nsd.NsdManager.FailureAlreadyActive' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Nsd.NsdFailure Android.Net.Nsd.NsdManager.FailureInternalError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Nsd.NsdFailure Android.Net.Nsd.NsdManager.FailureMaxLimit' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Nsd.NsdProtocol Android.Net.Nsd.NsdManager.ProtocolDnsSd' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Nsd.NsdServiceInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipErrorCodes Android.Net.Sip.SipErrorCode.ClientError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipErrorCodes Android.Net.Sip.SipErrorCode.CrossDomainAuthentication' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipErrorCodes Android.Net.Sip.SipErrorCode.DataConnectionLost' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipErrorCodes Android.Net.Sip.SipErrorCode.InProgress' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipErrorCodes Android.Net.Sip.SipErrorCode.InvalidCredentials' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipErrorCodes Android.Net.Sip.SipErrorCode.InvalidRemoteUri' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipErrorCodes Android.Net.Sip.SipErrorCode.NoError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipErrorCodes Android.Net.Sip.SipErrorCode.PeerNotReachable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipErrorCodes Android.Net.Sip.SipErrorCode.ServerError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipErrorCodes Android.Net.Sip.SipErrorCode.ServerUnreachable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipErrorCodes Android.Net.Sip.SipErrorCode.SocketError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipErrorCodes Android.Net.Sip.SipErrorCode.TimeOut' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipErrorCodes Android.Net.Sip.SipErrorCode.TransactionTerminted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Sip.SipProfile.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSessionState Android.Net.Sip.SipSession.State.Deregistering' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSessionState Android.Net.Sip.SipSession.State.InCall' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSessionState Android.Net.Sip.SipSession.State.IncomingCall' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSessionState Android.Net.Sip.SipSession.State.IncomingCallAnswering' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSessionState Android.Net.Sip.SipSession.State.NotDefined' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSessionState Android.Net.Sip.SipSession.State.OutgoingCall' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSessionState Android.Net.Sip.SipSession.State.OutgoingCallCanceling' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSessionState Android.Net.Sip.SipSession.State.OutgoingCallRingBack' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSessionState Android.Net.Sip.SipSession.State.Pinging' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSessionState Android.Net.Sip.SipSession.State.ReadyToCall' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Sip.SipSessionState Android.Net.Sip.SipSession.State.Registering' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.ScanResult.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.SupplicantState.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.AuthAlgorithmType Android.Net.Wifi.WifiConfiguration.AuthAlgorithm.Leap' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.AuthAlgorithmType Android.Net.Wifi.WifiConfiguration.AuthAlgorithm.Open' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.AuthAlgorithmType Android.Net.Wifi.WifiConfiguration.AuthAlgorithm.Shared' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.GroupCipherType Android.Net.Wifi.WifiConfiguration.GroupCipher.Ccmp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.GroupCipherType Android.Net.Wifi.WifiConfiguration.GroupCipher.Gcmp256' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.GroupCipherType Android.Net.Wifi.WifiConfiguration.GroupCipher.Tkip' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.GroupCipherType Android.Net.Wifi.WifiConfiguration.GroupCipher.Wep104' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.GroupCipherType Android.Net.Wifi.WifiConfiguration.GroupCipher.Wep40' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.WifiConfiguration.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.KeyManagementType Android.Net.Wifi.WifiConfiguration.KeyMgmt.Ieee8021x' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.KeyManagementType Android.Net.Wifi.WifiConfiguration.KeyMgmt.None' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.KeyManagementType Android.Net.Wifi.WifiConfiguration.KeyMgmt.Owe' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.KeyManagementType Android.Net.Wifi.WifiConfiguration.KeyMgmt.Sae' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.KeyManagementType Android.Net.Wifi.WifiConfiguration.KeyMgmt.SuiteB192' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.KeyManagementType Android.Net.Wifi.WifiConfiguration.KeyMgmt.WpaEap' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.KeyManagementType Android.Net.Wifi.WifiConfiguration.KeyMgmt.WpaPsk' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.PairwiseCipherType Android.Net.Wifi.WifiConfiguration.PairwiseCipher.Ccmp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.PairwiseCipherType Android.Net.Wifi.WifiConfiguration.PairwiseCipher.Gcmp256' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.PairwiseCipherType Android.Net.Wifi.WifiConfiguration.PairwiseCipher.None' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.PairwiseCipherType Android.Net.Wifi.WifiConfiguration.PairwiseCipher.Tkip' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.ProtocolType Android.Net.Wifi.WifiConfiguration.Protocol.Rsn' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.ProtocolType Android.Net.Wifi.WifiConfiguration.Protocol.Wpa' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiStatus Android.Net.Wifi.WifiConfiguration.Status.Current' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiStatus Android.Net.Wifi.WifiConfiguration.Status.Disabled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiStatus Android.Net.Wifi.WifiConfiguration.Status.Enabled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiEapMethod Android.Net.Wifi.WifiEnterpriseConfig.Eap.Aka' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiEapMethod Android.Net.Wifi.WifiEnterpriseConfig.Eap.AkaPrime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiEapMethod Android.Net.Wifi.WifiEnterpriseConfig.Eap.None' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiEapMethod Android.Net.Wifi.WifiEnterpriseConfig.Eap.Peap' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiEapMethod Android.Net.Wifi.WifiEnterpriseConfig.Eap.Pwd' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiEapMethod Android.Net.Wifi.WifiEnterpriseConfig.Eap.Sim' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiEapMethod Android.Net.Wifi.WifiEnterpriseConfig.Eap.Tls' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiEapMethod Android.Net.Wifi.WifiEnterpriseConfig.Eap.Ttls' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiEapMethod Android.Net.Wifi.WifiEnterpriseConfig.Eap.UnauthTls' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.WifiEnterpriseConfig.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiPhase2Method Android.Net.Wifi.WifiEnterpriseConfig.Phase2.Aka' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiPhase2Method Android.Net.Wifi.WifiEnterpriseConfig.Phase2.AkaPrime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiPhase2Method Android.Net.Wifi.WifiEnterpriseConfig.Phase2.Gtc' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiPhase2Method Android.Net.Wifi.WifiEnterpriseConfig.Phase2.Mschap' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiPhase2Method Android.Net.Wifi.WifiEnterpriseConfig.Phase2.Mschapv2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiPhase2Method Android.Net.Wifi.WifiEnterpriseConfig.Phase2.None' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiPhase2Method Android.Net.Wifi.WifiEnterpriseConfig.Phase2.Pap' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.WifiPhase2Method Android.Net.Wifi.WifiEnterpriseConfig.Phase2.Sim' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.WifiInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.NetworkStatus Android.Net.Wifi.WifiManager.StatusNetworkSuggestionsErrorAddDuplicate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.NetworkStatus Android.Net.Wifi.WifiManager.StatusNetworkSuggestionsErrorAddExceedsMaxPerApp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.NetworkStatus Android.Net.Wifi.WifiManager.StatusNetworkSuggestionsErrorAppDisallowed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.NetworkStatus Android.Net.Wifi.WifiManager.StatusNetworkSuggestionsErrorInternal' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.NetworkStatus Android.Net.Wifi.WifiManager.StatusNetworkSuggestionsErrorRemoveInvalid' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.NetworkStatus Android.Net.Wifi.WifiManager.StatusNetworkSuggestionsSuccess' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.WifiNetworkSpecifier.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.WifiNetworkSuggestion.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.WpsInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.Aware.Characteristics.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.Aware.ParcelablePeerHandle.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.Aware.PublishConfig.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.Aware.SubscribeConfig.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.Aware.WifiAwareNetworkInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.Aware.WifiAwareNetworkSpecifier.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.Hotspot2.PasspointConfiguration.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.Hotspot2.Pps.Credential.CertificateCredential.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.Hotspot2.Pps.Credential.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.Hotspot2.Pps.Credential.SimCredential.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.Hotspot2.Pps.Credential.UserCredential.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.Hotspot2.Pps.HomeSp.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.P2p.Frequency Android.Net.Wifi.P2p.WifiP2pConfig.GroupOwnerBand2ghz' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.P2p.Frequency Android.Net.Wifi.P2p.WifiP2pConfig.GroupOwnerBand5ghz' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.P2p.Frequency Android.Net.Wifi.P2p.WifiP2pConfig.GroupOwnerBandAuto' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.P2p.WifiP2pConfig.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.P2p.WifiP2pDeviceState Android.Net.Wifi.P2p.WifiP2pDevice.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.P2p.WifiP2pDeviceState Android.Net.Wifi.P2p.WifiP2pDevice.Connected' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.P2p.WifiP2pDeviceState Android.Net.Wifi.P2p.WifiP2pDevice.Failed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.P2p.WifiP2pDeviceState Android.Net.Wifi.P2p.WifiP2pDevice.Invited' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.P2p.WifiP2pDeviceState Android.Net.Wifi.P2p.WifiP2pDevice.Unavailable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.P2p.WifiP2pDevice.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.P2p.WifiP2pDeviceList.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.P2p.WifiP2pGroup.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.P2p.WifiP2pInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.P2p.WifiP2pFailureReason Android.Net.Wifi.P2p.WifiP2pManager.Busy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.P2p.WifiP2pFailureReason Android.Net.Wifi.P2p.WifiP2pManager.Error' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.P2p.WifiP2pFailureReason Android.Net.Wifi.P2p.WifiP2pManager.NoServiceRequests' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.P2p.WifiP2pFailureReason Android.Net.Wifi.P2p.WifiP2pManager.P2pUnsupported' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.P2p.WifiP2pState Android.Net.Wifi.P2p.WifiP2pManager.WifiP2pStateDisabled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.P2p.WifiP2pState Android.Net.Wifi.P2p.WifiP2pManager.WifiP2pStateEnabled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.P2p.Nsd.ServiceType Android.Net.Wifi.P2p.Nsd.WifiP2pServiceInfo.ServiceTypeAll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.P2p.Nsd.ServiceType Android.Net.Wifi.P2p.Nsd.WifiP2pServiceInfo.ServiceTypeBonjour' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.P2p.Nsd.ServiceType Android.Net.Wifi.P2p.Nsd.WifiP2pServiceInfo.ServiceTypeUpnp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.P2p.Nsd.ServiceType Android.Net.Wifi.P2p.Nsd.WifiP2pServiceInfo.ServiceTypeVendorSpecific' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.P2p.Nsd.WifiP2pServiceInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.P2p.Nsd.WifiP2pServiceRequest.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.Rtt.RangingRequest.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.Rtt.RangingStatus Android.Net.Wifi.Rtt.RangingResult.StatusFail' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.Rtt.RangingStatus Android.Net.Wifi.Rtt.RangingResult.StatusResponderDoesNotSupportIeee80211mc' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.Rtt.RangingStatus Android.Net.Wifi.Rtt.RangingResult.StatusSuccess' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.Rtt.RangingResult.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.Rtt.RangingResultStatusCode Android.Net.Wifi.Rtt.RangingResultCallback.StatusCodeFail' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.Rtt.RangingResultStatusCode Android.Net.Wifi.Rtt.RangingResultCallback.StatusCodeFailRttNotAvailable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.Rtt.AltitudeType Android.Net.Wifi.Rtt.ResponderLocation.AltitudeFloors' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.Rtt.AltitudeType Android.Net.Wifi.Rtt.ResponderLocation.AltitudeMeters' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.Rtt.AltitudeType Android.Net.Wifi.Rtt.ResponderLocation.AltitudeUndefined' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.Rtt.DatumType Android.Net.Wifi.Rtt.ResponderLocation.DatumNad83Mllw' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.Rtt.DatumType Android.Net.Wifi.Rtt.ResponderLocation.DatumNad83Nav88' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.Rtt.DatumType Android.Net.Wifi.Rtt.ResponderLocation.DatumUndefined' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.Rtt.DatumType Android.Net.Wifi.Rtt.ResponderLocation.DatumWgs84' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.Rtt.LocationMode Android.Net.Wifi.Rtt.ResponderLocation.LocationFixed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.Rtt.LocationMode Android.Net.Wifi.Rtt.ResponderLocation.LocationMovementUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.Rtt.LocationMode Android.Net.Wifi.Rtt.ResponderLocation.LocationReserved' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Net.Wifi.Rtt.LocationMode Android.Net.Wifi.Rtt.ResponderLocation.LocationVariable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Net.Wifi.Rtt.ResponderLocation.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Nfc.NdefMessage.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Nfc.NdefRecord.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.NfcReaderFlags Android.Nfc.NfcAdapter.FlagReaderNfcA' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.NfcReaderFlags Android.Nfc.NfcAdapter.FlagReaderNfcB' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.NfcReaderFlags Android.Nfc.NfcAdapter.FlagReaderNfcBarcode' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.NfcReaderFlags Android.Nfc.NfcAdapter.FlagReaderNfcF' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.NfcReaderFlags Android.Nfc.NfcAdapter.FlagReaderNfcV' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.NfcReaderFlags Android.Nfc.NfcAdapter.FlagReaderNoPlatformSounds' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.NfcReaderFlags Android.Nfc.NfcAdapter.FlagReaderSkipNdefCheck' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Nfc.Tag.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.CardEmulators.CardSelectionMode Android.Nfc.CardEmulators.CardEmulation.SelectionModeAlwaysAsk' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.CardEmulators.CardSelectionMode Android.Nfc.CardEmulators.CardEmulation.SelectionModeAskIfConflict' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.CardEmulators.CardSelectionMode Android.Nfc.CardEmulators.CardEmulation.SelectionModePreferDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.CardEmulators.DeactivationReason Android.Nfc.CardEmulators.HostApduService.DeactivationDeselected' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.CardEmulators.DeactivationReason Android.Nfc.CardEmulators.HostApduService.DeactivationLinkLoss' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.CardEmulators.DeactivationReasonF Android.Nfc.CardEmulators.HostNfcFService.DeactivationLinkLoss' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.Tech.MifareClassicSize Android.Nfc.Tech.MifareClassic.Size1k' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.Tech.MifareClassicSize Android.Nfc.Tech.MifareClassic.Size2k' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.Tech.MifareClassicSize Android.Nfc.Tech.MifareClassic.Size4k' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.Tech.MifareClassicSize Android.Nfc.Tech.MifareClassic.SizeMini' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.Tech.MifareClassicType Android.Nfc.Tech.MifareClassic.TypeClassic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.Tech.MifareClassicType Android.Nfc.Tech.MifareClassic.TypePlus' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.Tech.MifareClassicType Android.Nfc.Tech.MifareClassic.TypePro' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.Tech.MifareClassicType Android.Nfc.Tech.MifareClassic.TypeUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.Tech.MifareUltralightType Android.Nfc.Tech.MifareUltralight.TypeUltralight' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.Tech.MifareUltralightType Android.Nfc.Tech.MifareUltralight.TypeUltralightC' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.Tech.MifareUltralightType Android.Nfc.Tech.MifareUltralight.TypeUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.Tech.NfcBarcodeType Android.Nfc.Tech.NfcBarcode.TypeKovio' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Nfc.Tech.NfcBarcodeType Android.Nfc.Tech.NfcBarcode.TypeUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Opengl.GLDebugConfig Android.Opengl.GLDebugHelper.ConfigCheckGlError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Opengl.GLDebugConfig Android.Opengl.GLDebugHelper.ConfigCheckThread' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Opengl.GLDebugConfig Android.Opengl.GLDebugHelper.ConfigLogArgumentNames' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Opengl.DebugFlags Android.Opengl.GLSurfaceView.DebugCheckGlError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Opengl.DebugFlags Android.Opengl.GLSurfaceView.DebugLogGlCalls' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Opengl.Rendermode Android.Opengl.GLSurfaceView.RendermodeContinuously' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Opengl.Rendermode Android.Opengl.GLSurfaceView.RendermodeWhenDirty' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BatteryHealth Android.OS.BatteryManager.BatteryHealthCold' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BatteryHealth Android.OS.BatteryManager.BatteryHealthDead' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BatteryHealth Android.OS.BatteryManager.BatteryHealthGood' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BatteryHealth Android.OS.BatteryManager.BatteryHealthOverheat' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BatteryHealth Android.OS.BatteryManager.BatteryHealthOverVoltage' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BatteryHealth Android.OS.BatteryManager.BatteryHealthUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BatteryHealth Android.OS.BatteryManager.BatteryHealthUnspecifiedFailure' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BatteryPlugged Android.OS.BatteryManager.BatteryPluggedAc' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BatteryPlugged Android.OS.BatteryManager.BatteryPluggedUsb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BatteryPlugged Android.OS.BatteryManager.BatteryPluggedWireless' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BatteryProperty Android.OS.BatteryManager.BatteryPropertyCapacity' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BatteryProperty Android.OS.BatteryManager.BatteryPropertyChargeCounter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BatteryProperty Android.OS.BatteryManager.BatteryPropertyCurrentAverage' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BatteryProperty Android.OS.BatteryManager.BatteryPropertyCurrentNow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BatteryProperty Android.OS.BatteryManager.BatteryPropertyEnergyCounter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BatteryProperty Android.OS.BatteryManager.BatteryPropertyStatus' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BatteryStatus Android.OS.BatteryManager.BatteryStatusCharging' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BatteryStatus Android.OS.BatteryManager.BatteryStatusDischarging' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BatteryStatus Android.OS.BatteryManager.BatteryStatusFull' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BatteryStatus Android.OS.BatteryManager.BatteryStatusNotCharging' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BatteryStatus Android.OS.BatteryManager.BatteryStatusUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.TransactionFlags Android.OS.Binder.InterfaceConsts.FlagOneway' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.TransactionFlags Android.OS.BinderConsts.FlagOneway' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.Base' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.Base11' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.Cupcake' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.CurDevelopment' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.Donut' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.Eclair' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.Eclair01' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.EclairMr1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.Froyo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.Gingerbread' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.GingerbreadMr1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.Honeycomb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.HoneycombMr1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.HoneycombMr2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.IceCreamSandwich' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.IceCreamSandwichMr1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.JellyBean' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.JellyBeanMr1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.JellyBeanMr2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.Kitkat' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.KitkatWatch' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.Lollipop' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.LollipopMr1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.M' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.N' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.NMr1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.O' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.OMr1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.P' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.BuildVersionCodes Android.OS.Build.VERSION_CODES.Q' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.OS.Bundle.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.OS.CpuUsageInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.DebugShow Android.OS.Debug.ShowClassloader' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.DebugShow Android.OS.Debug.ShowFullDetail' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.DebugShow Android.OS.Debug.ShowInitialized' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.DebugTraceOptions Android.OS.Debug.TraceCountAllocs' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.OS.Debug.MemoryInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.DropBoxManagerFlags Android.OS.DropBoxManager.IsEmpty' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.DropBoxManagerFlags Android.OS.DropBoxManager.IsGzipped' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.DropBoxManagerFlags Android.OS.DropBoxManager.IsText' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.OS.DropBoxManager.Entry.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.DeviceTemperatureType Android.OS.HardwarePropertiesManager.DeviceTemperatureBattery' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.DeviceTemperatureType Android.OS.HardwarePropertiesManager.DeviceTemperatureCpu' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.DeviceTemperatureType Android.OS.HardwarePropertiesManager.DeviceTemperatureGpu' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.DeviceTemperatureType Android.OS.HardwarePropertiesManager.DeviceTemperatureSkin' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.TemperatureSource Android.OS.HardwarePropertiesManager.TemperatureCurrent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.TemperatureSource Android.OS.HardwarePropertiesManager.TemperatureShutdown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.TemperatureSource Android.OS.HardwarePropertiesManager.TemperatureThrottling' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.TemperatureSource Android.OS.HardwarePropertiesManager.TemperatureThrottlingBelowVrMin' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.OS.LocaleList.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.OS.Message.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.OS.Messenger.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.OS.Parcelable.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.OS.ParcelFileDescriptor.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.OS.ParcelUuid.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.OS.PatternMatcher.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.OS.PersistableBundle.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.OS.ResultReceiver.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.OS.SharedMemory.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.OS.UserHandle.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.UserCreationFailureReason Android.OS.UserManager.UserCreationFailedNoMoreUsers' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.UserCreationFailureReason Android.OS.UserManager.UserCreationFailedNotPermitted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.UserOperationResultCode Android.OS.UserManager.UserOperationErrorCurrentUser' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.UserOperationResultCode Android.OS.UserManager.UserOperationErrorLowStorage' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.UserOperationResultCode Android.OS.UserManager.UserOperationErrorManagedProfile' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.UserOperationResultCode Android.OS.UserManager.UserOperationErrorMaxRunningUsers' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.UserOperationResultCode Android.OS.UserManager.UserOperationErrorMaxUsers' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.UserOperationResultCode Android.OS.UserManager.UserOperationErrorUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.UserOperationResultCode Android.OS.UserManager.UserOperationSuccess' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.OS.VibrationEffect.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.OS.WorkSource.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.OS.Health.TimerStat.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Storage.ObbError Android.OS.Storage.OnObbStateChangeListener.ErrorAlreadyMounted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Storage.ObbError Android.OS.Storage.OnObbStateChangeListener.ErrorCouldNotMount' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Storage.ObbError Android.OS.Storage.OnObbStateChangeListener.ErrorCouldNotUnmount' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Storage.ObbError Android.OS.Storage.OnObbStateChangeListener.ErrorInternal' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Storage.ObbError Android.OS.Storage.OnObbStateChangeListener.ErrorNotMounted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Storage.ObbError Android.OS.Storage.OnObbStateChangeListener.ErrorPermissionDenied' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Storage.ObbState Android.OS.Storage.OnObbStateChangeListener.Mounted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.Storage.ObbState Android.OS.Storage.OnObbStateChangeListener.Unmounted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.OS.Storage.StorageVolume.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Preferences.PreferenceActivity.Header.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Print.PageRange.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Print.PrintColorMode Android.Print.PrintAttributes.ColorModeColor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Print.PrintColorMode Android.Print.PrintAttributes.ColorModeMonochrome' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Print.PrintAttributes.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Print.PrintContentType Android.Print.PrintDocumentInfo.ContentTypeDocument' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Print.PrintContentType Android.Print.PrintDocumentInfo.ContentTypePhoto' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Print.PrintContentType Android.Print.PrintDocumentInfo.ContentTypeUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Print.PrintDocumentInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Print.PrinterCapabilitiesInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Print.PrinterId.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Print.PrinterStatus Android.Print.PrinterInfo.StatusBusy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Print.PrinterStatus Android.Print.PrinterInfo.StatusIdle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Print.PrinterStatus Android.Print.PrinterInfo.StatusUnavailable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Print.PrinterInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Print.PrintJobId.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Print.PrintJobState Android.Print.PrintJobInfo.StateBlocked' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Print.PrintJobState Android.Print.PrintJobInfo.StateCanceled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Print.PrintJobState Android.Print.PrintJobInfo.StateCompleted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Print.PrintJobState Android.Print.PrintJobInfo.StateCreated' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Print.PrintJobState Android.Print.PrintJobInfo.StateFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Print.PrintJobState Android.Print.PrintJobInfo.StateQueued' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Print.PrintJobState Android.Print.PrintJobInfo.StateStarted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Print.PrintJobInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesColumn Android.Provider.CalendarContract.Attendees.InterfaceConsts.TypeNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesColumn Android.Provider.CalendarContract.Attendees.InterfaceConsts.TypeOptional' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesColumn Android.Provider.CalendarContract.Attendees.InterfaceConsts.TypeRequired' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesColumn Android.Provider.CalendarContract.Attendees.InterfaceConsts.TypeResource' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesRelationship Android.Provider.CalendarContract.Attendees.InterfaceConsts.RelationshipAttendee' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesRelationship Android.Provider.CalendarContract.Attendees.InterfaceConsts.RelationshipNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesRelationship Android.Provider.CalendarContract.Attendees.InterfaceConsts.RelationshipOrganizer' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesRelationship Android.Provider.CalendarContract.Attendees.InterfaceConsts.RelationshipPerformer' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesRelationship Android.Provider.CalendarContract.Attendees.InterfaceConsts.RelationshipSpeaker' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesStatus Android.Provider.CalendarContract.Attendees.InterfaceConsts.AttendeeStatusAccepted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesStatus Android.Provider.CalendarContract.Attendees.InterfaceConsts.AttendeeStatusDeclined' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesStatus Android.Provider.CalendarContract.Attendees.InterfaceConsts.AttendeeStatusInvited' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesStatus Android.Provider.CalendarContract.Attendees.InterfaceConsts.AttendeeStatusNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesStatus Android.Provider.CalendarContract.Attendees.InterfaceConsts.AttendeeStatusTentative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.Attendees.InterfaceConsts.AccessConfidential' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.Attendees.InterfaceConsts.AccessDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.Attendees.InterfaceConsts.AccessPrivate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.Attendees.InterfaceConsts.AccessPublic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.Attendees.InterfaceConsts.AvailabilityBusy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.Attendees.InterfaceConsts.AvailabilityFree' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.Attendees.InterfaceConsts.AvailabilityTentative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.Attendees.InterfaceConsts.StatusCanceled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.Attendees.InterfaceConsts.StatusConfirmed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.Attendees.InterfaceConsts.StatusTentative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesColumn Android.Provider.CalendarContract.AttendeesColumns.TypeNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesColumn Android.Provider.CalendarContract.AttendeesColumns.TypeOptional' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesColumn Android.Provider.CalendarContract.AttendeesColumns.TypeRequired' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesColumn Android.Provider.CalendarContract.AttendeesColumns.TypeResource' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesRelationship Android.Provider.CalendarContract.AttendeesColumns.RelationshipAttendee' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesRelationship Android.Provider.CalendarContract.AttendeesColumns.RelationshipNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesRelationship Android.Provider.CalendarContract.AttendeesColumns.RelationshipOrganizer' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesRelationship Android.Provider.CalendarContract.AttendeesColumns.RelationshipPerformer' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesRelationship Android.Provider.CalendarContract.AttendeesColumns.RelationshipSpeaker' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesStatus Android.Provider.CalendarContract.AttendeesColumns.AttendeeStatusAccepted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesStatus Android.Provider.CalendarContract.AttendeesColumns.AttendeeStatusDeclined' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesStatus Android.Provider.CalendarContract.AttendeesColumns.AttendeeStatusInvited' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesStatus Android.Provider.CalendarContract.AttendeesColumns.AttendeeStatusNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAttendeesStatus Android.Provider.CalendarContract.AttendeesColumns.AttendeeStatusTentative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarAlerts.InterfaceConsts.CalAccessContributor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarAlerts.InterfaceConsts.CalAccessEditor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarAlerts.InterfaceConsts.CalAccessFreebusy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarAlerts.InterfaceConsts.CalAccessNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarAlerts.InterfaceConsts.CalAccessOverride' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarAlerts.InterfaceConsts.CalAccessOwner' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarAlerts.InterfaceConsts.CalAccessRead' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarAlerts.InterfaceConsts.CalAccessRespond' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarAlerts.InterfaceConsts.CalAccessRoot' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAlertsState Android.Provider.CalendarContract.CalendarAlerts.InterfaceConsts.StateDismissed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAlertsState Android.Provider.CalendarContract.CalendarAlerts.InterfaceConsts.StateFired' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAlertsState Android.Provider.CalendarContract.CalendarAlerts.InterfaceConsts.StateScheduled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.CalendarAlerts.InterfaceConsts.AccessConfidential' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.CalendarAlerts.InterfaceConsts.AccessDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.CalendarAlerts.InterfaceConsts.AccessPrivate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.CalendarAlerts.InterfaceConsts.AccessPublic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.CalendarAlerts.InterfaceConsts.AvailabilityBusy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.CalendarAlerts.InterfaceConsts.AvailabilityFree' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.CalendarAlerts.InterfaceConsts.AvailabilityTentative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.CalendarAlerts.InterfaceConsts.StatusCanceled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.CalendarAlerts.InterfaceConsts.StatusConfirmed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.CalendarAlerts.InterfaceConsts.StatusTentative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAlertsState Android.Provider.CalendarContract.CalendarAlertsColumns.StateDismissed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAlertsState Android.Provider.CalendarContract.CalendarAlertsColumns.StateFired' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAlertsState Android.Provider.CalendarContract.CalendarAlertsColumns.StateScheduled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarColumns.CalAccessContributor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarColumns.CalAccessEditor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarColumns.CalAccessFreebusy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarColumns.CalAccessNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarColumns.CalAccessOverride' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarColumns.CalAccessOwner' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarColumns.CalAccessRead' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarColumns.CalAccessRespond' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarColumns.CalAccessRoot' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarEntity.InterfaceConsts.CalAccessContributor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarEntity.InterfaceConsts.CalAccessEditor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarEntity.InterfaceConsts.CalAccessFreebusy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarEntity.InterfaceConsts.CalAccessNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarEntity.InterfaceConsts.CalAccessOverride' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarEntity.InterfaceConsts.CalAccessOwner' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarEntity.InterfaceConsts.CalAccessRead' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarEntity.InterfaceConsts.CalAccessRespond' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.CalendarEntity.InterfaceConsts.CalAccessRoot' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Calendars.InterfaceConsts.CalAccessContributor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Calendars.InterfaceConsts.CalAccessEditor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Calendars.InterfaceConsts.CalAccessFreebusy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Calendars.InterfaceConsts.CalAccessNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Calendars.InterfaceConsts.CalAccessOverride' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Calendars.InterfaceConsts.CalAccessOwner' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Calendars.InterfaceConsts.CalAccessRead' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Calendars.InterfaceConsts.CalAccessRespond' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Calendars.InterfaceConsts.CalAccessRoot' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarColoredTypes Android.Provider.CalendarContract.Colors.InterfaceConsts.TypeCalendar' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarColoredTypes Android.Provider.CalendarContract.Colors.InterfaceConsts.TypeEvent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarColoredTypes Android.Provider.CalendarContract.ColorsColumns.TypeCalendar' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarColoredTypes Android.Provider.CalendarContract.ColorsColumns.TypeEvent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Events.InterfaceConsts.CalAccessContributor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Events.InterfaceConsts.CalAccessEditor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Events.InterfaceConsts.CalAccessFreebusy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Events.InterfaceConsts.CalAccessNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Events.InterfaceConsts.CalAccessOverride' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Events.InterfaceConsts.CalAccessOwner' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Events.InterfaceConsts.CalAccessRead' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Events.InterfaceConsts.CalAccessRespond' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Events.InterfaceConsts.CalAccessRoot' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.Events.InterfaceConsts.AccessConfidential' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.Events.InterfaceConsts.AccessDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.Events.InterfaceConsts.AccessPrivate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.Events.InterfaceConsts.AccessPublic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.Events.InterfaceConsts.AvailabilityBusy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.Events.InterfaceConsts.AvailabilityFree' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.Events.InterfaceConsts.AvailabilityTentative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.Events.InterfaceConsts.StatusCanceled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.Events.InterfaceConsts.StatusConfirmed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.Events.InterfaceConsts.StatusTentative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.EventsColumns.AccessConfidential' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.EventsColumns.AccessDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.EventsColumns.AccessPrivate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.EventsColumns.AccessPublic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.EventsColumns.AvailabilityBusy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.EventsColumns.AvailabilityFree' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.EventsColumns.AvailabilityTentative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.EventsColumns.StatusCanceled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.EventsColumns.StatusConfirmed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.EventsColumns.StatusTentative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.EventsEntity.InterfaceConsts.AccessConfidential' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.EventsEntity.InterfaceConsts.AccessDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.EventsEntity.InterfaceConsts.AccessPrivate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.EventsEntity.InterfaceConsts.AccessPublic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.EventsEntity.InterfaceConsts.AvailabilityBusy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.EventsEntity.InterfaceConsts.AvailabilityFree' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.EventsEntity.InterfaceConsts.AvailabilityTentative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.EventsEntity.InterfaceConsts.StatusCanceled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.EventsEntity.InterfaceConsts.StatusConfirmed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.EventsEntity.InterfaceConsts.StatusTentative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.ExtendedProperties.InterfaceConsts.AccessConfidential' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.ExtendedProperties.InterfaceConsts.AccessDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.ExtendedProperties.InterfaceConsts.AccessPrivate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.ExtendedProperties.InterfaceConsts.AccessPublic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.ExtendedProperties.InterfaceConsts.AvailabilityBusy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.ExtendedProperties.InterfaceConsts.AvailabilityFree' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.ExtendedProperties.InterfaceConsts.AvailabilityTentative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.ExtendedProperties.InterfaceConsts.StatusCanceled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.ExtendedProperties.InterfaceConsts.StatusConfirmed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.ExtendedProperties.InterfaceConsts.StatusTentative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Instances.InterfaceConsts.CalAccessContributor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Instances.InterfaceConsts.CalAccessEditor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Instances.InterfaceConsts.CalAccessFreebusy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Instances.InterfaceConsts.CalAccessNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Instances.InterfaceConsts.CalAccessOverride' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Instances.InterfaceConsts.CalAccessOwner' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Instances.InterfaceConsts.CalAccessRead' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Instances.InterfaceConsts.CalAccessRespond' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CalendarAccess Android.Provider.CalendarContract.Instances.InterfaceConsts.CalAccessRoot' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.Instances.InterfaceConsts.AccessConfidential' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.Instances.InterfaceConsts.AccessDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.Instances.InterfaceConsts.AccessPrivate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.Instances.InterfaceConsts.AccessPublic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.Instances.InterfaceConsts.AvailabilityBusy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.Instances.InterfaceConsts.AvailabilityFree' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.Instances.InterfaceConsts.AvailabilityTentative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.Instances.InterfaceConsts.StatusCanceled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.Instances.InterfaceConsts.StatusConfirmed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.Instances.InterfaceConsts.StatusTentative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.Reminders.InterfaceConsts.AccessConfidential' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.Reminders.InterfaceConsts.AccessDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.Reminders.InterfaceConsts.AccessPrivate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAccess Android.Provider.CalendarContract.Reminders.InterfaceConsts.AccessPublic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.Reminders.InterfaceConsts.AvailabilityBusy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.Reminders.InterfaceConsts.AvailabilityFree' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsAvailability Android.Provider.CalendarContract.Reminders.InterfaceConsts.AvailabilityTentative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.Reminders.InterfaceConsts.StatusCanceled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.Reminders.InterfaceConsts.StatusConfirmed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.EventsStatus Android.Provider.CalendarContract.Reminders.InterfaceConsts.StatusTentative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.RemindersMethod Android.Provider.CalendarContract.Reminders.InterfaceConsts.MethodAlarm' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.RemindersMethod Android.Provider.CalendarContract.Reminders.InterfaceConsts.MethodAlert' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.RemindersMethod Android.Provider.CalendarContract.Reminders.InterfaceConsts.MethodDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.RemindersMethod Android.Provider.CalendarContract.Reminders.InterfaceConsts.MethodEmail' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.RemindersMethod Android.Provider.CalendarContract.Reminders.InterfaceConsts.MethodSms' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.RemindersMethod Android.Provider.CalendarContract.RemindersColumns.MethodAlarm' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.RemindersMethod Android.Provider.CalendarContract.RemindersColumns.MethodAlert' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.RemindersMethod Android.Provider.CalendarContract.RemindersColumns.MethodDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.RemindersMethod Android.Provider.CalendarContract.RemindersColumns.MethodEmail' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.RemindersMethod Android.Provider.CalendarContract.RemindersColumns.MethodSms' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CallerPresentation Android.Provider.CallLog.Calls.PresentationAllowed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CallerPresentation Android.Provider.CallLog.Calls.PresentationPayphone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CallerPresentation Android.Provider.CallLog.Calls.PresentationRestricted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.CallerPresentation Android.Provider.CallLog.Calls.PresentationUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ContactPresenceStatus Android.Provider.Contacts.People.InterfaceConsts.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ContactPresenceStatus Android.Provider.Contacts.People.InterfaceConsts.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ContactPresenceStatus Android.Provider.Contacts.People.InterfaceConsts.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ContactPresenceStatus Android.Provider.Contacts.People.InterfaceConsts.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ContactPresenceStatus Android.Provider.Contacts.People.InterfaceConsts.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ContactPresenceStatus Android.Provider.Contacts.People.InterfaceConsts.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ContactPresenceStatus Android.Provider.Contacts.PresenceColumns.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ContactPresenceStatus Android.Provider.Contacts.PresenceColumns.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ContactPresenceStatus Android.Provider.Contacts.PresenceColumns.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ContactPresenceStatus Android.Provider.Contacts.PresenceColumns.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ContactPresenceStatus Android.Provider.Contacts.PresenceColumns.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ContactPresenceStatus Android.Provider.Contacts.PresenceColumns.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Callable.InterfaceConsts.CapabilityHasCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Callable.InterfaceConsts.CapabilityHasVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Callable.InterfaceConsts.CapabilityHasVoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Callable.InterfaceConsts.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Callable.InterfaceConsts.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Callable.InterfaceConsts.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Callable.InterfaceConsts.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Callable.InterfaceConsts.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Callable.InterfaceConsts.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Contactables.InterfaceConsts.CapabilityHasCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Contactables.InterfaceConsts.CapabilityHasVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Contactables.InterfaceConsts.CapabilityHasVoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Contactables.InterfaceConsts.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Contactables.InterfaceConsts.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Contactables.InterfaceConsts.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Contactables.InterfaceConsts.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Contactables.InterfaceConsts.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Contactables.InterfaceConsts.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Email.InterfaceConsts.CapabilityHasCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Email.InterfaceConsts.CapabilityHasVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Email.InterfaceConsts.CapabilityHasVoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Email.InterfaceConsts.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Email.InterfaceConsts.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Email.InterfaceConsts.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Email.InterfaceConsts.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Email.InterfaceConsts.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Email.InterfaceConsts.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Event.InterfaceConsts.CapabilityHasCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Event.InterfaceConsts.CapabilityHasVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Event.InterfaceConsts.CapabilityHasVoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Event.InterfaceConsts.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Event.InterfaceConsts.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Event.InterfaceConsts.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Event.InterfaceConsts.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Event.InterfaceConsts.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Event.InterfaceConsts.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.GroupMembership.InterfaceConsts.CapabilityHasCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.GroupMembership.InterfaceConsts.CapabilityHasVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.GroupMembership.InterfaceConsts.CapabilityHasVoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.GroupMembership.InterfaceConsts.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.GroupMembership.InterfaceConsts.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.GroupMembership.InterfaceConsts.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.GroupMembership.InterfaceConsts.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.GroupMembership.InterfaceConsts.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.GroupMembership.InterfaceConsts.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Identity.InterfaceConsts.CapabilityHasCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Identity.InterfaceConsts.CapabilityHasVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Identity.InterfaceConsts.CapabilityHasVoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Identity.InterfaceConsts.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Identity.InterfaceConsts.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Identity.InterfaceConsts.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Identity.InterfaceConsts.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Identity.InterfaceConsts.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Identity.InterfaceConsts.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Im.InterfaceConsts.CapabilityHasCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Im.InterfaceConsts.CapabilityHasVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Im.InterfaceConsts.CapabilityHasVoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Im.InterfaceConsts.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Im.InterfaceConsts.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Im.InterfaceConsts.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Im.InterfaceConsts.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Im.InterfaceConsts.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Im.InterfaceConsts.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Nickname.InterfaceConsts.CapabilityHasCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Nickname.InterfaceConsts.CapabilityHasVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Nickname.InterfaceConsts.CapabilityHasVoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Nickname.InterfaceConsts.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Nickname.InterfaceConsts.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Nickname.InterfaceConsts.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Nickname.InterfaceConsts.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Nickname.InterfaceConsts.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Nickname.InterfaceConsts.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Note.InterfaceConsts.CapabilityHasCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Note.InterfaceConsts.CapabilityHasVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Note.InterfaceConsts.CapabilityHasVoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Note.InterfaceConsts.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Note.InterfaceConsts.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Note.InterfaceConsts.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Note.InterfaceConsts.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Note.InterfaceConsts.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Note.InterfaceConsts.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Organization.InterfaceConsts.CapabilityHasCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Organization.InterfaceConsts.CapabilityHasVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Organization.InterfaceConsts.CapabilityHasVoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Organization.InterfaceConsts.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Organization.InterfaceConsts.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Organization.InterfaceConsts.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Organization.InterfaceConsts.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Organization.InterfaceConsts.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Organization.InterfaceConsts.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Phone.InterfaceConsts.CapabilityHasCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Phone.InterfaceConsts.CapabilityHasVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Phone.InterfaceConsts.CapabilityHasVoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Phone.InterfaceConsts.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Phone.InterfaceConsts.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Phone.InterfaceConsts.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Phone.InterfaceConsts.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Phone.InterfaceConsts.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Phone.InterfaceConsts.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Photo.InterfaceConsts.CapabilityHasCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Photo.InterfaceConsts.CapabilityHasVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Photo.InterfaceConsts.CapabilityHasVoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Photo.InterfaceConsts.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Photo.InterfaceConsts.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Photo.InterfaceConsts.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Photo.InterfaceConsts.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Photo.InterfaceConsts.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Photo.InterfaceConsts.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Relation.InterfaceConsts.CapabilityHasCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Relation.InterfaceConsts.CapabilityHasVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Relation.InterfaceConsts.CapabilityHasVoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Relation.InterfaceConsts.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Relation.InterfaceConsts.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Relation.InterfaceConsts.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Relation.InterfaceConsts.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Relation.InterfaceConsts.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Relation.InterfaceConsts.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SipAddressDataKind Android.Provider.ContactsContract.CommonDataKinds.SipAddress.TypeHome' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SipAddressDataKind Android.Provider.ContactsContract.CommonDataKinds.SipAddress.TypeOther' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SipAddressDataKind Android.Provider.ContactsContract.CommonDataKinds.SipAddress.TypeWork' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.SipAddress.InterfaceConsts.CapabilityHasCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.SipAddress.InterfaceConsts.CapabilityHasVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.SipAddress.InterfaceConsts.CapabilityHasVoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.SipAddress.InterfaceConsts.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.SipAddress.InterfaceConsts.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.SipAddress.InterfaceConsts.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.SipAddress.InterfaceConsts.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.SipAddress.InterfaceConsts.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.SipAddress.InterfaceConsts.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.StructuredName.InterfaceConsts.CapabilityHasCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.StructuredName.InterfaceConsts.CapabilityHasVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.StructuredName.InterfaceConsts.CapabilityHasVoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.StructuredName.InterfaceConsts.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.StructuredName.InterfaceConsts.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.StructuredName.InterfaceConsts.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.StructuredName.InterfaceConsts.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.StructuredName.InterfaceConsts.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.StructuredName.InterfaceConsts.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.StructuredPostal.InterfaceConsts.CapabilityHasCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.StructuredPostal.InterfaceConsts.CapabilityHasVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.StructuredPostal.InterfaceConsts.CapabilityHasVoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.StructuredPostal.InterfaceConsts.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.StructuredPostal.InterfaceConsts.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.StructuredPostal.InterfaceConsts.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.StructuredPostal.InterfaceConsts.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.StructuredPostal.InterfaceConsts.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.StructuredPostal.InterfaceConsts.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Website.InterfaceConsts.CapabilityHasCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Website.InterfaceConsts.CapabilityHasVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.CommonDataKinds.Website.InterfaceConsts.CapabilityHasVoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Website.InterfaceConsts.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Website.InterfaceConsts.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Website.InterfaceConsts.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Website.InterfaceConsts.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Website.InterfaceConsts.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.CommonDataKinds.Website.InterfaceConsts.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.Contacts.Entity.InterfaceConsts.CapabilityHasCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.Contacts.Entity.InterfaceConsts.CapabilityHasVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.Contacts.Entity.InterfaceConsts.CapabilityHasVoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.Contacts.Entity.InterfaceConsts.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.Contacts.Entity.InterfaceConsts.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.Contacts.Entity.InterfaceConsts.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.Contacts.Entity.InterfaceConsts.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.Contacts.Entity.InterfaceConsts.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.Contacts.Entity.InterfaceConsts.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.Contacts.Photo.InterfaceConsts.CapabilityHasCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.Contacts.Photo.InterfaceConsts.CapabilityHasVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.Contacts.Photo.InterfaceConsts.CapabilityHasVoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.Contacts.Photo.InterfaceConsts.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.Contacts.Photo.InterfaceConsts.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.Contacts.Photo.InterfaceConsts.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.Contacts.Photo.InterfaceConsts.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.Contacts.Photo.InterfaceConsts.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.Contacts.Photo.InterfaceConsts.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.Data.InterfaceConsts.CapabilityHasCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.Data.InterfaceConsts.CapabilityHasVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.Data.InterfaceConsts.CapabilityHasVoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.Data.InterfaceConsts.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.Data.InterfaceConsts.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.Data.InterfaceConsts.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.Data.InterfaceConsts.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.Data.InterfaceConsts.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.Data.InterfaceConsts.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ExportSupport Android.Provider.ContactsContract.Directory.ExportSupportAnyAccount' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ExportSupport Android.Provider.ContactsContract.Directory.ExportSupportNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ExportSupport Android.Provider.ContactsContract.Directory.ExportSupportSameAccountOnly' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.PhotoSupport Android.Provider.ContactsContract.Directory.PhotoSupportFull' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.PhotoSupport Android.Provider.ContactsContract.Directory.PhotoSupportFullSizeOnly' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.PhotoSupport Android.Provider.ContactsContract.Directory.PhotoSupportNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.PhotoSupport Android.Provider.ContactsContract.Directory.PhotoSupportThumbnailOnly' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ShortcutSupport Android.Provider.ContactsContract.Directory.ShortcutSupportDataItemsOnly' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ShortcutSupport Android.Provider.ContactsContract.Directory.ShortcutSupportFull' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ShortcutSupport Android.Provider.ContactsContract.Directory.ShortcutSupportNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DisplayNameSources Android.Provider.ContactsContract.DisplayNameSources.Email' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DisplayNameSources Android.Provider.ContactsContract.DisplayNameSources.Nickname' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DisplayNameSources Android.Provider.ContactsContract.DisplayNameSources.Organization' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DisplayNameSources Android.Provider.ContactsContract.DisplayNameSources.Phone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DisplayNameSources Android.Provider.ContactsContract.DisplayNameSources.StructuredName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DisplayNameSources Android.Provider.ContactsContract.DisplayNameSources.StructuredPhoneticName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DisplayNameSources Android.Provider.ContactsContract.DisplayNameSources.Undefined' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.FullNameStyle Android.Provider.ContactsContract.FullNameStyle.Chinese' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.FullNameStyle Android.Provider.ContactsContract.FullNameStyle.Cjk' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.FullNameStyle Android.Provider.ContactsContract.FullNameStyle.Japanese' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.FullNameStyle Android.Provider.ContactsContract.FullNameStyle.Korean' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.FullNameStyle Android.Provider.ContactsContract.FullNameStyle.Undefined' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.FullNameStyle Android.Provider.ContactsContract.FullNameStyle.Western' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.PhoneticNameStyle Android.Provider.ContactsContract.PhoneticNameStyle.Japanese' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.PhoneticNameStyle Android.Provider.ContactsContract.PhoneticNameStyle.Korean' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.PhoneticNameStyle Android.Provider.ContactsContract.PhoneticNameStyle.Pinyin' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.PhoneticNameStyle Android.Provider.ContactsContract.PhoneticNameStyle.Undefined' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.StatusColumns.CapabilityHasCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.StatusColumns.CapabilityHasVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.StatusColumns.CapabilityHasVoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.StatusColumns.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.StatusColumns.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.StatusColumns.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.StatusColumns.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.StatusColumns.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.StatusColumns.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.StatusUpdates.InterfaceConsts.CapabilityHasCamera' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.StatusUpdates.InterfaceConsts.CapabilityHasVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ChatCapability Android.Provider.ContactsContract.StatusUpdates.InterfaceConsts.CapabilityHasVoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.StatusUpdates.InterfaceConsts.Available' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.StatusUpdates.InterfaceConsts.Away' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.StatusUpdates.InterfaceConsts.DoNotDisturb' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.StatusUpdates.InterfaceConsts.Idle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.StatusUpdates.InterfaceConsts.Invisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.StatusPresence Android.Provider.ContactsContract.StatusUpdates.InterfaceConsts.Offline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DocumentContractFlags Android.Provider.DocumentsContract.Document.FlagDirPrefersGrid' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DocumentContractFlags Android.Provider.DocumentsContract.Document.FlagDirPrefersLastModified' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DocumentContractFlags Android.Provider.DocumentsContract.Document.FlagDirSupportsCreate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DocumentContractFlags Android.Provider.DocumentsContract.Document.FlagPartial' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DocumentContractFlags Android.Provider.DocumentsContract.Document.FlagSupportsCopy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DocumentContractFlags Android.Provider.DocumentsContract.Document.FlagSupportsDelete' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DocumentContractFlags Android.Provider.DocumentsContract.Document.FlagSupportsMetadata' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DocumentContractFlags Android.Provider.DocumentsContract.Document.FlagSupportsMove' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DocumentContractFlags Android.Provider.DocumentsContract.Document.FlagSupportsRemove' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DocumentContractFlags Android.Provider.DocumentsContract.Document.FlagSupportsRename' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DocumentContractFlags Android.Provider.DocumentsContract.Document.FlagSupportsSettings' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DocumentContractFlags Android.Provider.DocumentsContract.Document.FlagSupportsThumbnail' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DocumentContractFlags Android.Provider.DocumentsContract.Document.FlagSupportsWrite' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DocumentContractFlags Android.Provider.DocumentsContract.Document.FlagVirtualDocument' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DocumentContractFlags Android.Provider.DocumentsContract.Document.FlagWebLinkable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Provider.DocumentsContract.Path.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DocumentRootFlags Android.Provider.DocumentsContract.Root.FlagEmpty' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DocumentRootFlags Android.Provider.DocumentsContract.Root.FlagLocalOnly' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DocumentRootFlags Android.Provider.DocumentsContract.Root.FlagSupportsCreate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DocumentRootFlags Android.Provider.DocumentsContract.Root.FlagSupportsEject' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DocumentRootFlags Android.Provider.DocumentsContract.Root.FlagSupportsIsChild' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DocumentRootFlags Android.Provider.DocumentsContract.Root.FlagSupportsRecents' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.DocumentRootFlags Android.Provider.DocumentsContract.Root.FlagSupportsSearch' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaType Android.Provider.MediaStore.Files.FileColumns.MediaTypeAudio' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaType Android.Provider.MediaStore.Files.FileColumns.MediaTypeImage' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaType Android.Provider.MediaStore.Files.FileColumns.MediaTypeNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaType Android.Provider.MediaStore.Files.FileColumns.MediaTypePlaylist' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MediaType Android.Provider.MediaStore.Files.FileColumns.MediaTypeVideo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.VideoThumbnailKind Android.Provider.MediaStore.Video.Thumbnails.FullScreenKind' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.VideoThumbnailKind Android.Provider.MediaStore.Video.Thumbnails.MicroKind' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.VideoThumbnailKind Android.Provider.MediaStore.Video.Thumbnails.MiniKind' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.GlobalWifiSleepPolicy Android.Provider.Settings.Global.WifiSleepPolicyDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.GlobalWifiSleepPolicy Android.Provider.Settings.Global.WifiSleepPolicyNever' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.GlobalWifiSleepPolicy Android.Provider.Settings.Global.WifiSleepPolicyNeverWhilePlugged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SecurityLocationMode Android.Provider.Settings.Secure.LocationModeBatterySaving' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SecurityLocationMode Android.Provider.Settings.Secure.LocationModeHighAccuracy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SecurityLocationMode Android.Provider.Settings.Secure.LocationModeOff' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SecurityLocationMode Android.Provider.Settings.Secure.LocationModeSensorsOnly' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ScreenBrightness Android.Provider.Settings.System.ScreenBrightnessModeAutomatic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ScreenBrightness Android.Provider.Settings.System.ScreenBrightnessModeManual' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.WifiSleepPolicy Android.Provider.Settings.System.WifiSleepPolicyDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.WifiSleepPolicy Android.Provider.Settings.System.WifiSleepPolicyNever' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.WifiSleepPolicy Android.Provider.Settings.System.WifiSleepPolicyNeverWhilePlugged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.BaseMmsColumns.MessageBoxAll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.BaseMmsColumns.MessageBoxDrafts' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.BaseMmsColumns.MessageBoxFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.BaseMmsColumns.MessageBoxInbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.BaseMmsColumns.MessageBoxOutbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.BaseMmsColumns.MessageBoxSent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Draft.InterfaceConsts.MessageBoxAll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Draft.InterfaceConsts.MessageBoxDrafts' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Draft.InterfaceConsts.MessageBoxFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Draft.InterfaceConsts.MessageBoxInbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Draft.InterfaceConsts.MessageBoxOutbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Draft.InterfaceConsts.MessageBoxSent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Inbox.InterfaceConsts.MessageBoxAll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Inbox.InterfaceConsts.MessageBoxDrafts' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Inbox.InterfaceConsts.MessageBoxFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Inbox.InterfaceConsts.MessageBoxInbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Inbox.InterfaceConsts.MessageBoxOutbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Inbox.InterfaceConsts.MessageBoxSent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.InterfaceConsts.MessageBoxAll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.InterfaceConsts.MessageBoxDrafts' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.InterfaceConsts.MessageBoxFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.InterfaceConsts.MessageBoxInbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.InterfaceConsts.MessageBoxOutbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.InterfaceConsts.MessageBoxSent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Outbox.InterfaceConsts.MessageBoxAll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Outbox.InterfaceConsts.MessageBoxDrafts' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Outbox.InterfaceConsts.MessageBoxFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Outbox.InterfaceConsts.MessageBoxInbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Outbox.InterfaceConsts.MessageBoxOutbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Outbox.InterfaceConsts.MessageBoxSent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Sent.InterfaceConsts.MessageBoxAll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Sent.InterfaceConsts.MessageBoxDrafts' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Sent.InterfaceConsts.MessageBoxFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Sent.InterfaceConsts.MessageBoxInbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Sent.InterfaceConsts.MessageBoxOutbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MessageBoxType Android.Provider.Telephony.Mms.Sent.InterfaceConsts.MessageBoxSent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MmsSmsErrorType Android.Provider.Telephony.MmsSms.ErrTypeGeneric' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MmsSmsErrorType Android.Provider.Telephony.MmsSms.ErrTypeGenericPermanent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MmsSmsErrorType Android.Provider.Telephony.MmsSms.ErrTypeMmsProtoPermanent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MmsSmsErrorType Android.Provider.Telephony.MmsSms.ErrTypeMmsProtoTransient' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MmsSmsErrorType Android.Provider.Telephony.MmsSms.ErrTypeSmsProtoPermanent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MmsSmsErrorType Android.Provider.Telephony.MmsSms.ErrTypeSmsProtoTransient' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MmsSmsErrorType Android.Provider.Telephony.MmsSms.ErrTypeTransportFailure' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MmsSmsErrorType Android.Provider.Telephony.MmsSms.NoError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MmsSmsProtocol Android.Provider.Telephony.MmsSms.MmsProto' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.MmsSmsProtocol Android.Provider.Telephony.MmsSms.SmsProto' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Conversations.InterfaceConsts.MessageTypeAll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Conversations.InterfaceConsts.MessageTypeDraft' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Conversations.InterfaceConsts.MessageTypeFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Conversations.InterfaceConsts.MessageTypeInbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Conversations.InterfaceConsts.MessageTypeOutbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Conversations.InterfaceConsts.MessageTypeQueued' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Conversations.InterfaceConsts.MessageTypeSent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.Conversations.InterfaceConsts.StatusComplete' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.Conversations.InterfaceConsts.StatusFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.Conversations.InterfaceConsts.StatusNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.Conversations.InterfaceConsts.StatusPending' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Draft.InterfaceConsts.MessageTypeAll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Draft.InterfaceConsts.MessageTypeDraft' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Draft.InterfaceConsts.MessageTypeFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Draft.InterfaceConsts.MessageTypeInbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Draft.InterfaceConsts.MessageTypeOutbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Draft.InterfaceConsts.MessageTypeQueued' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Draft.InterfaceConsts.MessageTypeSent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.Draft.InterfaceConsts.StatusComplete' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.Draft.InterfaceConsts.StatusFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.Draft.InterfaceConsts.StatusNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.Draft.InterfaceConsts.StatusPending' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Inbox.InterfaceConsts.MessageTypeAll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Inbox.InterfaceConsts.MessageTypeDraft' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Inbox.InterfaceConsts.MessageTypeFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Inbox.InterfaceConsts.MessageTypeInbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Inbox.InterfaceConsts.MessageTypeOutbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Inbox.InterfaceConsts.MessageTypeQueued' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Inbox.InterfaceConsts.MessageTypeSent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.Inbox.InterfaceConsts.StatusComplete' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.Inbox.InterfaceConsts.StatusFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.Inbox.InterfaceConsts.StatusNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.Inbox.InterfaceConsts.StatusPending' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsIntentResult Android.Provider.Telephony.Sms.Intents.ResultSmsDuplicated' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsIntentResult Android.Provider.Telephony.Sms.Intents.ResultSmsGenericError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsIntentResult Android.Provider.Telephony.Sms.Intents.ResultSmsHandled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsIntentResult Android.Provider.Telephony.Sms.Intents.ResultSmsOutOfMemory' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsIntentResult Android.Provider.Telephony.Sms.Intents.ResultSmsUnsupported' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.InterfaceConsts.MessageTypeAll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.InterfaceConsts.MessageTypeDraft' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.InterfaceConsts.MessageTypeFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.InterfaceConsts.MessageTypeInbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.InterfaceConsts.MessageTypeOutbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.InterfaceConsts.MessageTypeQueued' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.InterfaceConsts.MessageTypeSent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.InterfaceConsts.StatusComplete' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.InterfaceConsts.StatusFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.InterfaceConsts.StatusNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.InterfaceConsts.StatusPending' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Outbox.InterfaceConsts.MessageTypeAll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Outbox.InterfaceConsts.MessageTypeDraft' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Outbox.InterfaceConsts.MessageTypeFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Outbox.InterfaceConsts.MessageTypeInbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Outbox.InterfaceConsts.MessageTypeOutbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Outbox.InterfaceConsts.MessageTypeQueued' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Outbox.InterfaceConsts.MessageTypeSent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.Outbox.InterfaceConsts.StatusComplete' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.Outbox.InterfaceConsts.StatusFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.Outbox.InterfaceConsts.StatusNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.Outbox.InterfaceConsts.StatusPending' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Sent.InterfaceConsts.MessageTypeAll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Sent.InterfaceConsts.MessageTypeDraft' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Sent.InterfaceConsts.MessageTypeFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Sent.InterfaceConsts.MessageTypeInbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Sent.InterfaceConsts.MessageTypeOutbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Sent.InterfaceConsts.MessageTypeQueued' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.Sms.Sent.InterfaceConsts.MessageTypeSent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.Sent.InterfaceConsts.StatusComplete' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.Sent.InterfaceConsts.StatusFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.Sent.InterfaceConsts.StatusNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.Sms.Sent.InterfaceConsts.StatusPending' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.TextBasedSmsColumns.MessageTypeAll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.TextBasedSmsColumns.MessageTypeDraft' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.TextBasedSmsColumns.MessageTypeFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.TextBasedSmsColumns.MessageTypeInbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.TextBasedSmsColumns.MessageTypeOutbox' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.TextBasedSmsColumns.MessageTypeQueued' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsMessageType Android.Provider.Telephony.TextBasedSmsColumns.MessageTypeSent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.TextBasedSmsColumns.StatusComplete' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.TextBasedSmsColumns.StatusFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.TextBasedSmsColumns.StatusNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.SmsStatus Android.Provider.Telephony.TextBasedSmsColumns.StatusPending' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ThreadType Android.Provider.Telephony.Threads.BroadcastThread' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.ThreadType Android.Provider.Telephony.Threads.CommonThread' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.VoicemailConfigurationState Android.Provider.VoicemailContract.Status.ConfigurationStateCanBeConfigured' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.VoicemailConfigurationState Android.Provider.VoicemailContract.Status.ConfigurationStateConfiguring' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.VoicemailConfigurationState Android.Provider.VoicemailContract.Status.ConfigurationStateDisabled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.VoicemailConfigurationState Android.Provider.VoicemailContract.Status.ConfigurationStateFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.VoicemailConfigurationState Android.Provider.VoicemailContract.Status.ConfigurationStateNotConfigured' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.VoicemailConfigurationState Android.Provider.VoicemailContract.Status.ConfigurationStateOk' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.VoicemailDataChannelState Android.Provider.VoicemailContract.Status.DataChannelStateBadConfiguration' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.VoicemailDataChannelState Android.Provider.VoicemailContract.Status.DataChannelStateCommunicationError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.VoicemailDataChannelState Android.Provider.VoicemailContract.Status.DataChannelStateNoConnection' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.VoicemailDataChannelState Android.Provider.VoicemailContract.Status.DataChannelStateNoConnectionCellularRequired' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.VoicemailDataChannelState Android.Provider.VoicemailContract.Status.DataChannelStateOk' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.VoicemailDataChannelState Android.Provider.VoicemailContract.Status.DataChannelStateServerConnectionError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.VoicemailDataChannelState Android.Provider.VoicemailContract.Status.DataChannelStateServerError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.VoicemailNotificationChannelState Android.Provider.VoicemailContract.Status.NotificationChannelStateMessageWaiting' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.VoicemailNotificationChannelState Android.Provider.VoicemailContract.Status.NotificationChannelStateNoConnection' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Provider.VoicemailNotificationChannelState Android.Provider.VoicemailContract.Status.NotificationChannelStateOk' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Autofill.BatchUpdates.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Autofill.CharSequenceTransformation.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Autofill.CustomDescription.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Autofill.Dataset.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Autofill.DateTransformation.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Autofill.DateValueSanitizer.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Autofill.FillContext.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Autofill.FillEventHistory.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Autofill.FillRequest.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Autofill.AutofillResponseFlags Android.Service.Autofill.FillResponse.FlagDisableActivityOnly' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Autofill.AutofillResponseFlags Android.Service.Autofill.FillResponse.FlagTrackContextCommited' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Autofill.FillResponse.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Autofill.ImageTransformation.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Autofill.LuhnChecksumValidator.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Autofill.RegexValidator.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Autofill.SaveInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Autofill.SaveRequest.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Autofill.TextValueSanitizer.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Autofill.UserData.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Autofill.VisibilitySetterAction.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Carrier.CarrierIdentifier.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Carrier.ReceiveOptions Android.Service.Carrier.CarrierMessagingService.ReceiveOptionsDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Carrier.ReceiveOptions Android.Service.Carrier.CarrierMessagingService.ReceiveOptionsDrop' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Carrier.ReceiveOptions Android.Service.Carrier.CarrierMessagingService.ReceiveOptionsSkipNotifyWhenCredentialProtectedStorageUnavailable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Carrier.MessagePdu.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Chooser.ChooserTarget.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.ConditionFlags Android.Service.Notification.Condition.FlagRelevantAlways' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.ConditionFlags Android.Service.Notification.Condition.FlagRelevantNow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.ConditionState Android.Service.Notification.Condition.StateError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.ConditionState Android.Service.Notification.Condition.StateFalse' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.ConditionState Android.Service.Notification.Condition.StateTrue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.ConditionState Android.Service.Notification.Condition.StateUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Notification.Condition.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.SuppressEffect Android.Service.Notification.NotificationListenerService.SuppressedEffectScreenOff' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.SuppressEffect Android.Service.Notification.NotificationListenerService.SuppressedEffectScreenOn' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.UserSentiment Android.Service.Notification.NotificationListenerService.Ranking.UserSentimentNegative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.UserSentiment Android.Service.Notification.NotificationListenerService.Ranking.UserSentimentNeutral' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.UserSentiment Android.Service.Notification.NotificationListenerService.Ranking.UserSentimentPositive' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Notification.NotificationListenerService.RankingMap.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Notification.StatusBarNotification.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.AudienceType Android.Service.Notification.ZenPolicy.PeopleTypeAnyone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.AudienceType Android.Service.Notification.ZenPolicy.PeopleTypeContacts' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.AudienceType Android.Service.Notification.ZenPolicy.PeopleTypeNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.AudienceType Android.Service.Notification.ZenPolicy.PeopleTypeStarred' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.AudienceType Android.Service.Notification.ZenPolicy.PeopleTypeUnset' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.StateType Android.Service.Notification.ZenPolicy.StateAllow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.StateType Android.Service.Notification.ZenPolicy.StateDisallow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Notification.StateType Android.Service.Notification.ZenPolicy.StateUnset' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.Notification.ZenPolicy.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.QuickSettings.TileState Android.Service.QuickSettings.Tile.StateActive' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.QuickSettings.TileState Android.Service.QuickSettings.Tile.StateInactive' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.QuickSettings.TileState Android.Service.QuickSettings.Tile.StateUnavailable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Service.QuickSettings.Tile.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Voice.ToucheableInsetsType Android.Service.Voice.VoiceInteractionSession.Insets.TouchableInsetsContent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Voice.ToucheableInsetsType Android.Service.Voice.VoiceInteractionSession.Insets.TouchableInsetsFrame' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Service.Voice.ToucheableInsetsType Android.Service.Voice.VoiceInteractionSession.Insets.TouchableInsetsRegion' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.Service.Voice.VoiceInteractionSession.InterfaceConsts.TrimMemoryBackground' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.Service.Voice.VoiceInteractionSession.InterfaceConsts.TrimMemoryComplete' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.Service.Voice.VoiceInteractionSession.InterfaceConsts.TrimMemoryModerate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.Service.Voice.VoiceInteractionSession.InterfaceConsts.TrimMemoryRunningCritical' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.Service.Voice.VoiceInteractionSession.InterfaceConsts.TrimMemoryRunningLow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.Service.Voice.VoiceInteractionSession.InterfaceConsts.TrimMemoryRunningModerate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.TrimMemory Android.Service.Voice.VoiceInteractionSession.InterfaceConsts.TrimMemoryUiHidden' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Speech.SpeechRecognizerError Android.Speech.SpeechRecognizer.ErrorAudio' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Speech.SpeechRecognizerError Android.Speech.SpeechRecognizer.ErrorClient' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Speech.SpeechRecognizerError Android.Speech.SpeechRecognizer.ErrorInsufficientPermissions' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Speech.SpeechRecognizerError Android.Speech.SpeechRecognizer.ErrorNetwork' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Speech.SpeechRecognizerError Android.Speech.SpeechRecognizer.ErrorNetworkTimeout' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Speech.SpeechRecognizerError Android.Speech.SpeechRecognizer.ErrorNoMatch' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Speech.SpeechRecognizerError Android.Speech.SpeechRecognizer.ErrorRecognizerBusy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Speech.SpeechRecognizerError Android.Speech.SpeechRecognizer.ErrorServer' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Speech.SpeechRecognizerError Android.Speech.SpeechRecognizer.ErrorSpeechTimeout' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Speech.Tts.Voice.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telecom.HandoverFailureReason Android.Telecom.Call.Callback.HandoverFailureDestAppRejected' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telecom.HandoverFailureReason Android.Telecom.Call.Callback.HandoverFailureNotSupported' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telecom.HandoverFailureReason Android.Telecom.Call.Callback.HandoverFailureOngoingEmergencyCall' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telecom.HandoverFailureReason Android.Telecom.Call.Callback.HandoverFailureUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telecom.HandoverFailureReason Android.Telecom.Call.Callback.HandoverFailureUserRejected' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telecom.CallDirection Android.Telecom.Call.Details.DirectionIncoming' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telecom.CallDirection Android.Telecom.Call.Details.DirectionOutgoing' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telecom.CallDirection Android.Telecom.Call.Details.DirectionUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telecom.CallAudioState.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telecom.ConnectionProperties Android.Telecom.Connection.PropertyHasCdmaVoicePrivacy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telecom.ConnectionProperties Android.Telecom.Connection.PropertyIsExternalCall' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telecom.ConnectionProperties Android.Telecom.Connection.PropertyIsRtt' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telecom.ConnectionProperties Android.Telecom.Connection.PropertySelfManaged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telecom.ConnectionRequest.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telecom.DisconnectCause.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telecom.GatewayInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telecom.PhoneAccount.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telecom.PhoneAccountHandle.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telecom.ReasonType Android.Telecom.PhoneAccountSuggestion.ReasonFrequent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telecom.ReasonType Android.Telecom.PhoneAccountSuggestion.ReasonIntraCarrier' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telecom.ReasonType Android.Telecom.PhoneAccountSuggestion.ReasonNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telecom.ReasonType Android.Telecom.PhoneAccountSuggestion.ReasonOther' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telecom.ReasonType Android.Telecom.PhoneAccountSuggestion.ReasonUserSet' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telecom.PhoneAccountSuggestion.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telecom.StatusHints.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telecom.VideoProfile.CameraCapabilities.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telecom.VideoProfile.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.AvailableNetworkInfoPriority Android.Telephony.AvailableNetworkInfo.PriorityHigh' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.AvailableNetworkInfoPriority Android.Telephony.AvailableNetworkInfo.PriorityLow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.AvailableNetworkInfoPriority Android.Telephony.AvailableNetworkInfo.PriorityMed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.AvailableNetworkInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.CellIdentity.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.CellConnectionStatus Android.Telephony.CellInfo.ConnectionNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.CellConnectionStatus Android.Telephony.CellInfo.ConnectionPrimaryServing' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.CellConnectionStatus Android.Telephony.CellInfo.ConnectionSecondaryServing' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.CellConnectionStatus Android.Telephony.CellInfo.ConnectionUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.CellInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.CellSignalStrengthCdma.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.CellSignalStrengthGsm.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.CellSignalStrengthLte.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.CellSignalStrengthNr.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.CellSignalStrengthTdscdma.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.CellSignalStrengthWcdma.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.IccOpenLogicalChannelResponseStatus Android.Telephony.IccOpenLogicalChannelResponse.StatusMissingResource' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.IccOpenLogicalChannelResponseStatus Android.Telephony.IccOpenLogicalChannelResponse.StatusNoError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.IccOpenLogicalChannelResponseStatus Android.Telephony.IccOpenLogicalChannelResponse.StatusNoSuchElement' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.IccOpenLogicalChannelResponseStatus Android.Telephony.IccOpenLogicalChannelResponse.StatusUnknownError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.IccOpenLogicalChannelResponse.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.NeighboringCellInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.ScanResultCode Android.Telephony.NetworkScan.ErrorInterrupted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.ScanResultCode Android.Telephony.NetworkScan.ErrorInvalidScan' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.ScanResultCode Android.Telephony.NetworkScan.ErrorInvalidScanid' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.ScanResultCode Android.Telephony.NetworkScan.ErrorModemError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.ScanResultCode Android.Telephony.NetworkScan.ErrorModemUnavailable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.ScanResultCode Android.Telephony.NetworkScan.ErrorRadioInterfaceError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.ScanResultCode Android.Telephony.NetworkScan.ErrorUnsupported' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.ScanResultCode Android.Telephony.NetworkScan.Success' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.NetworkScanType Android.Telephony.NetworkScanRequest.ScanTypeOneShot' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.NetworkScanType Android.Telephony.NetworkScanRequest.ScanTypePeriodic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.NetworkScanRequest.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.BcdExtendedType Android.Telephony.PhoneNumberUtils.BcdExtendedTypeCalledParty' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.BcdExtendedType Android.Telephony.PhoneNumberUtils.BcdExtendedTypeEfAdn' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneNumberToa Android.Telephony.PhoneNumberUtils.TOAInternational' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.PhoneNumberToa Android.Telephony.PhoneNumberUtils.TOAUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.RadioAccessSpecifier.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.DuplexMode Android.Telephony.ServiceState.DuplexModeFdd' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.DuplexMode Android.Telephony.ServiceState.DuplexModeTdd' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.DuplexMode Android.Telephony.ServiceState.DuplexModeUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.ServiceState.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.SignalStrength.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.SubscriptionInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.SubscriptionType Android.Telephony.SubscriptionManager.SubscriptionTypeLocalSim' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.SubscriptionType Android.Telephony.SubscriptionManager.SubscriptionTypeRemoteSim' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.DataLimitBehavior Android.Telephony.SubscriptionPlan.LimitBehaviorBilled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.DataLimitBehavior Android.Telephony.SubscriptionPlan.LimitBehaviorDisabled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.DataLimitBehavior Android.Telephony.SubscriptionPlan.LimitBehaviorThrottled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.DataLimitBehavior Android.Telephony.SubscriptionPlan.LimitBehaviorUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.SubscriptionPlan.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.AutheenticationType Android.Telephony.TelephonyManager.AuthtypeEapAka' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.AutheenticationType Android.Telephony.TelephonyManager.AuthtypeEapSim' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.MultiSimMode Android.Telephony.TelephonyManager.MultisimAllowed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.MultiSimMode Android.Telephony.TelephonyManager.MultisimNotSupportedByCarrier' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.MultiSimMode Android.Telephony.TelephonyManager.MultisimNotSupportedByHardware' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.UiccApplicationType Android.Telephony.TelephonyManager.ApptypeCsim' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.UiccApplicationType Android.Telephony.TelephonyManager.ApptypeIsim' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.UiccApplicationType Android.Telephony.TelephonyManager.ApptypeRuim' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.UiccApplicationType Android.Telephony.TelephonyManager.ApptypeSim' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.UiccApplicationType Android.Telephony.TelephonyManager.ApptypeUsim' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.TelephonyManagerErrorCode Android.Telephony.TelephonyManager.CellInfoCallback.ErrorModemError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.TelephonyManagerErrorCode Android.Telephony.TelephonyManager.CellInfoCallback.ErrorTimeout' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.UiccCardInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.VisualVoicemailSms.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.VisualVoicemailSmsFilterSettings.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.ApnType Android.Telephony.Data.ApnSetting.TypeCbs' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.ApnType Android.Telephony.Data.ApnSetting.TypeDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.ApnType Android.Telephony.Data.ApnSetting.TypeDun' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.ApnType Android.Telephony.Data.ApnSetting.TypeEmergency' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.ApnType Android.Telephony.Data.ApnSetting.TypeFota' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.ApnType Android.Telephony.Data.ApnSetting.TypeHipri' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.ApnType Android.Telephony.Data.ApnSetting.TypeIa' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.ApnType Android.Telephony.Data.ApnSetting.TypeIms' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.ApnType Android.Telephony.Data.ApnSetting.TypeMcx' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.ApnType Android.Telephony.Data.ApnSetting.TypeMms' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.ApnType Android.Telephony.Data.ApnSetting.TypeSupl' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.AuthType Android.Telephony.Data.ApnSetting.AuthTypeChap' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.AuthType Android.Telephony.Data.ApnSetting.AuthTypeNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.AuthType Android.Telephony.Data.ApnSetting.AuthTypePap' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.AuthType Android.Telephony.Data.ApnSetting.AuthTypePapOrChap' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.MvnoType Android.Telephony.Data.ApnSetting.MvnoTypeGid' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.MvnoType Android.Telephony.Data.ApnSetting.MvnoTypeIccid' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.MvnoType Android.Telephony.Data.ApnSetting.MvnoTypeImsi' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.MvnoType Android.Telephony.Data.ApnSetting.MvnoTypeSpn' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.Protocols Android.Telephony.Data.ApnSetting.ProtocolIp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.Protocols Android.Telephony.Data.ApnSetting.ProtocolIpv4v6' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.Protocols Android.Telephony.Data.ApnSetting.ProtocolIpv6' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.Protocols Android.Telephony.Data.ApnSetting.ProtocolNonIp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.Protocols Android.Telephony.Data.ApnSetting.ProtocolPpp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Data.Protocols Android.Telephony.Data.ApnSetting.ProtocolUnstructured' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.Data.ApnSetting.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Emergency.EmergencyCallRouting Android.Telephony.Emergency.EmergencyNumber.EmergencyCallRoutingEmergency' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Emergency.EmergencyCallRouting Android.Telephony.Emergency.EmergencyNumber.EmergencyCallRoutingNormal' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Emergency.EmergencyCallRouting Android.Telephony.Emergency.EmergencyNumber.EmergencyCallRoutingUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Emergency.EmergencyNumberSource Android.Telephony.Emergency.EmergencyNumber.EmergencyNumberSourceDatabase' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Emergency.EmergencyNumberSource Android.Telephony.Emergency.EmergencyNumber.EmergencyNumberSourceDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Emergency.EmergencyNumberSource Android.Telephony.Emergency.EmergencyNumber.EmergencyNumberSourceModemConfig' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Emergency.EmergencyNumberSource Android.Telephony.Emergency.EmergencyNumber.EmergencyNumberSourceNetworkSignaling' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Emergency.EmergencyNumberSource Android.Telephony.Emergency.EmergencyNumber.EmergencyNumberSourceSim' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Emergency.EmergencyServiceCategory Android.Telephony.Emergency.EmergencyNumber.EmergencyServiceCategoryAiec' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Emergency.EmergencyServiceCategory Android.Telephony.Emergency.EmergencyNumber.EmergencyServiceCategoryAmbulance' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Emergency.EmergencyServiceCategory Android.Telephony.Emergency.EmergencyNumber.EmergencyServiceCategoryFireBrigade' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Emergency.EmergencyServiceCategory Android.Telephony.Emergency.EmergencyNumber.EmergencyServiceCategoryMarineGuard' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Emergency.EmergencyServiceCategory Android.Telephony.Emergency.EmergencyNumber.EmergencyServiceCategoryMiec' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Emergency.EmergencyServiceCategory Android.Telephony.Emergency.EmergencyNumber.EmergencyServiceCategoryMountainRescue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Emergency.EmergencyServiceCategory Android.Telephony.Emergency.EmergencyNumber.EmergencyServiceCategoryPolice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Emergency.EmergencyServiceCategory Android.Telephony.Emergency.EmergencyNumber.EmergencyServiceCategoryUnspecified' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.Emergency.EmergencyNumber.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.Euicc.DownloadableSubscription.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.Euicc.EuiccInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Gsm.SmsResultError Android.Telephony.Gsm.SmsManager.ResultErrorGenericFailure' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Gsm.SmsResultError Android.Telephony.Gsm.SmsManager.ResultErrorNoService' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Gsm.SmsResultError Android.Telephony.Gsm.SmsManager.ResultErrorNullPdu' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Gsm.SmsResultError Android.Telephony.Gsm.SmsManager.ResultErrorRadioOff' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Gsm.SmsStatusOnSim Android.Telephony.Gsm.SmsManager.StatusOnSimFree' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Gsm.SmsStatusOnSim Android.Telephony.Gsm.SmsManager.StatusOnSimRead' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Gsm.SmsStatusOnSim Android.Telephony.Gsm.SmsManager.StatusOnSimSent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Gsm.SmsStatusOnSim Android.Telephony.Gsm.SmsManager.StatusOnSimUnread' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Gsm.SmsStatusOnSim Android.Telephony.Gsm.SmsManager.StatusOnSimUnsent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.Mbms.DownloadRequest.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.Mbms.FileInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.Mbms.FileServiceInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Mbms.StreamingMethod Android.Telephony.Mbms.StreamingService.BroadcastMethod' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Mbms.StreamingMethod Android.Telephony.Mbms.StreamingService.UnicastMethod' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Mbms.StreamingStateChangedReason Android.Telephony.Mbms.StreamingService.ReasonByUserRequest' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Mbms.StreamingStateChangedReason Android.Telephony.Mbms.StreamingService.ReasonEndOfSession' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Mbms.StreamingStateChangedReason Android.Telephony.Mbms.StreamingService.ReasonFrequencyConflict' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Mbms.StreamingStateChangedReason Android.Telephony.Mbms.StreamingService.ReasonLeftMbmsBroadcastArea' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Mbms.StreamingStateChangedReason Android.Telephony.Mbms.StreamingService.ReasonNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Mbms.StreamingStateChangedReason Android.Telephony.Mbms.StreamingService.ReasonNotConnectedToHomecarrierLte' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Telephony.Mbms.StreamingStateChangedReason Android.Telephony.Mbms.StreamingService.ReasonOutOfMemory' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Telephony.Mbms.StreamingServiceInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.DialogButtonType Android.Test.Mock.MockDialogInterface.InterfaceConsts.ButtonNegative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.DialogButtonType Android.Test.Mock.MockDialogInterface.InterfaceConsts.ButtonNeutral' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.DialogButtonType Android.Test.Mock.MockDialogInterface.InterfaceConsts.ButtonPositive' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.DialogButtonTypeObsoleted Android.Test.Mock.MockDialogInterface.InterfaceConsts.Button1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.DialogButtonTypeObsoleted Android.Test.Mock.MockDialogInterface.InterfaceConsts.Button2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Content.DialogButtonTypeObsoleted Android.Test.Mock.MockDialogInterface.InterfaceConsts.Button3' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.EastAsianWidth Android.Text.AndroidCharacter.EastAsianWidthAmbiguous' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.EastAsianWidth Android.Text.AndroidCharacter.EastAsianWidthFullWidth' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.EastAsianWidth Android.Text.AndroidCharacter.EastAsianWidthHalfWidth' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.EastAsianWidth Android.Text.AndroidCharacter.EastAsianWidthNarrow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.EastAsianWidth Android.Text.AndroidCharacter.EastAsianWidthNeutral' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.EastAsianWidth Android.Text.AndroidCharacter.EastAsianWidthWide' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Annotation.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.FromHtmlOptions Android.Text.Html.FromHtmlModeCompact' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.FromHtmlOptions Android.Text.Html.FromHtmlModeLegacy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.FromHtmlOptions Android.Text.Html.FromHtmlOptionUseCssColors' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.FromHtmlOptions Android.Text.Html.FromHtmlSeparatorLineBreakBlockquote' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.FromHtmlOptions Android.Text.Html.FromHtmlSeparatorLineBreakDiv' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.FromHtmlOptions Android.Text.Html.FromHtmlSeparatorLineBreakHeading' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.FromHtmlOptions Android.Text.Html.FromHtmlSeparatorLineBreakList' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.FromHtmlOptions Android.Text.Html.FromHtmlSeparatorLineBreakListItem' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.FromHtmlOptions Android.Text.Html.FromHtmlSeparatorLineBreakParagraph' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.ToHtmlOptions Android.Text.Html.ToHtmlParagraphLinesConsecutive' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.ToHtmlOptions Android.Text.Html.ToHtmlParagraphLinesIndividual' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.SafeStringFlagMode Android.Text.TextUtils.SafeStringFlagFirstLine' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.SafeStringFlagMode Android.Text.TextUtils.SafeStringFlagSingleLine' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.SafeStringFlagMode Android.Text.TextUtils.SafeStringFlagTrim' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Style.AbsoluteSizeSpan.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Style.AlignmentSpanStandard.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Style.BackgroundColorSpan.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Style.BulletSpan.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Style.EasyEditSpan.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Style.ForegroundColorSpan.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Style.LeadingMarginSpanStandard.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Style.LineBackgroundSpanStandard.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Style.LineHeightSpanStandard.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Style.LocaleSpan.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Style.QuoteSpan.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Style.RelativeSizeSpan.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Style.ScaleXSpan.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Style.StrikethroughSpan.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Style.StyleSpan.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Style.SubscriptSpan.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Style.SuggestionSpanFlags Android.Text.Style.SuggestionSpan.FlagAutoCorrection' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Style.SuggestionSpanFlags Android.Text.Style.SuggestionSpan.FlagEasyCorrect' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Text.Style.SuggestionSpanFlags Android.Text.Style.SuggestionSpan.FlagMisspelled' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Style.SuggestionSpan.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Style.SuperscriptSpan.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Style.TextAppearanceSpan.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Style.TtsSpan.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Style.TypefaceSpan.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Style.UnderlineSpan.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Text.Style.URLSpan.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Transitions.FadingMode Android.Transitions.Fade.In' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Transitions.FadingMode Android.Transitions.Fade.Out' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Transitions.MatchTarget Android.Transitions.Transition.MatchId' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Transitions.MatchTarget Android.Transitions.Transition.MatchInstance' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Transitions.MatchTarget Android.Transitions.Transition.MatchItemId' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Transitions.MatchTarget Android.Transitions.Transition.MatchName' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Transitions.TransitionOrdering Android.Transitions.TransitionSet.OrderingSequential' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Transitions.TransitionOrdering Android.Transitions.TransitionSet.OrderingTogether' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.Base64Flags Android.Util.Base64.Crlf' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.Base64Flags Android.Util.Base64.Default' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.Base64Flags Android.Util.Base64.NoClose' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.Base64Flags Android.Util.Base64.NoPadding' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.Base64Flags Android.Util.Base64.NoWrap' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.Base64Flags Android.Util.Base64.UrlSafe' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.Density140' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.Density180' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.Density200' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.Density220' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.Density260' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.Density280' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.Density300' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.Density340' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.Density360' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.Density400' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.Density420' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.Density440' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.Density560' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.Density600' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.DensityDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.DensityHigh' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.DensityLow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.DensityMedium' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.DensityTv' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.DensityXhigh' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.DensityXxhigh' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.DisplayMetricsDensity Android.Util.DisplayMetrics.DensityXxxhigh' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.LayoutDirections Android.Util.LayoutDirection.Inherit' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.LayoutDirections Android.Util.LayoutDirection.Locale' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.LayoutDirections Android.Util.LayoutDirection.Ltr' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Util.LayoutDirections Android.Util.LayoutDirection.Rtl' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.AbsSavedState.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.DisplayFlags Android.Views.Display.FlagPresentation' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.DisplayFlags Android.Views.Display.FlagPrivate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.DisplayFlags Android.Views.Display.FlagRound' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.DisplayFlags Android.Views.Display.FlagSecure' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.DisplayFlags Android.Views.Display.FlagSupportsProtectedBuffers' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.HdrType Android.Views.Display.HdrCapabilities.HdrTypeDolbyVision' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.HdrType Android.Views.Display.HdrCapabilities.HdrTypeHdr10' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.HdrType Android.Views.Display.HdrCapabilities.HdrTypeHdr10Plus' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.HdrType Android.Views.Display.HdrCapabilities.HdrTypeHlg' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.Display.HdrCapabilities.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.Display.Mode.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.DragAndDropPermissions.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.DragEvent.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FrameMetricsId Android.Views.FrameMetrics.AnimationDuration' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FrameMetricsId Android.Views.FrameMetrics.CommandIssueDuration' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FrameMetricsId Android.Views.FrameMetrics.DrawDuration' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FrameMetricsId Android.Views.FrameMetrics.FirstDrawFrame' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FrameMetricsId Android.Views.FrameMetrics.InputHandlingDuration' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FrameMetricsId Android.Views.FrameMetrics.IntendedVsyncTimestamp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FrameMetricsId Android.Views.FrameMetrics.LayoutMeasureDuration' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FrameMetricsId Android.Views.FrameMetrics.SwapBuffersDuration' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FrameMetricsId Android.Views.FrameMetrics.SyncDuration' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FrameMetricsId Android.Views.FrameMetrics.TotalDuration' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FrameMetricsId Android.Views.FrameMetrics.UnknownDelayDuration' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FrameMetricsId Android.Views.FrameMetrics.VsyncTimestamp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FeedbackConstants Android.Views.HapticFeedbackConstants.ClockTick' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FeedbackConstants Android.Views.HapticFeedbackConstants.ContextClick' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FeedbackConstants Android.Views.HapticFeedbackConstants.KeyboardPress' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FeedbackConstants Android.Views.HapticFeedbackConstants.KeyboardRelease' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FeedbackConstants Android.Views.HapticFeedbackConstants.KeyboardTap' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FeedbackConstants Android.Views.HapticFeedbackConstants.LongPress' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FeedbackConstants Android.Views.HapticFeedbackConstants.TextHandleMove' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FeedbackConstants Android.Views.HapticFeedbackConstants.VirtualKey' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FeedbackConstants Android.Views.HapticFeedbackConstants.VirtualKeyRelease' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FeedbackFlags Android.Views.HapticFeedbackConstants.FlagIgnoreGlobalSetting' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FeedbackFlags Android.Views.HapticFeedbackConstants.FlagIgnoreViewSetting' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputKeyboardType Android.Views.InputDevice.KeyboardTypeAlphabetic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputKeyboardType Android.Views.InputDevice.KeyboardTypeNonAlphabetic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputKeyboardType Android.Views.InputDevice.KeyboardTypeNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputSourceType Android.Views.InputDevice.SourceAny' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputSourceType Android.Views.InputDevice.SourceBluetoothStylus' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputSourceType Android.Views.InputDevice.SourceClassButton' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputSourceType Android.Views.InputDevice.SourceClassJoystick' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputSourceType Android.Views.InputDevice.SourceClassMask' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputSourceType Android.Views.InputDevice.SourceClassNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputSourceType Android.Views.InputDevice.SourceClassPointer' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputSourceType Android.Views.InputDevice.SourceClassPosition' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputSourceType Android.Views.InputDevice.SourceClassTrackball' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputSourceType Android.Views.InputDevice.SourceDpad' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputSourceType Android.Views.InputDevice.SourceGamepad' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputSourceType Android.Views.InputDevice.SourceHdmi' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputSourceType Android.Views.InputDevice.SourceJoystick' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputSourceType Android.Views.InputDevice.SourceKeyboard' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputSourceType Android.Views.InputDevice.SourceMouse' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputSourceType Android.Views.InputDevice.SourceMouseRelative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputSourceType Android.Views.InputDevice.SourceRotaryEncoder' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputSourceType Android.Views.InputDevice.SourceStylus' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputSourceType Android.Views.InputDevice.SourceTouchNavigation' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputSourceType Android.Views.InputDevice.SourceTouchpad' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputSourceType Android.Views.InputDevice.SourceTouchscreen' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputSourceType Android.Views.InputDevice.SourceTrackball' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputSourceType Android.Views.InputDevice.SourceUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.MotionRange Android.Views.InputDevice.MotionRangeOrientation' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.MotionRange Android.Views.InputDevice.MotionRangePressure' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.MotionRange Android.Views.InputDevice.MotionRangeSize' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.MotionRange Android.Views.InputDevice.MotionRangeToolMajor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.MotionRange Android.Views.InputDevice.MotionRangeToolMinor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.MotionRange Android.Views.InputDevice.MotionRangeTouchMajor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.MotionRange Android.Views.InputDevice.MotionRangeTouchMinor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.MotionRange Android.Views.InputDevice.MotionRangeX' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.MotionRange Android.Views.InputDevice.MotionRangeY' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.InputDevice.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.InputEvent.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.KeyboardShortcutGroup.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.KeyboardShortcutInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.KeyCharacterMap.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ClassificationMode Android.Views.MotionEvent.ClassificationAmbiguousGesture' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ClassificationMode Android.Views.MotionEvent.ClassificationDeepPress' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ClassificationMode Android.Views.MotionEvent.ClassificationNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.MotionEventButtonState Android.Views.MotionEvent.ButtonBack' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.MotionEventButtonState Android.Views.MotionEvent.ButtonForward' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.MotionEventButtonState Android.Views.MotionEvent.ButtonPrimary' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.MotionEventButtonState Android.Views.MotionEvent.ButtonSecondary' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.MotionEventButtonState Android.Views.MotionEvent.ButtonStylusPrimary' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.MotionEventButtonState Android.Views.MotionEvent.ButtonStylusSecondary' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.MotionEventButtonState Android.Views.MotionEvent.ButtonTertiary' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.MotionEventFlags Android.Views.MotionEvent.FlagWindowIsObscured' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.MotionEventFlags Android.Views.MotionEvent.FlagWindowIsPartiallyObscured' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.MotionEventToolType Android.Views.MotionEvent.ToolTypeEraser' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.MotionEventToolType Android.Views.MotionEvent.ToolTypeFinger' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.MotionEventToolType Android.Views.MotionEvent.ToolTypeMouse' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.MotionEventToolType Android.Views.MotionEvent.ToolTypeStylus' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.MotionEventToolType Android.Views.MotionEvent.ToolTypeUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PixelCopyResult Android.Views.PixelCopy.ErrorDestinationInvalid' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PixelCopyResult Android.Views.PixelCopy.ErrorSourceInvalid' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PixelCopyResult Android.Views.PixelCopy.ErrorSourceNoData' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PixelCopyResult Android.Views.PixelCopy.ErrorTimeout' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PixelCopyResult Android.Views.PixelCopy.ErrorUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PixelCopyResult Android.Views.PixelCopy.Success' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PointerIconType Android.Views.PointerIcon.TypeAlias' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PointerIconType Android.Views.PointerIcon.TypeAllScroll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PointerIconType Android.Views.PointerIcon.TypeArrow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PointerIconType Android.Views.PointerIcon.TypeCell' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PointerIconType Android.Views.PointerIcon.TypeContextMenu' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PointerIconType Android.Views.PointerIcon.TypeCopy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PointerIconType Android.Views.PointerIcon.TypeCrosshair' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PointerIconType Android.Views.PointerIcon.TypeDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PointerIconType Android.Views.PointerIcon.TypeGrab' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PointerIconType Android.Views.PointerIcon.TypeGrabbing' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PointerIconType Android.Views.PointerIcon.TypeHand' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PointerIconType Android.Views.PointerIcon.TypeHelp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PointerIconType Android.Views.PointerIcon.TypeHorizontalDoubleArrow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PointerIconType Android.Views.PointerIcon.TypeNoDrop' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PointerIconType Android.Views.PointerIcon.TypeNull' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PointerIconType Android.Views.PointerIcon.TypeText' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PointerIconType Android.Views.PointerIcon.TypeTopLeftDiagonalDoubleArrow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PointerIconType Android.Views.PointerIcon.TypeTopRightDiagonalDoubleArrow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PointerIconType Android.Views.PointerIcon.TypeVerticalDoubleArrow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PointerIconType Android.Views.PointerIcon.TypeVerticalText' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PointerIconType Android.Views.PointerIcon.TypeWait' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PointerIconType Android.Views.PointerIcon.TypeZoomIn' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.PointerIconType Android.Views.PointerIcon.TypeZoomOut' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.PointerIcon.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.Surface.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.SurfaceControl.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.AccessibilityLiveRegion Android.Views.View.AccessibilityLiveRegionAssertive' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.AccessibilityLiveRegion Android.Views.View.AccessibilityLiveRegionNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.AccessibilityLiveRegion Android.Views.View.AccessibilityLiveRegionPolite' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.AutofillFlags Android.Views.View.AutofillFlagIncludeNotImportantViews' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.AutofillType Android.Views.View.AutofillTypeDate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.AutofillType Android.Views.View.AutofillTypeList' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.AutofillType Android.Views.View.AutofillTypeNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.AutofillType Android.Views.View.AutofillTypeText' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.AutofillType Android.Views.View.AutofillTypeToggle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.DragFlags Android.Views.View.DragFlagGlobal' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.DragFlags Android.Views.View.DragFlagGlobalPersistableUriPermission' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.DragFlags Android.Views.View.DragFlagGlobalPrefixUriPermission' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.DragFlags Android.Views.View.DragFlagGlobalUriRead' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.DragFlags Android.Views.View.DragFlagGlobalUriWrite' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.DragFlags Android.Views.View.DragFlagOpaque' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.FindViewsWith Android.Views.View.FindViewsWithContentDescription' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ImportantForAccessibility Android.Views.View.ImportantForAccessibilityAuto' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ImportantForAccessibility Android.Views.View.ImportantForAccessibilityNo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ImportantForAccessibility Android.Views.View.ImportantForAccessibilityNoHideDescendants' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ImportantForAccessibility Android.Views.View.ImportantForAccessibilityYes' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ImportantForAutofill Android.Views.View.ImportantForAutofillAuto' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ImportantForAutofill Android.Views.View.ImportantForAutofillNo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ImportantForAutofill Android.Views.View.ImportantForAutofillNoExcludeDescendants' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ImportantForAutofill Android.Views.View.ImportantForAutofillYes' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ImportantForAutofill Android.Views.View.ImportantForAutofillYesExcludeDescendants' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.LayoutDirection Android.Views.View.LayoutDirectionInherit' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.LayoutDirection Android.Views.View.LayoutDirectionLocale' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.LayoutDirection Android.Views.View.LayoutDirectionLtr' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.LayoutDirection Android.Views.View.LayoutDirectionRtl' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.OverScrollMode Android.Views.View.OverScrollAlways' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.OverScrollMode Android.Views.View.OverScrollIfContentScrolls' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.OverScrollMode Android.Views.View.OverScrollNever' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ScreenState Android.Views.View.ScreenStateOff' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ScreenState Android.Views.View.ScreenStateOn' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ScrollAxis Android.Views.View.ScrollAxisHorizontal' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ScrollAxis Android.Views.View.ScrollAxisNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ScrollAxis Android.Views.View.ScrollAxisVertical' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.SystemUiFlags Android.Views.View.SystemUiFlagFullscreen' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.SystemUiFlags Android.Views.View.SystemUiFlagHideNavigation' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.SystemUiFlags Android.Views.View.SystemUiFlagImmersive' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.SystemUiFlags Android.Views.View.SystemUiFlagImmersiveSticky' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.SystemUiFlags Android.Views.View.SystemUiFlagLayoutFullscreen' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.SystemUiFlags Android.Views.View.SystemUiFlagLayoutHideNavigation' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.SystemUiFlags Android.Views.View.SystemUiFlagLayoutStable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.SystemUiFlags Android.Views.View.SystemUiFlagLightNavigationBar' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.SystemUiFlags Android.Views.View.SystemUiFlagLightStatusBar' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.SystemUiFlags Android.Views.View.SystemUiFlagLowProfile' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.SystemUiFlags Android.Views.View.SystemUiFlagVisible' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.SystemUiFlags Android.Views.View.SystemUiLayoutFlags' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextAlignment Android.Views.View.TextAlignmentCenter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextAlignment Android.Views.View.TextAlignmentGravity' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextAlignment Android.Views.View.TextAlignmentInherit' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextAlignment Android.Views.View.TextAlignmentResolvedDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextAlignment Android.Views.View.TextAlignmentTextEnd' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextAlignment Android.Views.View.TextAlignmentTextStart' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextAlignment Android.Views.View.TextAlignmentViewEnd' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextAlignment Android.Views.View.TextAlignmentViewStart' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextDirection Android.Views.View.TextDirectionAnyRtl' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextDirection Android.Views.View.TextDirectionFirstStrong' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextDirection Android.Views.View.TextDirectionFirstStrongLtr' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextDirection Android.Views.View.TextDirectionFirstStrongRtl' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextDirection Android.Views.View.TextDirectionInherit' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextDirection Android.Views.View.TextDirectionLocale' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextDirection Android.Views.View.TextDirectionLtr' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextDirection Android.Views.View.TextDirectionRtl' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ViewFocusability Android.Views.View.FocusableAuto' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ViewFocusability Android.Views.View.NotFocusable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ViewLayoutMode Android.Views.ViewGroup.LayoutModeClipBounds' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ViewLayoutMode Android.Views.ViewGroup.LayoutModeOpticalBounds' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.DecorCaptionShade Android.Views.Window.DecorCaptionShadeAuto' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.DecorCaptionShade Android.Views.Window.DecorCaptionShadeDark' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.DecorCaptionShade Android.Views.Window.DecorCaptionShadeLight' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowProgress Android.Views.Window.ProgressEnd' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowProgress Android.Views.Window.ProgressIndeterminateOff' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowProgress Android.Views.Window.ProgressIndeterminateOn' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowProgress Android.Views.Window.ProgressSecondaryEnd' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowProgress Android.Views.Window.ProgressSecondaryStart' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowProgress Android.Views.Window.ProgressStart' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowProgress Android.Views.Window.ProgressVisibilityOff' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowProgress Android.Views.Window.ProgressVisibilityOn' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.WindowAnimationFrameStats.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.WindowContentFrameStats.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.WindowId.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.LayoutInDisplayCutoutMode Android.Views.WindowManagerLayoutParams.LayoutInDisplayCutoutModeDefault' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.LayoutInDisplayCutoutMode Android.Views.WindowManagerLayoutParams.LayoutInDisplayCutoutModeNever' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.LayoutInDisplayCutoutMode Android.Views.WindowManagerLayoutParams.LayoutInDisplayCutoutModeShortEdges' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowManagerEventType Android.Views.WindowManagerLayoutParams.AlphaChanged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowManagerEventType Android.Views.WindowManagerLayoutParams.AnimationChanged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowManagerEventType Android.Views.WindowManagerLayoutParams.DimAmountChanged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowManagerEventType Android.Views.WindowManagerLayoutParams.FlagsChanged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowManagerEventType Android.Views.WindowManagerLayoutParams.FormatChanged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowManagerEventType Android.Views.WindowManagerLayoutParams.LayoutChanged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowManagerEventType Android.Views.WindowManagerLayoutParams.MemoryTypeChanged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowManagerEventType Android.Views.WindowManagerLayoutParams.RotationAnimationChanged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowManagerEventType Android.Views.WindowManagerLayoutParams.ScreenBrightnessChanged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowManagerEventType Android.Views.WindowManagerLayoutParams.ScreenOrientationChanged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowManagerEventType Android.Views.WindowManagerLayoutParams.SoftInputModeChanged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowManagerEventType Android.Views.WindowManagerLayoutParams.TitleChanged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowManagerEventType Android.Views.WindowManagerLayoutParams.TypeChanged' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowRotationAnimation Android.Views.WindowManagerLayoutParams.RotationAnimationCrossfade' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowRotationAnimation Android.Views.WindowManagerLayoutParams.RotationAnimationJumpcut' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowRotationAnimation Android.Views.WindowManagerLayoutParams.RotationAnimationRotate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.WindowRotationAnimation Android.Views.WindowManagerLayoutParams.RotationAnimationSeamless' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.WindowManagerLayoutParams.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.ContentChangeTypes Android.Views.Accessibility.AccessibilityEvent.ContentChangeTypeContentDescription' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.ContentChangeTypes Android.Views.Accessibility.AccessibilityEvent.ContentChangeTypePaneAppeared' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.ContentChangeTypes Android.Views.Accessibility.AccessibilityEvent.ContentChangeTypePaneDisappeared' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.ContentChangeTypes Android.Views.Accessibility.AccessibilityEvent.ContentChangeTypePaneTitle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.ContentChangeTypes Android.Views.Accessibility.AccessibilityEvent.ContentChangeTypeSubtree' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.ContentChangeTypes Android.Views.Accessibility.AccessibilityEvent.ContentChangeTypeText' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.ContentChangeTypes Android.Views.Accessibility.AccessibilityEvent.ContentChangeTypeUndefined' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.WindowsChange Android.Views.Accessibility.AccessibilityEvent.WindowsChangeAccessibilityFocused' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.WindowsChange Android.Views.Accessibility.AccessibilityEvent.WindowsChangeActive' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.WindowsChange Android.Views.Accessibility.AccessibilityEvent.WindowsChangeAdded' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.WindowsChange Android.Views.Accessibility.AccessibilityEvent.WindowsChangeBounds' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.WindowsChange Android.Views.Accessibility.AccessibilityEvent.WindowsChangeChildren' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.WindowsChange Android.Views.Accessibility.AccessibilityEvent.WindowsChangeFocused' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.WindowsChange Android.Views.Accessibility.AccessibilityEvent.WindowsChangeLayer' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.WindowsChange Android.Views.Accessibility.AccessibilityEvent.WindowsChangeParent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.WindowsChange Android.Views.Accessibility.AccessibilityEvent.WindowsChangePip' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.WindowsChange Android.Views.Accessibility.AccessibilityEvent.WindowsChangeRemoved' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.WindowsChange Android.Views.Accessibility.AccessibilityEvent.WindowsChangeTitle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.Accessibility.AccessibilityEvent.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.ContentMode Android.Views.Accessibility.AccessibilityManager.FlagContentControls' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.ContentMode Android.Views.Accessibility.AccessibilityManager.FlagContentIcons' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.ContentMode Android.Views.Accessibility.AccessibilityManager.FlagContentText' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.Action Android.Views.Accessibility.AccessibilityNodeInfo.ActionAccessibilityFocus' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.Action Android.Views.Accessibility.AccessibilityNodeInfo.ActionClearAccessibilityFocus' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.Action Android.Views.Accessibility.AccessibilityNodeInfo.ActionClearFocus' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.Action Android.Views.Accessibility.AccessibilityNodeInfo.ActionClearSelection' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.Action Android.Views.Accessibility.AccessibilityNodeInfo.ActionClick' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.Action Android.Views.Accessibility.AccessibilityNodeInfo.ActionCollapse' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.Action Android.Views.Accessibility.AccessibilityNodeInfo.ActionCopy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.Action Android.Views.Accessibility.AccessibilityNodeInfo.ActionCut' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.Action Android.Views.Accessibility.AccessibilityNodeInfo.ActionDismiss' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.Action Android.Views.Accessibility.AccessibilityNodeInfo.ActionExpand' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.Action Android.Views.Accessibility.AccessibilityNodeInfo.ActionFocus' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.Action Android.Views.Accessibility.AccessibilityNodeInfo.ActionLongClick' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.Action Android.Views.Accessibility.AccessibilityNodeInfo.ActionNextAtMovementGranularity' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.Action Android.Views.Accessibility.AccessibilityNodeInfo.ActionNextHtmlElement' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.Action Android.Views.Accessibility.AccessibilityNodeInfo.ActionPaste' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.Action Android.Views.Accessibility.AccessibilityNodeInfo.ActionPreviousAtMovementGranularity' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.Action Android.Views.Accessibility.AccessibilityNodeInfo.ActionPreviousHtmlElement' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.Action Android.Views.Accessibility.AccessibilityNodeInfo.ActionScrollBackward' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.Action Android.Views.Accessibility.AccessibilityNodeInfo.ActionScrollForward' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.Action Android.Views.Accessibility.AccessibilityNodeInfo.ActionSelect' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.Action Android.Views.Accessibility.AccessibilityNodeInfo.ActionSetSelection' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.Action Android.Views.Accessibility.AccessibilityNodeInfo.ActionSetText' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.MovementGranularity Android.Views.Accessibility.AccessibilityNodeInfo.MovementGranularityCharacter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.MovementGranularity Android.Views.Accessibility.AccessibilityNodeInfo.MovementGranularityLine' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.MovementGranularity Android.Views.Accessibility.AccessibilityNodeInfo.MovementGranularityPage' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.MovementGranularity Android.Views.Accessibility.AccessibilityNodeInfo.MovementGranularityParagraph' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.MovementGranularity Android.Views.Accessibility.AccessibilityNodeInfo.MovementGranularityWord' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.NodeFocus Android.Views.Accessibility.AccessibilityNodeInfo.FocusAccessibility' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.NodeFocus Android.Views.Accessibility.AccessibilityNodeInfo.FocusInput' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.SelectionMode Android.Views.Accessibility.AccessibilityNodeInfo.CollectionInfo.SelectionModeMultiple' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.SelectionMode Android.Views.Accessibility.AccessibilityNodeInfo.CollectionInfo.SelectionModeNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.SelectionMode Android.Views.Accessibility.AccessibilityNodeInfo.CollectionInfo.SelectionModeSingle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.Accessibility.AccessibilityNodeInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.RangeType Android.Views.Accessibility.AccessibilityNodeInfo.RangeInfo.RangeTypeFloat' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.RangeType Android.Views.Accessibility.AccessibilityNodeInfo.RangeInfo.RangeTypeInt' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.RangeType Android.Views.Accessibility.AccessibilityNodeInfo.RangeInfo.RangeTypePercent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.Accessibility.AccessibilityNodeInfo.TouchDelegateInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityRequestTypes Android.Views.Accessibility.AccessibilityRequestPreparer.RequestTypeExtraData' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityWindowType Android.Views.Accessibility.AccessibilityWindowInfo.TypeAccessibilityOverlay' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityWindowType Android.Views.Accessibility.AccessibilityWindowInfo.TypeApplication' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityWindowType Android.Views.Accessibility.AccessibilityWindowInfo.TypeInputMethod' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityWindowType Android.Views.Accessibility.AccessibilityWindowInfo.TypeSplitScreenDivider' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.AccessibilityWindowType Android.Views.Accessibility.AccessibilityWindowInfo.TypeSystem' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.Accessibility.AccessibilityWindowInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.CaptionStyles Android.Views.Accessibility.CaptioningManager.CaptionStyle.EdgeTypeDepressed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.CaptionStyles Android.Views.Accessibility.CaptioningManager.CaptionStyle.EdgeTypeDropShadow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.CaptionStyles Android.Views.Accessibility.CaptioningManager.CaptionStyle.EdgeTypeNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.CaptionStyles Android.Views.Accessibility.CaptioningManager.CaptionStyle.EdgeTypeOutline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.CaptionStyles Android.Views.Accessibility.CaptioningManager.CaptionStyle.EdgeTypeRaised' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.Accessibility.CaptionStyles Android.Views.Accessibility.CaptioningManager.CaptionStyle.EdgeTypeUnspecified' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.Autofill.AutofillId.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.Autofill.AutofillValue.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ContentCaptures.ContentCaptureConditionFlags Android.Views.ContentCaptures.ContentCaptureCondition.FlagIsRegex' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.ContentCaptures.ContentCaptureCondition.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.ContentCaptures.ContentCaptureContext.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.ContentCaptures.ContentCaptureSessionId.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.ContentCaptures.DataRemovalRequestFlags Android.Views.ContentCaptures.DataRemovalRequest.FlagIsPrefix' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.ContentCaptures.DataRemovalRequest.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.GetTextFlags Android.Views.InputMethods.BaseInputConnection.InterfaceConsts.GetTextWithStyles' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.InputContentFlags Android.Views.InputMethods.BaseInputConnection.InterfaceConsts.InputContentGrantReadUriPermission' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.TextExtractFlags Android.Views.InputMethods.BaseInputConnection.InterfaceConsts.GetExtractedTextMonitor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.InputMethods.CompletionInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.InputMethods.CorrectionInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.InputMethods.CursorAnchorInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.InputMethods.EditorInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.InputMethods.ExtractedText.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.InputMethods.ExtractedTextRequest.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.InputMethods.InputBinding.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.GetTextFlags Android.Views.InputMethods.InputConnection.GetTextWithStyles' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.InputContentFlags Android.Views.InputMethods.InputConnection.InputContentGrantReadUriPermission' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.TextExtractFlags Android.Views.InputMethods.InputConnection.GetExtractedTextMonitor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.GetTextFlags Android.Views.InputMethods.InputConnectionWrapper.InterfaceConsts.GetTextWithStyles' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.InputContentFlags Android.Views.InputMethods.InputConnectionWrapper.InterfaceConsts.InputContentGrantReadUriPermission' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.TextExtractFlags Android.Views.InputMethods.InputConnectionWrapper.InterfaceConsts.GetExtractedTextMonitor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.InputMethods.InputContentInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.InputMethods.InputMethodInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.ShowFlags Android.Views.InputMethods.InputMethodManager.ShowForced' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.InputMethods.ShowFlags Android.Views.InputMethods.InputMethodManager.ShowImplicit' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.InputMethods.InputMethodSubtype.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.TextClassifiers.ConversationAction.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.TextClassifiers.ConversationActions.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.TextClassifiers.ConversationActions.Message.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.TextClassifiers.ConversationActions.Request.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.SelectionAction Android.Views.TextClassifiers.SelectionEvent.ActionAbandon' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.SelectionAction Android.Views.TextClassifiers.SelectionEvent.ActionCopy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.SelectionAction Android.Views.TextClassifiers.SelectionEvent.ActionCut' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.SelectionAction Android.Views.TextClassifiers.SelectionEvent.ActionDrag' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.SelectionAction Android.Views.TextClassifiers.SelectionEvent.ActionOther' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.SelectionAction Android.Views.TextClassifiers.SelectionEvent.ActionOvertype' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.SelectionAction Android.Views.TextClassifiers.SelectionEvent.ActionPaste' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.SelectionAction Android.Views.TextClassifiers.SelectionEvent.ActionReset' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.SelectionAction Android.Views.TextClassifiers.SelectionEvent.ActionSelectAll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.SelectionAction Android.Views.TextClassifiers.SelectionEvent.ActionShare' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.SelectionAction Android.Views.TextClassifiers.SelectionEvent.ActionSmartShare' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.SelectionEventType Android.Views.TextClassifiers.SelectionEvent.EventAutoSelection' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.SelectionEventType Android.Views.TextClassifiers.SelectionEvent.EventSelectionModified' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.SelectionEventType Android.Views.TextClassifiers.SelectionEvent.EventSelectionStarted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.SelectionEventType Android.Views.TextClassifiers.SelectionEvent.EventSmartSelectionMulti' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.SelectionEventType Android.Views.TextClassifiers.SelectionEvent.EventSmartSelectionSingle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.SelectionInvocationMethod Android.Views.TextClassifiers.SelectionEvent.InvocationLink' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.SelectionInvocationMethod Android.Views.TextClassifiers.SelectionEvent.InvocationManual' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.SelectionInvocationMethod Android.Views.TextClassifiers.SelectionEvent.InvocationUnknown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.TextClassifiers.SelectionEvent.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.TextClassifiers.TextClassification.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.TextClassifiers.TextClassification.Request.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.TextClassifiers.TextClassificationContext.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.TextClassifiers.TextClassificationSessionId.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.TextClassifiers.TextClassifierEntityConfig.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventCategory Android.Views.TextClassifiers.TextClassifierEvent.CategoryConversationActions' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventCategory Android.Views.TextClassifiers.TextClassifierEvent.CategoryLanguageDetection' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventCategory Android.Views.TextClassifiers.TextClassifierEvent.CategoryLinkify' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventCategory Android.Views.TextClassifiers.TextClassifierEvent.CategorySelection' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventType Android.Views.TextClassifiers.TextClassifierEvent.TypeActionsGenerated' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventType Android.Views.TextClassifiers.TextClassifierEvent.TypeActionsShown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventType Android.Views.TextClassifiers.TextClassifierEvent.TypeAutoSelection' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventType Android.Views.TextClassifiers.TextClassifierEvent.TypeCopyAction' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventType Android.Views.TextClassifiers.TextClassifierEvent.TypeCutAction' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventType Android.Views.TextClassifiers.TextClassifierEvent.TypeLinkClicked' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventType Android.Views.TextClassifiers.TextClassifierEvent.TypeManualReply' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventType Android.Views.TextClassifiers.TextClassifierEvent.TypeOtherAction' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventType Android.Views.TextClassifiers.TextClassifierEvent.TypeOvertype' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventType Android.Views.TextClassifiers.TextClassifierEvent.TypePasteAction' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventType Android.Views.TextClassifiers.TextClassifierEvent.TypeSelectAll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventType Android.Views.TextClassifiers.TextClassifierEvent.TypeSelectionDestroyed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventType Android.Views.TextClassifiers.TextClassifierEvent.TypeSelectionDrag' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventType Android.Views.TextClassifiers.TextClassifierEvent.TypeSelectionModified' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventType Android.Views.TextClassifiers.TextClassifierEvent.TypeSelectionReset' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventType Android.Views.TextClassifiers.TextClassifierEvent.TypeSelectionStarted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventType Android.Views.TextClassifiers.TextClassifierEvent.TypeShareAction' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventType Android.Views.TextClassifiers.TextClassifierEvent.TypeSmartAction' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventType Android.Views.TextClassifiers.TextClassifierEvent.TypeSmartSelectionMulti' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.TextClassifierEventType Android.Views.TextClassifiers.TextClassifierEvent.TypeSmartSelectionSingle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.TextClassifiers.TextClassifierEvent.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.TextClassifiers.TextLanguage.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.TextClassifiers.TextLanguage.Request.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.ApplyStatusCode Android.Views.TextClassifiers.TextLinks.StatusDifferentText' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.ApplyStatusCode Android.Views.TextClassifiers.TextLinks.StatusLinksApplied' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.ApplyStatusCode Android.Views.TextClassifiers.TextLinks.StatusNoLinksApplied' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.ApplyStatusCode Android.Views.TextClassifiers.TextLinks.StatusNoLinksFound' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.ApplyStatusCode Android.Views.TextClassifiers.TextLinks.StatusUnsupportedCharacter' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.ApplyStrategy Android.Views.TextClassifiers.TextLinks.ApplyStrategyIgnore' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextClassifiers.ApplyStrategy Android.Views.TextClassifiers.TextLinks.ApplyStrategyReplace' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.TextClassifiers.TextLinks.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.TextClassifiers.TextLinks.Request.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.TextClassifiers.TextLinks.TextLink.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.TextClassifiers.TextSelection.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.TextClassifiers.TextSelection.Request.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.TextService.SentenceSuggestionsInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.TextService.SpellCheckerInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.TextService.SpellCheckerSubtype.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextService.SuggestionsAttributes Android.Views.TextService.SuggestionsInfo.ResultAttrHasRecommendedSuggestions' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextService.SuggestionsAttributes Android.Views.TextService.SuggestionsInfo.ResultAttrInTheDictionary' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Views.TextService.SuggestionsAttributes Android.Views.TextService.SuggestionsInfo.ResultAttrLooksLikeTypo' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.TextService.SuggestionsInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Views.TextService.TextInfo.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.Categories Android.Webkit.TracingConfig.CategoriesAll' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.Categories Android.Webkit.TracingConfig.CategoriesAndroidWebview' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.Categories Android.Webkit.TracingConfig.CategoriesFrameViewer' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.Categories Android.Webkit.TracingConfig.CategoriesInputLatency' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.Categories Android.Webkit.TracingConfig.CategoriesJavascriptAndRendering' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.Categories Android.Webkit.TracingConfig.CategoriesNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.Categories Android.Webkit.TracingConfig.CategoriesRendering' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.Categories Android.Webkit.TracingConfig.CategoriesWebDeveloper' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.TracingMode Android.Webkit.TracingConfig.RecordContinuously' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.TracingMode Android.Webkit.TracingConfig.RecordUntilFull' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.ForceDarkMode Android.Webkit.WebSettings.ForceDarkAuto' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.ForceDarkMode Android.Webkit.WebSettings.ForceDarkOff' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.ForceDarkMode Android.Webkit.WebSettings.ForceDarkOn' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.MenuItems Android.Webkit.WebSettings.MenuItemNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.MenuItems Android.Webkit.WebSettings.MenuItemProcessText' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.MenuItems Android.Webkit.WebSettings.MenuItemShare' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.MenuItems Android.Webkit.WebSettings.MenuItemWebSearch' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.MixedContentHandling Android.Webkit.WebSettings.MixedContentAlwaysAllow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.MixedContentHandling Android.Webkit.WebSettings.MixedContentCompatibilityMode' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Webkit.MixedContentHandling Android.Webkit.WebSettings.MixedContentNeverAllow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.GridAlign Android.Widget.GridLayout.AlignBounds' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.GridAlign Android.Widget.GridLayout.AlignMargins' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.GridOrientation Android.Widget.GridLayout.Horizontal' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.GridOrientation Android.Widget.GridLayout.Vertical' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.PositionPrompt Android.Widget.ListPopupWindow.PositionPromptAbove' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.PositionPrompt Android.Widget.ListPopupWindow.PositionPromptBelow' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ChoiceMode Android.Widget.ListView.ChoiceModeMultiple' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ChoiceMode Android.Widget.ListView.ChoiceModeNone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.ChoiceMode Android.Widget.ListView.ChoiceModeSingle' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.OS.ParcelableWriteFlags Android.Widget.RemoteViews.InterfaceConsts.ParcelableWriteReturnValue' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.SlidingDrawerOrientation Android.Widget.SlidingDrawer.OrientationHorizontal' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Android.Widget.SlidingDrawerOrientation Android.Widget.SlidingDrawer.OrientationVertical' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Awt.Font.Ranges Java.Awt.Font.NumericShaper.AllRanges' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Awt.Font.Ranges Java.Awt.Font.NumericShaper.Arabic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Awt.Font.Ranges Java.Awt.Font.NumericShaper.Bengali' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Awt.Font.Ranges Java.Awt.Font.NumericShaper.Devanagari' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Awt.Font.Ranges Java.Awt.Font.NumericShaper.EasternArabic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Awt.Font.Ranges Java.Awt.Font.NumericShaper.Ethiopic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Awt.Font.Ranges Java.Awt.Font.NumericShaper.European' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Awt.Font.Ranges Java.Awt.Font.NumericShaper.Gujarati' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Awt.Font.Ranges Java.Awt.Font.NumericShaper.Gurmukhi' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Awt.Font.Ranges Java.Awt.Font.NumericShaper.Kannada' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Awt.Font.Ranges Java.Awt.Font.NumericShaper.Khmer' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Awt.Font.Ranges Java.Awt.Font.NumericShaper.Lao' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Awt.Font.Ranges Java.Awt.Font.NumericShaper.Malayalam' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Awt.Font.Ranges Java.Awt.Font.NumericShaper.Mongolian' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Awt.Font.Ranges Java.Awt.Font.NumericShaper.Myanmar' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Awt.Font.Ranges Java.Awt.Font.NumericShaper.Oriya' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Awt.Font.Ranges Java.Awt.Font.NumericShaper.Tamil' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Awt.Font.Ranges Java.Awt.Font.NumericShaper.Telugu' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Awt.Font.Ranges Java.Awt.Font.NumericShaper.Thai' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Awt.Font.Ranges Java.Awt.Font.NumericShaper.Tibetan' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.IO.ObjectStreamProtocol Java.IO.ObjectInputStream.InterfaceConsts.ProtocolVersion1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.IO.ObjectStreamProtocol Java.IO.ObjectInputStream.InterfaceConsts.ProtocolVersion2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.IO.ObjectStreamProtocol Java.IO.ObjectOutputStream.InterfaceConsts.ProtocolVersion1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.IO.ObjectStreamProtocol Java.IO.ObjectOutputStream.InterfaceConsts.ProtocolVersion2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.IO.ObjectStreamProtocol Java.IO.ObjectStreamConstants.ProtocolVersion1' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.IO.ObjectStreamProtocol Java.IO.ObjectStreamConstants.ProtocolVersion2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.IO.TokenType Java.IO.StreamTokenizer.TtEof' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.IO.TokenType Java.IO.StreamTokenizer.TtEol' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.IO.TokenType Java.IO.StreamTokenizer.TtNumber' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.IO.TokenType Java.IO.StreamTokenizer.TtWord' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Invoke.ReferenceKind Java.Lang.Invoke.MethodHandleInfo.REFGetField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Invoke.ReferenceKind Java.Lang.Invoke.MethodHandleInfo.REFGetStatic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Invoke.ReferenceKind Java.Lang.Invoke.MethodHandleInfo.REFInvokeInterface' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Invoke.ReferenceKind Java.Lang.Invoke.MethodHandleInfo.REFInvokeSpecial' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Invoke.ReferenceKind Java.Lang.Invoke.MethodHandleInfo.REFInvokeStatic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Invoke.ReferenceKind Java.Lang.Invoke.MethodHandleInfo.REFInvokeVirtual' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Invoke.ReferenceKind Java.Lang.Invoke.MethodHandleInfo.REFNewInvokeSpecial' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Invoke.ReferenceKind Java.Lang.Invoke.MethodHandleInfo.REFPutField' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Invoke.ReferenceKind Java.Lang.Invoke.MethodHandleInfo.REFPutStatic' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Invoke.MethodLookupModes Java.Lang.Invoke.MethodHandles.Lookup.Package' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Invoke.MethodLookupModes Java.Lang.Invoke.MethodHandles.Lookup.Private' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Invoke.MethodLookupModes Java.Lang.Invoke.MethodHandles.Lookup.Protected' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Lang.Invoke.MethodLookupModes Java.Lang.Invoke.MethodHandles.Lookup.Public' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Math.RoundOptions Java.Math.BigDecimal.RoundCeiling' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Math.RoundOptions Java.Math.BigDecimal.RoundDown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Math.RoundOptions Java.Math.BigDecimal.RoundFloor' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Math.RoundOptions Java.Math.BigDecimal.RoundHalfDown' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Math.RoundOptions Java.Math.BigDecimal.RoundHalfEven' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Math.RoundOptions Java.Math.BigDecimal.RoundHalfUp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Math.RoundOptions Java.Math.BigDecimal.RoundUnnecessary' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Math.RoundOptions Java.Math.BigDecimal.RoundUp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.DatagramSocketImpl.InterfaceConsts.IpMulticastIf' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.DatagramSocketImpl.InterfaceConsts.IpMulticastIf2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.DatagramSocketImpl.InterfaceConsts.IpMulticastLoop' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.DatagramSocketImpl.InterfaceConsts.IpTos' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.DatagramSocketImpl.InterfaceConsts.SoBindaddr' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.DatagramSocketImpl.InterfaceConsts.SoBroadcast' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.DatagramSocketImpl.InterfaceConsts.SoKeepalive' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.DatagramSocketImpl.InterfaceConsts.SoLinger' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.DatagramSocketImpl.InterfaceConsts.SoOobinline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.DatagramSocketImpl.InterfaceConsts.SoRcvbuf' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.DatagramSocketImpl.InterfaceConsts.SoReuseaddr' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.DatagramSocketImpl.InterfaceConsts.SoSndbuf' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.DatagramSocketImpl.InterfaceConsts.SoTimeout' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.DatagramSocketImpl.InterfaceConsts.TcpNodelay' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpAccepted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpBadGateway' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpBadMethod' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpBadRequest' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpClientTimeout' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpConflict' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpCreated' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpEntityTooLarge' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpForbidden' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpGatewayTimeout' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpGone' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpInternalError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpLengthRequired' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpMovedPerm' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpMovedTemp' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpMultChoice' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpNoContent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpNotAcceptable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpNotAuthoritative' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpNotFound' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpNotImplemented' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpNotModified' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpOk' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpPartial' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpPaymentRequired' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpPreconFailed' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpProxyAuth' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpReqTooLong' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpReset' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpSeeOther' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpServerError' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpUnauthorized' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpUnavailable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpUnsupportedType' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpUseProxy' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.HttpStatus Java.Net.HttpURLConnection.HttpVersion' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.IDNFlags Java.Net.IDN.AllowUnassigned' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.IDNFlags Java.Net.IDN.UseStd3AsciiRules' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketImpl.InterfaceConsts.IpMulticastIf' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketImpl.InterfaceConsts.IpMulticastIf2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketImpl.InterfaceConsts.IpMulticastLoop' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketImpl.InterfaceConsts.IpTos' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketImpl.InterfaceConsts.SoBindaddr' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketImpl.InterfaceConsts.SoBroadcast' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketImpl.InterfaceConsts.SoKeepalive' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketImpl.InterfaceConsts.SoLinger' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketImpl.InterfaceConsts.SoOobinline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketImpl.InterfaceConsts.SoRcvbuf' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketImpl.InterfaceConsts.SoReuseaddr' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketImpl.InterfaceConsts.SoSndbuf' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketImpl.InterfaceConsts.SoTimeout' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketImpl.InterfaceConsts.TcpNodelay' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketOptions.IpMulticastIf' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketOptions.IpMulticastIf2' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketOptions.IpMulticastLoop' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketOptions.IpTos' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketOptions.SoBindaddr' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketOptions.SoBroadcast' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketOptions.SoKeepalive' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketOptions.SoLinger' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketOptions.SoOobinline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketOptions.SoRcvbuf' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketOptions.SoReuseaddr' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketOptions.SoSndbuf' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketOptions.SoTimeout' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Net.SocketOption Java.Net.SocketOptions.TcpNodelay' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Nio.Channels.Operations Java.Nio.Channels.SelectionKey.OpAccept' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Nio.Channels.Operations Java.Nio.Channels.SelectionKey.OpConnect' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Nio.Channels.Operations Java.Nio.Channels.SelectionKey.OpRead' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Nio.Channels.Operations Java.Nio.Channels.SelectionKey.OpWrite' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Security.SignatureState Java.Security.Signature.Uninitialized' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.CalendarField Java.Util.Calendar.AmPm' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.CalendarField Java.Util.Calendar.Date' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.CalendarField Java.Util.Calendar.DayOfMonth' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.CalendarField Java.Util.Calendar.DayOfWeek' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.CalendarField Java.Util.Calendar.DayOfWeekInMonth' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.CalendarField Java.Util.Calendar.DayOfYear' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.CalendarField Java.Util.Calendar.DstOffset' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.CalendarField Java.Util.Calendar.Era' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.CalendarField Java.Util.Calendar.Hour' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.CalendarField Java.Util.Calendar.HourOfDay' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.CalendarField Java.Util.Calendar.Millisecond' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.CalendarField Java.Util.Calendar.Minute' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.CalendarField Java.Util.Calendar.Month' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.CalendarField Java.Util.Calendar.Second' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.CalendarField Java.Util.Calendar.WeekOfMonth' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.CalendarField Java.Util.Calendar.WeekOfYear' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.CalendarField Java.Util.Calendar.Year' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.CalendarField Java.Util.Calendar.ZoneOffset' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.CalendarStyle Java.Util.Calendar.AllStyles' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.CalendarStyle Java.Util.Calendar.Long' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.CalendarStyle Java.Util.Calendar.Short' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.FormatFlags Java.Util.FormattableFlags.Alternate' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.FormatFlags Java.Util.FormattableFlags.LeftJustify' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.FormatFlags Java.Util.FormattableFlags.Uppercase' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.TimeZoneKind Java.Util.SimpleTimeZone.StandardTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.TimeZoneKind Java.Util.SimpleTimeZone.UtcTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.TimeZoneKind Java.Util.SimpleTimeZone.WallTime' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.SpliteratorCharacteristics Java.Util.Spliterator.Concurrent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.SpliteratorCharacteristics Java.Util.Spliterator.Distinct' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.SpliteratorCharacteristics Java.Util.Spliterator.Immutable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.SpliteratorCharacteristics Java.Util.Spliterator.Nonnull' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.SpliteratorCharacteristics Java.Util.Spliterator.Ordered' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.SpliteratorCharacteristics Java.Util.Spliterator.Sized' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.SpliteratorCharacteristics Java.Util.Spliterator.Sorted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.SpliteratorCharacteristics Java.Util.Spliterator.Subsized' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.SpliteratorCharacteristics Java.Util.Spliterators.AbstractSpliterator.InterfaceConsts.Concurrent' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.SpliteratorCharacteristics Java.Util.Spliterators.AbstractSpliterator.InterfaceConsts.Distinct' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.SpliteratorCharacteristics Java.Util.Spliterators.AbstractSpliterator.InterfaceConsts.Immutable' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.SpliteratorCharacteristics Java.Util.Spliterators.AbstractSpliterator.InterfaceConsts.Nonnull' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.SpliteratorCharacteristics Java.Util.Spliterators.AbstractSpliterator.InterfaceConsts.Ordered' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.SpliteratorCharacteristics Java.Util.Spliterators.AbstractSpliterator.InterfaceConsts.Sized' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.SpliteratorCharacteristics Java.Util.Spliterators.AbstractSpliterator.InterfaceConsts.Sorted' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.SpliteratorCharacteristics Java.Util.Spliterators.AbstractSpliterator.InterfaceConsts.Subsized' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.TimeZoneStyle Java.Util.TimeZone.Long' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.TimeZoneStyle Java.Util.TimeZone.Short' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Regex.RegexOptions Java.Util.Regex.Pattern.CanonEq' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Regex.RegexOptions Java.Util.Regex.Pattern.CaseInsensitive' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Regex.RegexOptions Java.Util.Regex.Pattern.Comments' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Regex.RegexOptions Java.Util.Regex.Pattern.Dotall' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Regex.RegexOptions Java.Util.Regex.Pattern.Literal' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Regex.RegexOptions Java.Util.Regex.Pattern.Multiline' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Regex.RegexOptions Java.Util.Regex.Pattern.UnicodeCase' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Regex.RegexOptions Java.Util.Regex.Pattern.UnicodeCharacterClass' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Java.Util.Regex.RegexOptions Java.Util.Regex.Pattern.UnixLines' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Javax.Crypto.CipherMode Javax.Crypto.Cipher.DecryptMode' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Javax.Crypto.CipherMode Javax.Crypto.Cipher.EncryptMode' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Javax.Crypto.CipherMode Javax.Crypto.Cipher.UnwrapMode' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Javax.Crypto.CipherMode Javax.Crypto.Cipher.WrapMode' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Javax.Crypto.KeyType Javax.Crypto.Cipher.PrivateKey' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Javax.Crypto.KeyType Javax.Crypto.Cipher.PublicKey' in the contract but not the implementation.
-CannotRemoveAttribute : Attribute 'System.ObsoleteAttribute' exists on 'Javax.Crypto.KeyType Javax.Crypto.Cipher.SecretKey' in the contract but not the implementation.
-MembersMustExist : Member 'protected Android.OS.Parcel Android.OS.Parcel.Obtain(System.Int32)' does not exist in the implementation but it does exist in the contract.
-MembersMustExist : Member 'protected Android.Widget.IListAdapter Android.Preferences.PreferenceScreen.OnCreateRootAdapter()' does not exist in the implementation but it does exist in the contract.
-MembersMustExist : Member 'protected System.String System.String Android.Webkit.CookieSyncManager.Logtag' does not exist in the implementation but it does exist in the contract.
-MembersMustExist : Member 'protected void Android.Webkit.CookieSyncManager.SyncFromRamToFlash()' does not exist in the implementation but it does exist in the contract.
-MembersMustExist : Member 'protected void Java.Net.URL.Set(System.String, System.String, System.Int32, System.String, System.String)' does not exist in the implementation but it does exist in the contract.
-MembersMustExist : Member 'protected void Java.Net.URL.Set(System.String, System.String, System.Int32, System.String, System.String, System.String, System.String, System.String)' does not exist in the implementation but it does exist in the contract.
-MembersMustExist : Member 'protected System.String Org.Apache.Http.HttpHost.Hostname.get()' does not exist in the implementation but it does exist in the contract.
-MembersMustExist : Member 'protected void Org.Apache.Http.HttpHost.Hostname.set(System.String)' does not exist in the implementation but it does exist in the contract.
-MembersMustExist : Member 'protected System.String Org.Apache.Http.HttpHost.LcHostname.get()' does not exist in the implementation but it does exist in the contract.
-MembersMustExist : Member 'protected void Org.Apache.Http.HttpHost.LcHostname.set(System.String)' does not exist in the implementation but it does exist in the contract.
-MembersMustExist : Member 'protected void Org.Apache.Http.Params.BasicHttpParams.CopyParams(Org.Apache.Http.Params.IHttpParams)' does not exist in the implementation but it does exist in the contract.
-MembersMustExist : Member 'protected void Org.Apache.Http.Protocol.BasicHttpProcessor.CopyInterceptors(Org.Apache.Http.Protocol.BasicHttpProcessor)' does not exist in the implementation but it does exist in the contract.
\ No newline at end of file
diff --git a/tests/api-compatibility/api-compat-exclude-attributes.txt b/tests/api-compatibility/api-compat-exclude-attributes.txt
index 6680918dbbf..aa4bb3096fc 100644
--- a/tests/api-compatibility/api-compat-exclude-attributes.txt
+++ b/tests/api-compatibility/api-compat-exclude-attributes.txt
@@ -2,6 +2,8 @@
T:Java.Interop.JavaTypeParametersAttribute
+T:System.Diagnostics.DebuggerStepThroughAttribute
+
T:System.Runtime.CompilerServices.AsyncIteratorStateMachineAttribute
T:System.Runtime.CompilerServices.AsyncStateMachineAttribute
T:System.Runtime.CompilerServices.IteratorStateMachineAttribute
diff --git a/tests/api-compatibility/reference/Mono.Android.zip b/tests/api-compatibility/reference/Mono.Android.zip
index 1bc9c089488..c79d95fe9f6 100644
Binary files a/tests/api-compatibility/reference/Mono.Android.zip and b/tests/api-compatibility/reference/Mono.Android.zip differ