プログラムで Android-manifest-file (以下の例) から android:scheme の値を読み取ることができるかどうかを知りたいです。
<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="zxtest" />
</intent-filter>