An alternative to this is to do my trick: Just create your own donation app and link to it on Market - no need for any permission, just:

  startActivity(new Intent(Intent.ACTION_VIEW,
      Uri.parse("market://details?id=se.petersson.freebeer")));

        Best / Jonas

On 10/30/2010 05:27 PM, Mark Murphy wrote:
+1
On Sat, Oct 30, 2010 at 11:26 AM, Kumar Bibek<coomar....@gmail.com>  wrote:
You need to have Internet permission.  Instead of using thewebview, you are
better off using the Bowser activity for this.

On Sat, Oct 30, 2010 at 11:23 PM, Raziel23x<raziel...@gmail.com>  wrote:

I am having trouble creating a donate menu button but I am having
trouble
[...]
  myweb.loadUrl("https://www.paypal.com/cgi-bin/webscr?cmd=_s-
xclick&hosted_button_id=A2L64XS44ZQ9S");

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to