BLImage icon indicating copy to clipboard operation
BLImage copied to clipboard

点击拍照闪退

Open yangzhanlong opened this issue 5 years ago • 1 comments

点击拍照闪退

yangzhanlong avatar Mar 22 '19 03:03 yangzhanlong

application oncreate加下面这段:

StrictMode.VmPolicy.Builder builder = new StrictMode.VmPolicy.Builder(); StrictMode.setVmPolicy(builder.build()); builder.detectFileUriExposure();

qcang avatar Apr 26 '19 02:04 qcang