Merge "Blacklist Display#getAddress" into rvc-dev

This commit is contained in:
Dominik Laskowski
2020-03-04 18:28:04 +00:00
committed by Android (Google) Code Review

View File

@@ -580,7 +580,6 @@ public final class Display {
* @return The display address. * @return The display address.
* @hide * @hide
*/ */
@UnsupportedAppUsage
public DisplayAddress getAddress() { public DisplayAddress getAddress() {
return mAddress; return mAddress;
} }