Merge "Add getAssociatedDisplayId to ContextWrapper" into udc-dev
This commit is contained in:
@@ -1205,6 +1205,14 @@ public class ContextWrapper extends Context {
|
||||
return mBase.getDisplayId();
|
||||
}
|
||||
|
||||
/**
|
||||
* @hide
|
||||
*/
|
||||
@Override
|
||||
public int getAssociatedDisplayId() {
|
||||
return mBase.getAssociatedDisplayId();
|
||||
}
|
||||
|
||||
/**
|
||||
* @hide
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user