@@ -444,10 +444,11 @@ public class PopupSmartIOTCam extends WpadScreen {
// cam = ctrlSmartIOTCamStatusMode(Common.SmartRFCamStatusMode.STATUS_AUTO_ON);
// led = ctrlSmartIOTCamLEDMode(Common.SmartRFCamLEDMode.LED_AUTO_ON);
- bRet = true;
Intent Newintent = new Intent();
Newintent.setAction("StrangeRecordDelayInit");
mContext.sendBroadcast(Newintent);
+ cam = 1;
+ led = 1;
}
else