Skip to content

Get latest Android versions, permissions, and API-Permission mappings

License

Notifications You must be signed in to change notification settings

XFY9326/AndroidInfo

Repository files navigation

AndroidInfo

Automatic update

Get latest Android info from docs

Reference: Android source docs

Features

  • Without downloading all source codes
  • Full type hint for future development
  • Easy to load from JSON and dump to JSON
  • Contains all details

Data

Versions

API levels: Download

Build versions: Download

Permissions

Latest Permissions: Download

Latest SDK Permissions: Download

Permissions with API level: View

API-Permission mappings

Attention: This data is not complete, please use it with caution.

API-Permission Mappings (Only support API >= 26): View

ContentProviders

Latest ContentProviders: Download

Latest ContentProviders authority classes: Download

Latest ContentProviders with permissions: Download

Usage

python3 src/main.py

Or you can import any script you like in your code

from android_info import AndroidFrameworkPermissions
from android_info import AndroidPlatformAPIPermissions, AndroidPlatformProviderAuthorities
from android_info import AndroidProviderManifests
from android_info import AndroidVersions, AndroidAPILevel, AndroidBuildTag

Jar libs

'libs/PlatformTools' -> platform_tools.jar (Require JDK 17)

About

Get latest Android versions, permissions, and API-Permission mappings

Topics

Resources

License

Stars

Watchers

Forks