evothings / phonegap-estimotebeacons

This repository is no longer maintained - new maintainer is welcome!
MIT License
338 stars 178 forks source link

[WIP]Initial runtime permissions for android #111

Open barryvdh opened 8 years ago

barryvdh commented 8 years ago

Initial implementation for https://github.com/evothings/phonegap-estimotebeacons/issues/110 Based on https://cordova.apache.org/docs/en/dev/guide/platforms/android/plugin.html

Done:

Current problems:

barryvdh commented 8 years ago

The correct way to handle this would be upgrading to Android SDK 0.10.x and using the new SystemRequirementsChecker (introduced in 0.9)