|
|
@ -465,7 +465,7 @@ public class MicroPhotoService extends Service {
|
|
|
|
long ts = System.currentTimeMillis() / 1000;
|
|
|
|
long ts = System.currentTimeMillis() / 1000;
|
|
|
|
|
|
|
|
|
|
|
|
Log.i(TAG, "Take Photo CH=" + channel + " PR=" + preset + " Mannually");
|
|
|
|
Log.i(TAG, "Take Photo CH=" + channel + " PR=" + preset + " Mannually");
|
|
|
|
mService.notifyToTakePhoto(mService.mNativeHandle, channel, preset, ts, photoOrVideo);
|
|
|
|
mService.notifyToTakePhoto(mService.mNativeHandle, channel, preset, 0, photoOrVideo);
|
|
|
|
} else if (TextUtils.equals(ACTION_MSG_BROADCAST, action)) {
|
|
|
|
} else if (TextUtils.equals(ACTION_MSG_BROADCAST, action)) {
|
|
|
|
|
|
|
|
|
|
|
|
int what = intent.getIntExtra("what", 0);
|
|
|
|
int what = intent.getIntExtra("what", 0);
|
|
|
|