Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit da34e13b authored by Joe Onorato's avatar Joe Onorato Committed by Android (Google) Code Review
Browse files

Merge "Remove unwanted parameter (it was a typo)." into honeycomb

parents 67005b05 e595cad6
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -215899,8 +215899,6 @@
 deprecated="not deprecated"
 visibility="public"
>
<parameter name="visibility" type="int">
</parameter>
</method>
<method name="getTag"
 return="java.lang.Object"
+1 −1
Original line number Diff line number Diff line
@@ -10775,7 +10775,7 @@ public class View implements Drawable.Callback, KeyEvent.Callback, Accessibility
    /**
     * Returns the status bar visibility that this view has requested.
     */
    public int getSystemUiVisibility(int visibility) {
    public int getSystemUiVisibility() {
        return mSystemUiVisibility;
    }