deng7777777

Results 3 issues of deng7777777

手机有点烂,小辣椒,调取相机崩溃,日志: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.admin.ybgj/cn.finalteam.galleryfinal.PhotoEditActivity}: java.lang.SecurityException: Permission Denial: starting Intent { act=android.media.action.IMAGE_CAPTURE flg=0x3 cmp=com.htc.camera/.CameraServiceEntry clip={text/uri-list U:file:///storage/emulated/0/DCIM/GalleryFinal/IMG20160609105632.jpg} (has extras) } from ProcessRecord{9dcc17 21294:com.example.admin.ybgj/u0a542} (pid=21294, uid=10542) with revoked permission android.permission.CAMERA

请教下,JAVA加密出来的结果为什么和JNI出来的结果不同

IocHttpListener类里的isDestory方法里的 Method isDetached = object.getClass().getMethod("isDetached", null); Method isRemoving = object.getClass().getMethod("isRemoving", null); return Boolean.valueOf(isDetached.invoke(object).toString()) && Boolean.valueOf(isRemoving.invoke(object).toString());这几句用as编译死活不通过,也不报语法错误,我的as现在ide乱码了,也没法贴日志