am 40a4f4a6: Implement isScreenBrightnessBoosted in BridgePowerManager.
* commit '40a4f4a61fbb2172901eda763bf928ae9b1b5300': Implement isScreenBrightnessBoosted in BridgePowerManager.
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