Skip to content

Reduce minSdkVersion from 14 to 9#45

Open
ilyamodder wants to merge 1 commit into
sockeqwe:masterfrom
ilyamodder:master
Open

Reduce minSdkVersion from 14 to 9#45
ilyamodder wants to merge 1 commit into
sockeqwe:masterfrom
ilyamodder:master

Conversation

@ilyamodder

Copy link
Copy Markdown

No description provided.

@sockeqwe

sockeqwe commented Aug 20, 2016

Copy link
Copy Markdown
Owner

Hi, it seems that there are some backward compatibility issues with the constructor.

 <issue
        id="NewApi"
        severity="Error"
        message="Call requires API level 11 (current min is 9): `new android.database.sqlite.SQLiteOpenHelper`"
        category="Correctness"
        priority="6"
        summary="Calling new methods on older versions"
        explanation="This check scans through all the Android API calls in the application and warns about any calls that are not available on *all* versions targeted by this application (according to its minimum SDK attribute in the manifest).

Have you really apps with minsdk < 14 ?

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

Successfully merging this pull request may close these issues.

2 participants