Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Android 6 Essentials

You're reading from   Android 6 Essentials Design, build, and create your own applications using the full range of features available in Android 6

Arrow left icon
Product type Paperback
Published in Dec 2015
Publisher Packt
ISBN-13 9781785884412
Length 122 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Yossi Elkrief Yossi Elkrief
Author Profile Icon Yossi Elkrief
Yossi Elkrief
Arrow right icon
View More author details
Toc

Testing app links

As with every new feature we add, we must test the app links feature that we will add to our application.

Checking manifest and listing domains

Our first step is to go over the manifest and make sure all the domains are registered correctly and all intent filters are well defined. Only the links/domains under all the criteria mentioned in the following bullets are the ones we need to test:

  • The android:scheme attribute with a value of HTTP or HTTPS
  • The android:host attribute with a domain URI pattern
  • The category element, which can be one of the following:
    • android.intent.action.VIEW
    • android.intent.category.BROWSABLE

The Digital Asset Links API

We can use the Digital Asset Links API to confirm that our link's JSON file is properly hosted and defined using the following syntax:

https://digitalassetlinks.googleapis.com/v1/statements:list?source.web.site=https://<DOMAIN>:<port>& relation=delegate_permission/common.handle_all_urls

Testing our intent

Now that we have...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at R$50/month. Cancel anytime