From 4eacc6316c24bde29f633902803bcb9590ed478f Mon Sep 17 00:00:00 2001 From: plbmcrx8u <3250790585@qq.com> Date: Thu, 15 Jun 2023 15:10:17 +0800 Subject: [PATCH] Delete 'src/README.md' --- src/README.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 src/README.md diff --git a/src/README.md b/src/README.md deleted file mode 100644 index 9688d5d..0000000 --- a/src/README.md +++ /dev/null @@ -1,21 +0,0 @@ -# NewNotes(Android App) - -Secondary development based on Mi Note - -## Two new software functions - -### 1. Added the secure folder function - -enter in secure folder through inputing the password (password is hard coding: 123456) - -### 2. Optimized the time when the note was modified - -for example: - -Before modification: **3 days ago** - -After modification: **Jun 5, 1:09 AM** - ---- - -PS: This project is just a try to develop Android App. Thanks for the help of [手把手教你用Android Studio写一个APP](https://www.bilibili.com/video/BV1MK411p7dp/?spm_id_from=333.337.search-card.all.click&vd_source=037f4f8da80b07954c2b7f1dd39cb5fb) and [实战演练-做一个简单的记事本App](https://www.bilibili.com/video/BV1C54y137Dh/?spm_id_from=333.337.search-card.all.click&vd_source=037f4f8da80b07954c2b7f1dd39cb5fb)