You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<attr path="/api/package[@name='android.view']/*[@name='View']/method[@name='setFocusable']/parameter[@name='focusable' and @type='int']" name="enumType">Android.Views.ViewFocusability</attr>
1359
1359
1360
+
<!-- API Level 26 changed findViewById() to have a generic type parameter.
1361
+
That is technically different in Java sources, but are identical to
1362
+
former non-generic version. So they should be regarded as identical.
1363
+
Also, for this method we have *manually* bound generic method.
1364
+
1365
+
We could make fixes in api-merge, but manual fix is 100x simpler. -->
0 commit comments