인텐트로 플레이 스토어를 열고 싶습니다.
Uri.parse( "http://play.google.com/store" )
위와 같이 주소를 주면
다이얼로그로 인터넷으로 열 것인지, 플레이 스토어로 열 것인지 물어봅니다.
이렇게 물어 보는 것 없이 그냥 바로 플레이 스토어 앱을 열고 싶습니다.
market://search? 이런 식의 앱 찾기 말고
플레이스토어 앱을 직접 launch시키는 방법이 있나요?
조언 부탁드립니다.
http://developer.android.com/distribute/googleplay/promote/linking.html
market://details?id=<package_name>
로그인 유지
http://developer.android.com/distribute/googleplay/promote/linking.html