NathanaelA / nativescript-permissions

Wraps up the entire Android 6 permissions system in a easy to use plugin.
MIT License
46 stars 22 forks source link

tns-platform-declarations doesn't have android.Manifest #22

Closed pocesar closed 7 years ago

pocesar commented 8 years ago

I'm coding on API LEVEL 23, and when adding the android17.d.ts to the references.d.ts file, there's no member Manifest in the android namespace. Is it a problem with the tns-platform-declarations or with this module?

NathanaelA commented 8 years ago

Actually typing are optional. For those of us who prefer to use JS, typing's are pointless.

Most typing's in my plugin are done by other users who use TS... We could add it to the existing permissions typing's file if you want to do a pull request, I'm not opposed to adding it...

pocesar commented 8 years ago

I'll see if the NS devs will either update their typings, or accept a PR. if they won't, then I'll send you a PR.

I use TS everywhere heh

NathanaelA commented 7 years ago

Typings have now been included for the last couple versions.