Compare commits
1 commit
0946b5ecaf
...
c706b8ab36
Author | SHA1 | Date | |
---|---|---|---|
c706b8ab36 |
1 changed files with 4 additions and 1 deletions
|
@ -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" />
|
||||
|
@ -43,6 +43,9 @@
|
|||
<data
|
||||
android:scheme="lpa"
|
||||
android:sspPrefix="1$" />
|
||||
<data
|
||||
android:scheme="LPA"
|
||||
android:sspPrefix="1$" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue