Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6945111
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:23:39+00:00 2026-05-27T13:23:39+00:00

I am using Zxing Barcode scanner app to scan bar codes using Intent intent

  • 0

I am using Zxing Barcode scanner app to scan bar codes using

Intent intent = new Intent("com.google.zxing.client.android.SCAN");
intent.putExtra("SCAN_MODE", "QR_CODE_MODE");

startActivityForResult(intent, 0);

It works fine. I could get the result in onActivityResult. No problem. I dont want QRCode to be displayed. I mean I don’t want to let the end user know the qr code string. But in the history available in the original barcode scanner app, it is showing up the list of QR’s scanned. So, how do i make the QRStringfrom my app invisible in History

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T13:23:39+00:00Added an answer on May 27, 2026 at 1:23 pm

    “SAVE_HISTORY” from package com.google.zxing.client.android.Scan;

     /**
         * Setting this to false will not save scanned codes in the history.
         */
        public static final String SAVE_HISTORY = "SAVE_HISTORY";
    

    Then something like,

    intent.putExtra("SAVE_HISTORY", false);
    

    Try this and let me know what happen..

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Zxing client for developing BarCode Scanner for android. But I guess
I am using ZXing via intent to scan 1D bar-codes. ZXing sends me back
Possible Duplicate: Using ZXing to create an android barcode scanning app I know it
So right now I'm using the zxing barcode scanner in my app. Here is
I'm currently using ZXing in my Android app to generate a one-dimension barcode (EAN_13
I'm making a Android application to scan 2D barcodes. I'm using the Zxing source
Im using ZXing, is working fine on my new app, but i would like
The application currently I am using has a main functionality to scan QR/Bar codes
I'm building the Android scanning app using zxing library. I have built the zxing
In Android, Using ZXing we can scan a QR code through phone camera and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.