Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why not use renderscript support library? #11

Open
MohMah opened this issue May 12, 2016 · 0 comments
Open

Why not use renderscript support library? #11

MohMah opened this issue May 12, 2016 · 0 comments

Comments

@MohMah
Copy link

MohMah commented May 12, 2016

Hi, I saw you had this code in PeekAndPop.java class

        if (Build.VERSION.SDK_INT >= 17 && blurBackground)
            blurBackground();
        else if (Build.VERSION.SDK_INT < 17 && blurBackground)
            Log.e("PeekAndPop", "Unable to blur background, device version below 17");

why not use renderscript support library and import android.support.v8.renderscript.* instead of android.renderscript.* so it works on apis lower than 17?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant