DOC

io.github.nishkarsh : android-permissions

Maven & Gradle

May 02, 2022
75 stars

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).

Table Of Contents

Latest Version

Download io.github.nishkarsh : android-permissions Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

  1. Rename the file android-permissions-2.1.8-javadoc.jar to android-permissions-2.1.8-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder android-permissions-2.1.8-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "android-permissions-2.1.8-sources.jar" -d "android-permissions-2.1.8-javadoc" -subpackages 

Advertisement