Locate exactly at Google play store, some app's screenshots field and “rate this app” field
问题 I know how to locate at some app in Google Play, by Android program with hyper link, like: Intent intent = new Intent(Intent.ACTION_VIEW); intent.setData(Uri.parse("market://details?id="+ getPackageName().toString().trim())); startActivity(intent); Is there a way to locate exactly at the field of its "screenshots" and "rate this app" field? i.e. the hyper link to directly jump to the below two field location inside the pages of Google Play. What I want is to direct to these two fields,by