From 8495adfed52723b93dd29f81afe2bc065f42287d Mon Sep 17 00:00:00 2001 From: yuzubot Date: Fri, 9 Feb 2024 00:56:52 +0000 Subject: [PATCH] Merge yuzu-emu#12964 --- src/android/app/src/main/AndroidManifest.xml | 6 -- .../java/org/yuzu/yuzu_emu/YuzuApplication.kt | 12 ---- .../yuzu_emu/activities/EmulationActivity.kt | 17 ----- .../org/yuzu/yuzu_emu/ui/main/MainActivity.kt | 9 --- .../yuzu/yuzu_emu/utils/ForegroundService.kt | 70 ------------------- .../app/src/main/res/values/strings.xml | 4 -- 6 files changed, 118 deletions(-) delete mode 100644 src/android/app/src/main/java/org/yuzu/yuzu_emu/utils/ForegroundService.kt diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml index f011bd696..7890b30ca 100644 --- a/src/android/app/src/main/AndroidManifest.xml +++ b/src/android/app/src/main/AndroidManifest.xml @@ -12,8 +12,6 @@ SPDX-License-Identifier: GPL-3.0-or-later - - @@ -80,10 +78,6 @@ SPDX-License-Identifier: GPL-3.0-or-later android:resource="@xml/nfc_tech_filter" /> - - - - yuzu This software will run games for the Nintendo Switch game console. No game titles or keys are included.<br /><br />Before you begin, please locate your prod.keys ]]> file on your device storage.<br /><br />Learn more]]> - Emulation is Active - emulationIsActive - Shows a persistent notification when emulation is running. - yuzu is running Notices and errors noticesAndErrors Shows notifications when something goes wrong.