Encode

Action: 
com.google.zxing.client.android.ENCODE
Intent Extra: 
Encode data

Encode to barcode and display on screen.

Send this intent to encode a piece of data as a QR code and display it full screen, so that another person can scan the barcode from your screen.

Use Intent.putExtra("ENCODE_DATA", data) where data is either a String or a Bundle, depending on the type specified. See Contents for details. Use Intent.putExtra("ENCODE_TYPE", type) with one of Contents.Type.

See Android Manifest, com.google.zxing.client.android.Intents, and com.google.zxing.client.android.Contents

Applications providing Encode

Titlesort icon Provides intent actions Provides intent URIs Uses action Uses URI Description
Barcode Scanner - ZXing library

Multi-format 1D/2D barcode reader.