From a80b7158413aa09371992866f5a16c015d743c64 Mon Sep 17 00:00:00 2001 From: zzl <961867786@qq.com> Date: Wed, 12 Feb 2025 08:53:11 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/gradle.xml | 2 +- .idea/misc.xml | 1 + app/src/debug/ic_launcher_njytj-playstore.png | Bin 0 -> 69256 bytes .../mipmap-anydpi-v26/ic_launcher_njytj.xml | 5 ++++ .../ic_launcher_njytj_round.xml | 5 ++++ .../res/mipmap-hdpi/ic_launcher_njytj.png | Bin 0 -> 6662 bytes .../ic_launcher_njytj_background.png | Bin 0 -> 29031 bytes .../ic_launcher_njytj_foreground.png | Bin 0 -> 182 bytes .../mipmap-hdpi/ic_launcher_njytj_round.png | Bin 0 -> 7727 bytes .../res/mipmap-mdpi/ic_launcher_njytj.png | Bin 0 -> 3919 bytes .../ic_launcher_njytj_background.png | Bin 0 -> 15092 bytes .../ic_launcher_njytj_foreground.png | Bin 0 -> 125 bytes .../mipmap-mdpi/ic_launcher_njytj_round.png | Bin 0 -> 4378 bytes .../res/mipmap-xhdpi/ic_launcher_njytj.png | Bin 0 -> 10001 bytes .../ic_launcher_njytj_background.png | Bin 0 -> 42525 bytes .../ic_launcher_njytj_foreground.png | Bin 0 -> 261 bytes .../mipmap-xhdpi/ic_launcher_njytj_round.png | Bin 0 -> 11546 bytes .../res/mipmap-xxhdpi/ic_launcher_njytj.png | Bin 0 -> 18065 bytes .../ic_launcher_njytj_background.png | Bin 0 -> 61274 bytes .../ic_launcher_njytj_foreground.png | Bin 0 -> 487 bytes .../mipmap-xxhdpi/ic_launcher_njytj_round.png | Bin 0 -> 20874 bytes .../res/mipmap-xxxhdpi/ic_launcher_njytj.png | Bin 0 -> 26514 bytes .../ic_launcher_njytj_background.png | Bin 0 -> 33316 bytes .../ic_launcher_njytj_foreground.png | Bin 0 -> 803 bytes .../ic_launcher_njytj_round.png | Bin 0 -> 29735 bytes app/src/main/AndroidManifest.xml | 13 ++++++++-- .../com/nsgk/ruralWeb/FullscreenActivity.java | 3 ++- .../main/java/com/nsgk/ruralWeb/Receiver.java | 24 ++++++++++++++++++ app/src/main/res/layout/activity_welcome.xml | 4 +-- app/src/main/res/values/strings.xml | 2 +- 30 files changed, 52 insertions(+), 7 deletions(-) create mode 100644 app/src/debug/ic_launcher_njytj-playstore.png create mode 100644 app/src/debug/res/mipmap-anydpi-v26/ic_launcher_njytj.xml create mode 100644 app/src/debug/res/mipmap-anydpi-v26/ic_launcher_njytj_round.xml create mode 100644 app/src/debug/res/mipmap-hdpi/ic_launcher_njytj.png create mode 100644 app/src/debug/res/mipmap-hdpi/ic_launcher_njytj_background.png create mode 100644 app/src/debug/res/mipmap-hdpi/ic_launcher_njytj_foreground.png create mode 100644 app/src/debug/res/mipmap-hdpi/ic_launcher_njytj_round.png create mode 100644 app/src/debug/res/mipmap-mdpi/ic_launcher_njytj.png create mode 100644 app/src/debug/res/mipmap-mdpi/ic_launcher_njytj_background.png create mode 100644 app/src/debug/res/mipmap-mdpi/ic_launcher_njytj_foreground.png create mode 100644 app/src/debug/res/mipmap-mdpi/ic_launcher_njytj_round.png create mode 100644 app/src/debug/res/mipmap-xhdpi/ic_launcher_njytj.png create mode 100644 app/src/debug/res/mipmap-xhdpi/ic_launcher_njytj_background.png create mode 100644 app/src/debug/res/mipmap-xhdpi/ic_launcher_njytj_foreground.png create mode 100644 app/src/debug/res/mipmap-xhdpi/ic_launcher_njytj_round.png create mode 100644 app/src/debug/res/mipmap-xxhdpi/ic_launcher_njytj.png create mode 100644 app/src/debug/res/mipmap-xxhdpi/ic_launcher_njytj_background.png create mode 100644 app/src/debug/res/mipmap-xxhdpi/ic_launcher_njytj_foreground.png create mode 100644 app/src/debug/res/mipmap-xxhdpi/ic_launcher_njytj_round.png create mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher_njytj.png create mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher_njytj_background.png create mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher_njytj_foreground.png create mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher_njytj_round.png create mode 100644 app/src/main/java/com/nsgk/ruralWeb/Receiver.java diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 209e869..6e5389e 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -7,7 +7,7 @@