GithubHelp home page GithubHelp logo

Comments (6)

DantSu avatar DantSu commented on May 11, 2024

What's happens when this library is used on devices that aren't USB compatible ? It's crash ?

from escpos-thermalprinter-android.

mcapello avatar mcapello commented on May 11, 2024

Right now, you can not used in devices not USB compatibles because you use:
<uses-feature android:name="android.hardware.usb.host" />
and google chek for this in play store.
That is why this library reduce the number of devices that an APP could be installed.

Maybe if you update to:
<uses-feature android:name="android.hardware.usb.host" android:required="false"/>
the APPs can be installed on non USB compatible devices.

Then in your library you can use this to control if USB is in te device:
PackageManager.hasSystemFeature()

from escpos-thermalprinter-android.

DantSu avatar DantSu commented on May 11, 2024

Thx for the feedback, I will try some test.

from escpos-thermalprinter-android.

mcapello avatar mcapello commented on May 11, 2024

grate, thx you

from escpos-thermalprinter-android.

mcapello avatar mcapello commented on May 11, 2024

I re open this to know if you test this.

from escpos-thermalprinter-android.

DantSu avatar DantSu commented on May 11, 2024

v2.0.2 solve this problem.

Now USB permission have to be defined in application manifest and it's no more in library manifest.

from escpos-thermalprinter-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.