Upgrade to Pro — share decks privately, control downloads, hide ads and more …

App Indexing

App Indexing

App Indexing for Beginner

Avatar for Daichi Furiya (Wasabeef)

Daichi Furiya (Wasabeef)

January 15, 2015
Tweet

More Decks by Daichi Furiya (Wasabeef)

Other Decks in Programming

Transcript

  1. ! <intent-filter android:label="@string/filter_title_viewgizmos"> <action android:name="android.intent.action.VIEW" /> ! <!-- Accepts URIs

    that begin with "http://example.com/gizmos” --> <data android:scheme="http" android:host="example.com" android:pathPrefix="/gizmos" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" /> </intent-filter> Deep Linkͷ௥Ճ(ίʔυ)
  2. ΞϓϦURIͷFormat ɹandroid-app:// {package_id} / {scheme} / {host_path} ! 1. ର৅ͷHTML಺Ͱɺlink

    relͷઃఆ <link rel="alternate" href="android-app://com.example.android/http/example.com/gizmos" /> Web Siteଆͷઃఆ