<activity android:name=".imagepop"
               android:label="상세보기">
            <intent-filter>
                <action android:name="android.intent.action.VIEW" />        
                <category android:name="android.intent.category.DEFAULT"/>
                <data android:mimeType="image/*"/>
            </intent-filter>

 

아스트로같은 어플에서 이미지를 클릭하면 제가만든 이미지뷰로 보여주고싶은데

 

이미지뷰쪽을 어떻게 해야할지 모르겠네요...

 

도움 요청합니다..