Merge "Fix build due to missing abstract method impl" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
aeef7c4748
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user