Code Monkey home page Code Monkey logo

Comments (7)

Islomov49 avatar Islomov49 commented on July 23, 2024

Thanks, It is bug. We will fix it in 1.2.2 version. Maximum in 2 days will be released

from android-msdk.

Islomov49 avatar Islomov49 commented on July 23, 2024

FIXED

from android-msdk.

Islomov49 avatar Islomov49 commented on July 23, 2024

@raheemideadev fixed and released with version 1.2.2

from android-msdk.

raheemadamboev avatar raheemadamboev commented on July 23, 2024

@raheemideadev fixed and released with version 1.2.2

thanks for notifying

may I disable scan function, because it requires camera permission
can I use this repository without adding camera permission to the manifest

My app is about education and I guess it does not require camera

Screenshot - 11_3_2020 , 12_42_53 AM
Screenshot - 11_3_2020 , 12_57_32 AM

from android-msdk.

Islomov49 avatar Islomov49 commented on July 23, 2024

The permission is written in the sdk manifest, it cannot be configured. In fact, you never meet these unsupported smartphone models.

from android-msdk.

Islomov49 avatar Islomov49 commented on July 23, 2024

@raheemideadev You can disable it in your manifest https://stackoverflow.com/questions/37417259/disable-dependency-library-permission

from android-msdk.

Islomov49 avatar Islomov49 commented on July 23, 2024

For you case, you should add this code in your Manifest:

<uses-permission
        android:name="android.permission.CAMERA"
        tools:node="remove" />

from android-msdk.

Related Issues (7)

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.