<activity android:name="com.hoge.SchemeActivity" ... <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="hoge-scheme" android:host="hoge-host" /> </intent-filter> </activity> schemeとhostが同じアプリが複数存在する場合、Androidはどのアプリを起動するか選択することができます。 が、iOS