From cefe95d5dc37d733c23a10906d021af618e9046f Mon Sep 17 00:00:00 2001 From: ankit-mugali <69683120+ankit-mugali@users.noreply.github.com> Date: Fri, 2 Oct 2020 00:00:49 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73872e1..8852daa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# PermissionLibrary usefull +# PermissionLibrary useful. Use below code and alter as required. This library is for getting the permission from user to run the android feature in app and minimizing boilerplate code by using Singletone class in app. To use this library you have to download and add in your current project and in Main/Permission activity have to implement PermissionResultcallback and OnRequestPermissionsResultCallback and import there respective method.