删除无用的代码

hdrplus
Matthew 1 year ago
parent 72ab156407
commit af1ca401c2

@ -221,13 +221,18 @@ public class MainActivity extends AppCompatActivity {
}
});
/*
mHandler.postDelayed(new Runnable() {
public void run() {
HotspotManager.enableHotspot(getApplicationContext(), false);
// HotspotManager.enableHotspot(getApplicationContext(), false);
// SysApi.openHotSpot(getApplicationContext());
}
}, 5000);
*/
startMicroPhotoService(getApplicationContext());
}

Loading…
Cancel
Save