Support opening from app info (#497)
Some checks failed
Build Debug / BuildDebug (push) Has been cancelled
Build Pre-Release / BuildPreRelease (push) Has been cancelled

This commit is contained in:
Zongle Wang 2025-04-17 09:10:49 -04:00 committed by GitHub
parent 39987022c6
commit 309cc6af12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,7 @@
android:label="@string/launch_name"
android:launchMode="singleTop">
<intent-filter>
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
<action android:name="android.intent.action.MAIN" />
</intent-filter>
<intent-filter>