XXXXX
C/C++
XXXXX
C#/.net
XXXXX
js
java
java
开发导航 开发导航 www.endv.cn
天云
摘要: /* * Copyright 2015 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ob... 阅读全文
posted @ 2020-01-07 21:54 Endv 阅读(2084) 评论(0) 推荐(0)
摘要: 1 private static final int PERMISSION_REQUEST_CAMERA = 0; 2 private static final int ENDV_WRITE_USER_DICTIONARY = 1 ; 3 private static final int ENDV_ 阅读全文
posted @ 2020-01-07 20:45 Endv 阅读(312) 评论(0) 推荐(0)
摘要: D/mali_winsys: EGLint new_window_surface(egl_winsys_display *, void *, EGLSurface, EGLConfig, egl_winsys_surface **, EGLBoolean) returns 0x3000 I/HwViewRootImpl: removeInvalidNode all the node in jank 阅读全文
posted @ 2020-01-07 05:29 Endv 阅读(1834) 评论(0) 推荐(0)
摘要: 动态权限:这类权限在需要的时候,需要我们动态申请 比如:当我们需要打开相机拍摄照片的时候需要我们通过代码的方式在需要的地方去申请权限。 具体的权限分组情况如下表: group:android.permission-group.CONTACTS permission:android.permissio 阅读全文
posted @ 2020-01-07 01:56 Endv 阅读(5568) 评论(0) 推荐(1)