From b69a8180de5d73fb9ea9700e5672c5ae3cce8280 Mon Sep 17 00:00:00 2001 From: zhongchao Date: Thu, 25 Feb 2021 17:14:54 +0800 Subject: [PATCH] add wifiReceiver --- .idea/misc.xml | 2 +- app/src/main/AndroidManifest.xml | 4 +- .../com/mogo/cloud/WifiBroadCastReceiver.java | 43 ++++++++++++++++++ app/src/main/res/mipmap-xxhdpi/dora.png | Bin 0 -> 11767 bytes app/src/main/res/values/strings.xml | 1 + 5 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 app/src/main/java/com/mogo/cloud/WifiBroadCastReceiver.java create mode 100644 app/src/main/res/mipmap-xxhdpi/dora.png diff --git a/.idea/misc.xml b/.idea/misc.xml index d79aadd..10608e0 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -13,7 +13,7 @@