diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-08 16:52:32 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-08 16:52:32 -0400 |
| commit | 8545d9ea546b9459245e3aaa83b12bc09e30b408 (patch) | |
| tree | 2ddc48b0cfb64748bac5e199e77750b02a76ca65 /plugins | |
| parent | d093aa7ff439c56a309e1778ecb66b7b13480c73 (diff) | |
#322 - go through run time permission flow for Android
Former-commit-id: 029648949ceacb1ef96b073b9d1c5d5857fb0bc5
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/fetch.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/fetch.json b/plugins/fetch.json index adfb9ae0..44bf03fa 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -194,5 +194,13 @@ }, "is_top_level": true, "variables": {} + }, + "cordova-plugin-android-permissions": { + "source": { + "type": "registry", + "id": "cordova-plugin-android-permissions" + }, + "is_top_level": true, + "variables": {} } }
\ No newline at end of file |
