Loading tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgePowerManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ import android.os.WorkSource; public class BridgePowerManager implements IPowerManager { @Override public boolean isScreenOn() throws RemoteException { public boolean isInteractive() throws RemoteException { return true; } Loading Loading
tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/BridgePowerManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ import android.os.WorkSource; public class BridgePowerManager implements IPowerManager { @Override public boolean isScreenOn() throws RemoteException { public boolean isInteractive() throws RemoteException { return true; } Loading