Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

Commit 9013cf5

Browse files
author
Mukesh Solanki
committed
updated read me
1 parent 63670f6 commit 9013cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Android Easy Permissions is an independent project with ongoing development and
1818

1919
## What are Runtime Permissions?
2020

21-
<img src="http://openattitude.com/wp-content/uploads/2015/06/m-permissions-03-location.png" width="500" height="839" />
21+
<img src="https://github.com/mukeshsolanki/easypermissions-android/blob/master/screenshot/android-working-with-marshmallow-permissions.png?raw=true" />
2222

2323
Google docs is [here](https://developer.android.com/preview/features/runtime-permissions.html). Unlike the traditional way of asking permission Android M increased its security by enforcing apps to ask permissions on the fly as and when the user requests for a feature that requires those permissions. These permissions can also be revoked by the user at any time.
2424
## How to integrate into your app?

0 commit comments

Comments
 (0)