mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-04-24 03:00:11 -04:00
Make the Share plugin work with Cordova-1.9.0
This commit is contained in:
@@ -34,7 +34,7 @@ public class Share extends Plugin {
|
||||
sendIntent.setType("text/plain");
|
||||
sendIntent.putExtra(android.content.Intent.EXTRA_SUBJECT, subject);
|
||||
sendIntent.putExtra(android.content.Intent.EXTRA_TEXT, text);
|
||||
this.ctx.startActivity(sendIntent);
|
||||
this.cordova.startActivityForResult(this, sendIntent, 0);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user