From 176a5409b24989e1398c7af54bb73ddb0922fd28 Mon Sep 17 00:00:00 2001 From: "J. Fronny" Date: Tue, 23 Jun 2026 19:24:43 +0200 Subject: [PATCH] Add option to open app settings from system settings (#3180) Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com> --- CHANGELOG.md | 1 + app/src/main/AndroidManifest.xml | 4 ++++ .../main/java/eu/kanade/tachiyomi/ui/main/MainActivity.kt | 6 ++++++ 3 files changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22adbfc72..8bf522250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is a modified version of [Keep a Changelog](https://keepachangelog.co ### Added - Add support for `tachiyomix` extension index format ([@AntsyLich](https://github.com/AntsyLich)) ([#3349](https://github.com/mihonapp/mihon/pull/3349)) - Add vertical chapter navigator for long strip mode ([@AntsyLich](https://github.com/AntsyLich)) ([#3377](https://github.com/mihonapp/mihon/pull/3377)) +- Add option to open app settings from system settings ([@JFronny](https://github.com/JFronny)) ([#3180](https://github.com/mihonapp/mihon/pull/3180)) ### Changed - Change all reference of extension repo to extension store ([@AntsyLich](https://github.com/AntsyLich)) ([#3349](https://github.com/mihonapp/mihon/pull/3349)) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 78fef36ab..6e0848eb6 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -141,6 +141,10 @@ + + + + { + navigator.popUntilRoot() + navigator.push(SettingsScreen()) + null + } Intent.ACTION_SEARCH, Intent.ACTION_SEND, "com.google.android.gms.actions.SEARCH_ACTION" -> { // If the intent match the "standard" Android search intent // or the Google-specific search intent (triggered by saying or typing "search *query* on *Tachiyomi*" in Google Search/Google Assistant)