am da34e13b: Merge "Remove unwanted parameter (it was a typo)." into honeycomb
* commit 'da34e13bb4ef97832c43489937a26d314437a1d7': Remove unwanted parameter (it was a typo).
This commit is contained in:
@@ -217315,8 +217315,6 @@
|
||||
deprecated="not deprecated"
|
||||
visibility="public"
|
||||
>
|
||||
<parameter name="visibility" type="int">
|
||||
</parameter>
|
||||
</method>
|
||||
<method name="getTag"
|
||||
return="java.lang.Object"
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user