We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0854705 commit 54c72a6Copy full SHA for 54c72a6
utilcode/src/main/java/com/blankj/utilcode/utils/CrashUtils.java
@@ -39,6 +39,7 @@ private CrashUtils() {
39
/**
40
* 获取单例
41
* <p>在Application中初始化{@code CrashUtils.getInstance().init(this);}</p>
42
+ * <p>需添加权限 {@code <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>}</p>
43
*
44
* @return 单例
45
*/
0 commit comments