Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from Miraiiiii/lab5-6
Browse files Browse the repository at this point in the history
#158 实验报告5
  • Loading branch information
Miraiiiii authored Jan 12, 2021
2 parents 556dcab + 580f5aa commit 56421d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions students/net1814080903113/lab5.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ if (Build.VERSION.SDK_INT > Build.VERSION_CODES.LOLLIPOP) {
ActivityCompat.requestPermissions(this, PERMISSIONS_STORAGE, REQUEST_PERMISSION_CODE);
}
}

```

- 读写权限
Expand Down Expand Up @@ -94,6 +95,7 @@ try {
} catch (FileNotFoundException e) {
e.printStackTrace();
}

```

- 通知图库更新
Expand Down

0 comments on commit 56421d1

Please sign in to comment.