diff --git a/android/src/com/google/zxing/client/android/Contents.java b/android/src/com/google/zxing/client/android/Contents.java index 253df6ff4..1cfff173f 100755 --- a/android/src/com/google/zxing/client/android/Contents.java +++ b/android/src/com/google/zxing/client/android/Contents.java @@ -52,9 +52,9 @@ public final class Contents { /** * A contact. Send a request to encode it as follows: - *
+ * {@code * import android.provider.Contacts; - * + * * Intent intent = new Intent(Intents.Encode.ACTION); * intent.putExtra(Intents.Encode.TYPE, CONTACT); * Bundle bundle = new Bundle(); @@ -63,6 +63,7 @@ public final class Contents { * bundle.putString(ContactsContract.Intents.Insert.EMAIL, "jenny@the80s.com"); * bundle.putString(ContactsContract.Intents.Insert.POSTAL, "123 Fake St. San Francisco, CA 94102"); * intent.putExtra(Intents.Encode.DATA, bundle); + * } */ public static final String CONTACT = "CONTACT_TYPE";