Paldom / UniqueDeviceID

PhoneGap / Cordova unique device id (UUID) plugin for Android, iOS and Windows Phone 8. Remains the same after app uninstall.
MIT License
169 stars 96 forks source link

Add support for Android 6 / API 23 runtime permissions #17

Closed dpa99c closed 8 years ago

Paldom commented 8 years ago

Awesome, thanks!

Paldom commented 8 years ago

@dpa99c I've dealt with this code a little bit. The plugin should work also without permissions, only the deviceID and simID will be empty (zeros). Therefore I've made to changes:

See details at d689a65524df0f27372938c3c19f9fea0f77ef23 . Are these changes ok for you?