From c3fa69607d70c11f59a26104235d094c10d83194 Mon Sep 17 00:00:00 2001 From: Arpit Johri Date: Mon, 5 Feb 2018 12:28:50 +0530 Subject: [PATCH 1/2] Updated Readme.md 1. removed a typo in point 2. of If you intend to support Android Nougat API Level 24 & above. Correct folder hierarchy should be Project > res > xml. 2. Updated the element. - because The element must contain one or more of the following child elements: - It will be more clearer for someone else with not much know how about specifying available files for android. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb7f5ad..1b273a1 100644 --- a/README.md +++ b/README.md @@ -59,12 +59,12 @@ There is a sample Android App inside the sample folder of the repository. You ca ``` -2. Create a file with name provider_paths.xml in your Project > res > xml > folder and paste the below code- +2. Create a file with name provider_paths.xml in your Project > res > xml folder and paste the below code- ```xml - - + + ``` From f33ea4bff16dcac444256bc4536efdfcf16ec19f Mon Sep 17 00:00:00 2001 From: Arpit Johri Date: Mon, 5 Feb 2018 13:13:01 +0530 Subject: [PATCH 2/2] updated the Ezetap API portal link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b273a1..97f24d5 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ There is a sample Android App inside the sample folder of the repository. You ca ``` * IMPORTANT- If your project's targetSdkVersion is higher or equal to 23(Android 6.0 Marshmallow) please add Android support library v4 to your Android project from here. The Android support libraries are not required if your project's targetSdkVersion is lesser than 23. -* Good to go, please refer Ezetap API Portal for API usage +* Good to go, please refer Ezetap API Portal for API usage >Note- The EzeAPIActivity has to be configured with the same attributes as given above.