通过配置文件控制是否执行和系统相机照片对比

master
Matthew 10 months ago
parent ace0391197
commit bf31bbd11e

@ -339,7 +339,8 @@ public class MicroPhotoService extends Service {
mService.notifyToTakePhoto(mService.mNativeHandle, channel, preset, ts, photoOrVideo);
}
{
File cameraAdbCfg = new File(MicroPhotoContext.buildMpAppDir(mService.getApplication()), "data/cameraAdb.cfg");
if (cameraAdbCfg.exists()) {
final String appPath = MicroPhotoContext.buildMpAppDir(context);
mService.mHander.postDelayed(new Runnable() {
@Override

Loading…
Cancel
Save