SandroMachado / openalpr-android

Android Automatic License Plate Recognition library (http://www.openalpr.com) ported for android.
Apache License 2.0
770 stars 272 forks source link

Implemented permission check #2

Closed ZKjellberg closed 8 years ago

ZKjellberg commented 8 years ago

Introduced code to check for the write storage permission to properly support Android 6.0 devices. This should resolve the issue where the user is stuck on Parsing Result. This does not fix the issue when compiling from source resolves in a crash searching for a missing binary referencing in ticket #1

SandroMachado commented 8 years ago

@ZKjellberg thanks for contributing. :)