|
35 | 35 | import pub.devrel.easypermissions.helper.PermissionHelper; |
36 | 36 |
|
37 | 37 | /** |
38 | | - * Utility to request and check System permissions for apps targeting Android M (API >= 23). |
| 38 | + * Utility to request and check System permissions for apps targeting Android M (API >= 23). |
39 | 39 | */ |
40 | 40 | public class EasyPermissions { |
41 | 41 |
|
@@ -130,7 +130,7 @@ public static void requestPermissions( |
130 | 130 | * will be displayed if the user rejects the request the first time. |
131 | 131 | * @param positiveButton custom text for positive button |
132 | 132 | * @param negativeButton custom text for negative button |
133 | | - * @param requestCode request code to track this request, must be < 256. |
| 133 | + * @param requestCode request code to track this request, must be < 256. |
134 | 134 | * @param perms a set of permissions to be requested. |
135 | 135 | * @see Manifest.permission |
136 | 136 | */ |
@@ -254,7 +254,7 @@ public static boolean somePermissionPermanentlyDenied(@NonNull Activity host, |
254 | 254 | } |
255 | 255 |
|
256 | 256 | /** |
257 | | - * @see #somePermissionPermanentlyDenied(Activity, List). |
| 257 | + * @see #somePermissionPermanentlyDenied(Activity, List) |
258 | 258 | */ |
259 | 259 | public static boolean somePermissionPermanentlyDenied(@NonNull Fragment host, |
260 | 260 | @NonNull List<String> deniedPermissions) { |
@@ -284,7 +284,7 @@ public static boolean permissionPermanentlyDenied(@NonNull Activity host, |
284 | 284 | } |
285 | 285 |
|
286 | 286 | /** |
287 | | - * @see #permissionPermanentlyDenied(Activity, String). |
| 287 | + * @see #permissionPermanentlyDenied(Activity, String) |
288 | 288 | */ |
289 | 289 | public static boolean permissionPermanentlyDenied(@NonNull Fragment host, |
290 | 290 | @NonNull String deniedPermission) { |
|
0 commit comments