Broadcast Receiver はスキームをリッスンできますか? アクティビティの例。
<intent-filter >
<data android:scheme="http"/>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
</intent-filter>
編集:会社は独自のプロトコルを使用しているため、スキームではhttpではありません。