Skip to content

Directly use version code numbers for TargetApi annotations

Wolfgang Wiedmeyer requested to merge wowie/privileged-extension:master into master

The introduction of TargetApi annotations in 6d14e409 breaks the build on ROMs that are based on Marshmallow and older Android versions.

Replacing Build.VERSION_CODES.N with the version code number may not be the best solution, but it works.

Merge request reports