Skip to content

Commit 15e5826

Browse files
author
Shintaro Katafuchi
committed
Fix readme.
1 parent 764d99b commit 15e5826

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Here's a minimum example that you register `MainActivity` which requires `Manife
1818

1919
There are only few annotations.
2020

21-
- `@RuntimePermissions`: [Must] Register an Activity or Fragment to handle permissions.
22-
- `@NeedsPermission`: [Must] Register a method which the permission is needed.
21+
- `@RuntimePermissions`: Register an Activity or Fragment to handle permissions.
22+
- `@NeedsPermission`: Register a method which the permission is needed.
2323
- You can use `@NeedsPermissions` for multiple requests.
24-
- `@ShowsRationale`: [Option] Register a method which explains why the permission is needed. Actually an annotated method is called when `shouldShowRequestPermissionRationale` returns true or when uer deny a permission.
24+
- `@ShowsRationale`: Register a method which explains why the permission is needed. Actually an annotated method is called when `shouldShowRequestPermissionRationale` returns true.
2525
- You can use `@ShowsRationales` for multiple requests.
2626

2727
> NOTE: Annotated methods must be package private or above.

0 commit comments

Comments
 (0)