diff --git a/README.md b/README.md index afe806c..962165f 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,18 @@ Declare permission `android.permission.READ_EXTERNAL_STORAGE` in your `AndroidM Declare permission `android.permission.WRITE_EXTERNAL_STORAGE` in your `AndroidManifest.xml` . Declare `MultiImageSelectorActivity` in your `AndroidManifest.xml` . ```xml - + + + + + + ``` * Step 2 diff --git a/README_zh.md b/README_zh.md index ef71a30..7df3d5b 100644 --- a/README_zh.md +++ b/README_zh.md @@ -21,9 +21,18 @@ 在你的 `AndroidManifest.xml` 文件中添加权限 `android.permission.WRITE_EXTERNAL_STORAGE`. 别忘了同时在 `AndroidManifest.xml` 中声明 `MultiImageSelectorActivity` 这个Activity. ```xml - + + + + + + ``` * 第2步 diff --git a/app/app.iml b/app/app.iml index ab0e9d3..0b2bdd1 100644 --- a/app/app.iml +++ b/app/app.iml @@ -86,7 +86,6 @@ - @@ -99,15 +98,12 @@ - - -