Disable Keyboard SCAN Button on Memor K

Hello @Julian_Santa-Olaya_R

On Memor K there’s a defect so that the SCAN button is identified only by the name as “Front Trigger”:

      //for Memor K ONLY!! 
      if (trigger.getName() == "Front Trigger") {    
         //do something
         }

However, due to this limitaton, on Memor K the best way to disable the Scan Engine is to disable the system’s Wedges (Keyboard Wedge, Intnet Wedge and Web Wedge) and disable all the eventually active Listeners on the decoder, as described as Method 1 by the post “How to enable/disable the Scan Engine through Android Studio SDK

Simone Callegari
Datalogic Mobile Products Specialist - SW Engineer