I am launching the Browser on Android through the following intent:
Intent myIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.example.com"));
startActivity(myIntent);
Is there a way that I can add something extra to this intent so that the browser will start at a specific zoom depth?