Coder Social home page Coder Social logo

Comments (1)

k3b avatar k3b commented on September 4, 2024

@Valentin-ys

thanks for the info.

in branch new-DocumentFile and also in branch master and branch fdroid i currently have

public class ResourceUtils {
    public static Drawable getDrawable(Context context, int resID) {
        if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
            return context.getDrawable(resID);
        }
        return context.getResources().getDrawable(resID);
    }

i donot understand what is wrong with my code because it already contains if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP)

[Update 2022-03-02]

From other github bugreports you made "An Incompatible API Usage..." i see that you are testing your own static code analysis tool.

It would be gread if the tool output contains info about full source file url (or at least which file is affected in which github branch)

[Update]
after further investigation i assume that you analysed the official f-droid-build https://github.com/Valentin-ys/APKs/blob/main/18.APhotoManager-v0.8.3.200315.apk

Seems to be the same false positive as wordpress-mobile/WordPress-Android#16019

from aphotomanager.

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.