Compare commits

..

1 commit

Author SHA1 Message Date
c706b8ab36
feat: add support for uppercase LPA scheme in intent filter 2025-03-07 18:50:21 +08:00

View file

@ -31,7 +31,7 @@
android:exported="true"
android:name="im.angry.openeuicc.ui.wizard.DownloadWizardActivity"
android:label="@string/download_wizard">
<intent-filter>
<intent-filter tools:ignore="AppLinkUrlError">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
@ -45,8 +45,7 @@
android:sspPrefix="1$" />
<data
android:scheme="LPA"
android:sspPrefix="1$"
tools:ignore="AppLinkUrlError" />
android:sspPrefix="1$" />
</intent-filter>
</activity>