Merge "Fix build due to missing abstract method impl" into nyc-dev

This commit is contained in:
Adam Lesinski
2016-06-22 22:20:54 +00:00
committed by Android (Google) Code Review

View File

@@ -1798,6 +1798,12 @@ public final class BridgeContext extends Context {
return null;
}
@Override
public Display getDisplay() {
// pass
return null;
}
@Override
public int getUserId() {
return 0; // not used