0

The app opens when I load from applications. However, it does not load when I try to load from he chrome. This his is my manifest file

 <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:scheme="http"
         android:host="spectacles"/>
 </intent-filter>
Alzzz
  • 53
  • 1
  • 6

1 Answers1

1

Take a look at this answer:

"Essentially, the Chrome team feels that if a user actually types something into the address bar, no redirect should ever happen. As you've discovered, this is counter to behavior in all other browsers."

Community
  • 1
  • 1
Andrii Omelchenko
  • 13,183
  • 12
  • 43
  • 79