Blacklist Display#getAddress

Bug: 138677816
Test: Call via reflection in app.
Change-Id: Idb022b32a61ce137db7a4718ef4c52c61481eed0
This commit is contained in:
Dominik Laskowski
2020-02-28 15:56:47 -08:00
parent 1039ea50f3
commit c8f52f6e79

View File

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