Android Permissions

An android library that makes it really easy to deal with dynamic permissions. Based on the context, the library automatically decides whether to show a dialog (in case the app is in foreground) or a notification (in case permission is required by a background service).

License

License

GroupId

GroupId

io.github.nishkarsh
ArtifactId

ArtifactId

android-permissions
Last Version

Last Version

2.1.8
Release Date

Release Date

Type

Type

aar
Description

Description

Android Permissions
An android library that makes it really easy to deal with dynamic permissions. Based on the context, the library automatically decides whether to show a dialog (in case the app is in foreground) or a notification (in case permission is required by a background service).
Project URL

Project URL

https://github.com/nishkarsh/android-permissions
Source Code Management

Source Code Management

https://github.com/nishkarsh/android-permissions

Download android-permissions

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.nishkarsh/android-permissions/ -->
<dependency>
    <groupId>io.github.nishkarsh</groupId>
    <artifactId>android-permissions</artifactId>
    <version>2.1.8</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.nishkarsh/android-permissions/
implementation 'io.github.nishkarsh:android-permissions:2.1.8'
// https://jarcasting.com/artifacts/io.github.nishkarsh/android-permissions/
implementation ("io.github.nishkarsh:android-permissions:2.1.8")
'io.github.nishkarsh:android-permissions:aar:2.1.8'
<dependency org="io.github.nishkarsh" name="android-permissions" rev="2.1.8">
  <artifact name="android-permissions" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.nishkarsh', module='android-permissions', version='2.1.8')
)
libraryDependencies += "io.github.nishkarsh" % "android-permissions" % "2.1.8"
[io.github.nishkarsh/android-permissions "2.1.8"]

Dependencies

compile (4)

Group / Artifact Type Version
androidx.appcompat » appcompat jar 1.4.1
androidx.localbroadcastmanager » localbroadcastmanager jar 1.1.0
org.parceler : parceler-api jar 1.1.12
org.parceler : parceler Optional jar 1.1.12

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.8
2.1.6
2.1.5
2.0.54
2.0.49
1.0.43
1.0.9
1.0.8
0.1.8
0.1.7