Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit dcc352f

Browse files
committed
Binding fixes for 26.x
1 parent 1e6ddb5 commit dcc352f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

support-compat/source/Transforms/Metadata.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,6 @@
5656

5757
<!-- The generator binds both CharSequence and java.lang.String as System.String types so if we have overloads which only differ in java by CharSequence and String, we'll end up with duplicate .net binding overloads, so we remove the extra bindings -->
5858
<remove-node path="/api/package[@name='android.support.v4.text']/class[@name='BidiFormatter']/method[@name='unicodeWrap' and parameter[1][@type='java.lang.String']]" />
59+
60+
<remove-node path="/api/package[@name='android.support.v4.provider']/class[@name='FontsContractCompat.Columns']/implements[@name='android.provider.BaseColumns']" />
5961
</metadata>

wear/source/Transforms/Metadata.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@
77
<attr path="/api/*/*/method[@name='writeToParcel']/parameter[@name='p0']" name="managedName">dest</attr>
88
<attr path="/api/*/*/method[@name='writeToParcel']/parameter[@name='p1']" name="managedName">flags</attr>
99

10+
<attr path="/api/package[@name='android.support.wear.widget']/class[@name='SwipeDismissLayout']" name="visibility">public</attr>
11+
1012
</metadata>

0 commit comments

Comments
 (0)