Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • My action is MAIN which is the entry pt. into the app. Wouldnt it work with MAIN ? Commented Aug 19, 2015 at 18:14
  • Okay I've edited my question. This is how you can have two separate IntentFilters. Commented Aug 19, 2015 at 18:38
  • Cool thanks but i found that you can combine them into a single intent filter and order them. Commented Aug 19, 2015 at 18:41
  • I am able to successfully launch apps with URL style calls, however, its launching the app from within my own app, not in a new window. What intent can I use to force the app to a new window? Commented Sep 11, 2020 at 11:05