1

Is it possible to create an qr-barcode, such as, that only by scanning this code (with ZXing Barcodescanner) an Intent will start, that opens my application?

Pascal Klein
  • 23,665
  • 24
  • 82
  • 119

1 Answers1

0

Yes. You can have a special type of URL when clicked opens the desired application (See details here). All you need to do is embed this URL in a QR-code and if the reader is smart enough, it will show the URL which when clicked should open your application.

Community
  • 1
  • 1
advantej
  • 20,155
  • 4
  • 34
  • 39