antivirus99912 / montrealtransit-for-android

Automatically exported from code.google.com/p/montrealtransit-for-android
0 stars 0 forks source link

Add a "share app" menu. #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Help users to spread the app.

1. Use the intent to share via (SMS, Mail, Facebook, Twitter ...) with 
default localized text messages.
http://developer.android.com/reference/android/content/Intent.html#ACTION_SE
ND
android.intent.action.SEND

2. Use this intent to display the market QR code: 
com.google.zxing.client.android.SHARE
com.google.zxing.client.android.ENCODE
Info: http://www.openintents.org/en/node/171

Original issue reported on code.google.com by mathieu.mea on 5 May 2010 at 2:37

GoogleCodeExporter commented 9 years ago

Original comment by mathieu.mea on 24 May 2010 at 7:41