화면에서 

href = 스킴://호스트 

타고 들어가는 방식말고


바로 브라우저 주소창에

스킴://호스트 

입력해서 들어 갈수도 있나요??


아이폰 주소창에서 

daummaps://open 하면

다음지도 열리는것 마냥. 


 ※ Androidmanifest.xml


<activity android:name=".ListViewActivity" android:label="@string/app_name">

             <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:host="test2"

                    android:scheme="bill" />


            </intent-filter>

        </activity>



조금이라도 아시는분 계시면

댓글달아주셔요ㅠ

유용하게 사용하겠습니다. 

감사합니다. ㅠ