From 052d034696d2c919831f49983bd978c285f4fd31 Mon Sep 17 00:00:00 2001 From: xuhuixiang Date: Tue, 18 Mar 2025 16:03:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=80=9A=E7=9F=A5=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FreeAUD/src/main/AndroidManifest.xml | 2 +- .../{MainActivity2.java => MainActivity.java} | 19 +++++++------------ .../FreeAUD/MyFirebaseMessageingService.java | 4 ++-- 3 files changed, 10 insertions(+), 15 deletions(-) rename FreeAUD/src/main/java/com/web/FreeAUD/{MainActivity2.java => MainActivity.java} (69%) diff --git a/FreeAUD/src/main/AndroidManifest.xml b/FreeAUD/src/main/AndroidManifest.xml index 3ca1e55..cf6ca3a 100644 --- a/FreeAUD/src/main/AndroidManifest.xml +++ b/FreeAUD/src/main/AndroidManifest.xml @@ -60,7 +60,7 @@ = Build.VERSION_CODES.CUPCAKE) { ComponentName launchComponent = null; launchComponent = getApplication() @@ -100,7 +100,7 @@ public class MyFirebaseMessageingService extends FirebaseMessagingService { } private void showNotification(String title, String body) { - Intent notifyIntent = new Intent(this, MainActivity2.class); + Intent notifyIntent = new Intent(this, MainActivity.class); if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.CUPCAKE) { ComponentName launchComponent = null; launchComponent = getApplication()