CMSdk : Initial thermal state to STATE_UNKNOWN
Change-Id: I37c7fe7441d7f0f09d1b96be001f046417ffff12
This commit is contained in:
parent
ce92e371d0
commit
b4ef25ab19
@ -58,7 +58,7 @@ public class CMHardwareService extends SystemService implements ThermalUpdateCal
|
||||
|
||||
private final Context mContext;
|
||||
private final CMHardwareInterface mCmHwImpl;
|
||||
private int mCurrentThermalState;
|
||||
private int mCurrentThermalState = ThermalListenerCallback.State.STATE_UNKNOWN;
|
||||
private RemoteCallbackList<IThermalListenerCallback> mRemoteCallbackList;
|
||||
|
||||
private interface CMHardwareInterface {
|
||||
|
Loading…
Reference in New Issue
Block a user