docs(): update

This commit is contained in:
Ibby Hadeed 2017-05-09 17:55:08 -04:00
parent ec85792a10
commit eb30ad2fec

View File

@ -4,8 +4,9 @@ import { Injectable } from '@angular/core';
/** /**
* @name Android Permissions * @name Android Permissions
* @description * @description
* This plugin is designed for supporting Android new permissions checking mechanism. * This plugin is designed to support Android new permissions checking mechanism.
* YOur will find all permissions here: https://developer.android.com/reference/android/Manifest.permission.html *
* You can find all permissions here: https://developer.android.com/reference/android/Manifest.permission.html
* *
* @usage * @usage
* ``` * ```