Answer the question
In order to leave comments, you need to log in
What's wrong with the intent-filter in my manifest?
Greetings. I made an intent-filter in the application manifest in order to open links of my site in webview. Here is a piece of code
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:host="*.xn--.xn--p1ai"
android:scheme="http" />
<data
android:host="*.xn--.xn--p1ai"
android:scheme="https" />
<data
android:host="*.сайт.рф"
android:scheme="http" />
<data
android:host="*.сайт.рф"
android:scheme="https" />
</intent-filter>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question