Implement isScreenBrightnessBoosted in BridgePowerManager.
Change-Id: I7da132c7522e5c352e14123f059b900008d94c95
This commit is contained in:
@@ -145,4 +145,9 @@ public class BridgePowerManager implements IPowerManager {
|
|||||||
public void boostScreenBrightness(long time) throws RemoteException {
|
public void boostScreenBrightness(long time) throws RemoteException {
|
||||||
// pass for now.
|
// pass for now.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean isScreenBrightnessBoosted() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user